#55F5E9

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

Shades of Baby Blue #55F5E9

Tints of Baby Blue #55F5E9

Color information

#55F5E9 (or 0x55F5E9) is unknown color: approx Baby Blue. HEX triplet: 55, F5 and E9. RGB value is (85,245,233). Sum of RGB (Red+Green+Blue) = 85+245+233=563 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.10% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #55F5E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F5E9 is #AA0A16. Grayscale: #C3C3C3. Windows color (decimal): -11143703 or 15332693. OLE color: 15332693.

HSL color Cylindrical-coordinate representation of color #55F5E9: hue angle of 175.5º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F5E9 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB85245233-
CMYK0.6500.050.04
HSL175.5º88.89%64.71%-
HSV(B)175.5º65.31%96.08%-
XYZ51.1173.1288.51-
YUV195.79148.9948.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.10%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=15.10%
G=43.52%
B=41.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852452330.6500.050.04175.588.8964.71
Hex55F5E941054b05941
Octal125365351101054260131101
Binary10101011111010111101001100000101011001011000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55F5E9; }

 p { color: rgb(85,245,233); }

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

<style>
 a { background-color: #55F5E9; }

 a { background-color: rgb(85,245,233); }

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

<style>
 span { border-color: #55F5E9; }

 span { border-color: rgb(85,245,233); }

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