Color Hex Logo

#79bbff Color Hex

#79BBFF
(121,187,255)
0 Favorites   0 Comments

Color spaces of #79bbff

RGB 121187255
HSL0.581.000.74
HSV210°53°100°
CMYK 0.530.270.00   0.00
XYZ43.705546.8256101.3425
Yxy46.82560.22780.2440
Hunter Lab68.4292-5.7439-39.9070
CIE-Lab74.0781-2.3429-39.9652

#79bbff color RGB value is (121,187,255).

#79bbff hex color red value is 121, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #79bbff hue: 0.58 , saturation: 1.00 and the lightness value of 79bbff is 0.74.

The process color (four color CMYK) of #79bbff color hex is 0.53, 0.27, 0.00, 0.00. Web safe color of #79bbff is #66ccff. Color #79bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111011 11111111
Octal 171 273 377
Decimal 121 187 255
Hex 79 BB FF

RGB Percentages of Color #79bbff

%21.49
%33.21
%45.29

CMYK Percentages of Color #79bbff

%53
%27
%0
%0

Triadic Colors of #79bbff

#79bbff #ff79bb #bbff79

Analogous Colors of #79bbff

#79bbff #7a79ff #79feff

Monochromatic Colors of #79bbff

#79bbff

Complementary Color

#79bbff #ffbd79

#79bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bbff Color CSS Codes

.mybgcolor {background-color:#79bbff; } 
.myforecolor {color:#79bbff; }
.mybordercolor {border:3px solid #79bbff; }

#79bbff Text Font Color

<p style="color:#79bbff">Text here</p>

This sample text font color is #79bbff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#79bbff Background Color

<div style="background-color:#79bbff">
Div content here</div>

This div background color is #79bbff


#79bbff Border Color

<div style="border:3px solid #79bbff">
Div here</div>

This div border color is #79bbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,187,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79bbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79bbff;
  -webkit-box-shadow: 1px 1px 3px 2px #79bbff;
  box-shadow:         1px 1px 3px 2px #79bbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,187,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #79bbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #79bbff;
  -webkit-box-shadow: 1px 1px 3px 2px #79bbff;
  box-shadow:         1px 1px 3px 2px #79bbff;">
Div content here</div>

This div box has shadow with color #79bbff

Related Colors

#79bbff Color Palettes


Comments

No comments written yet.

Please login to write comment.