#55F2F9

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

Shades of Baby Blue #55F2F9

Tints of Baby Blue #55F2F9

Color information

#55F2F9 (or 0x55F2F9) is unknown color: approx Baby Blue. HEX triplet: 55, F2 and F9. RGB value is (85,242,249). Sum of RGB (Red+Green+Blue) = 85+242+249=576 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.76% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #55F2F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F2F9 is #AA0D06. Grayscale: #C3C3C3. Windows color (decimal): -11144455 or 16380501. OLE color: 16380501.

HSL color Cylindrical-coordinate representation of color #55F2F9: hue angle of 182.56º 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 #55F2F9 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB85242249-
CMYK0.660.0300.02
HSL182.56º93.18%65.49%-
HSV(B)182.56º65.86%97.65%-
XYZ52.672.28100.8-
YUV195.86157.9948.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.76%
GREEN value IS 242 (94.92% from 255) = 42.01%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=14.76%
G=42.01%
B=43.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852422490.660.0300.02182.5693.1865.49
Hex55F2F942302b75d41
Octal125362371102302267135101
Binary101010111110010111110011000010110101011011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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