#55F5F9

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

Shades of Baby Blue #55F5F9

Tints of Baby Blue #55F5F9

Color information

#55F5F9 (or 0x55F5F9) is unknown color: approx Baby Blue. HEX triplet: 55, F5 and F9. RGB value is (85,245,249). Sum of RGB (Red+Green+Blue) = 85+245+249=579 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.68% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #55F5F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F5F9 is #AA0A06. Grayscale: #C5C5C5. Windows color (decimal): -11143687 or 16381269. OLE color: 16381269.

HSL color Cylindrical-coordinate representation of color #55F5F9: hue angle of 181.46º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F5F9 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85245249-
CMYK0.660.0200.02
HSL181.46º93.18%65.49%-
HSV(B)181.46º65.86%97.65%-
XYZ53.574.08101.1-
YUV197.62156.9947.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.68%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=14.68%
G=42.31%
B=43.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852452490.660.0200.02181.4693.1865.49
Hex55F5F942202b55d41
Octal125365371102202265135101
Binary101010111110101111110011000010100101011010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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