#77feeb

Color #77FEEB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #77FEEB

Tints of Baby Blue #77FEEB

Color information

#77FEEB (or 0x77FEEB) is unknown color: approx Baby Blue. HEX triplet: 77, FE and EB. RGB value is (119,254,235). Sum of RGB (Red+Green+Blue) = 119+254+235=608 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.57% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FEEB is #880114. Grayscale: #D3D3D3. Windows color (decimal): -8913173 or 15466103. OLE color: 15466103.

HSL color Cylindrical-coordinate representation of color #77FEEB: hue angle of 171.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEEB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB119254235-
CMYK0.5300.070.00
HSL171.56º98.54%73.14%-
HSV(B)171.56º53.15%99.61%-
XYZ58.0480.891.13-
YUV211.47141.2762.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 19.57%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=19.57%
G=41.78%
B=38.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1192542350.5300.070.00171.5698.5473.14
Hex77FEEB35070ac6349
Octal16737635365070254143111
Binary11101111111111011101011110101011101010110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77feeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77feeb; }

 p { color: rgb(119,254,235); }

 H1.HeaderClassName
 {
   color: #77feeb;
 }
 .AnyTagClassName
 {
   color: #77feeb;
 }
</style>
background-color css

<style>
 a { background-color: #77feeb; }

 a { background-color: rgb(119,254,235); }

 div.DivClassName
 {
   background-color: #77feeb;
 }
 .BgClassName
 {
   background-color: #77feeb;
 }
</style>
border-color css

<style>
 span { border-color: #77feeb; }

 span { border-color: rgb(119,254,235); }

 td.TdClassName
 {
   border-color: #77feeb;
 }
 .TagClassName
 {
   border-color: #77feeb;
 }
</style>