#55ECFC

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

Shades of Baby Blue #55ECFC

Tints of Baby Blue #55ECFC

Color information

#55ECFC (or 0x55ECFC) is unknown color: approx Baby Blue. HEX triplet: 55, EC and FC. RGB value is (85,236,252). Sum of RGB (Red+Green+Blue) = 85+236+252=573 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.83% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #55ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECFC is #AA1303. Grayscale: #C0C0C0. Windows color (decimal): -11145988 or 16575573. OLE color: 16575573.

HSL color Cylindrical-coordinate representation of color #55ECFC: hue angle of 185.75º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55ECFC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB85236252-
CMYK0.660.0600.01
HSL185.75º96.53%66.08%-
HSV(B)185.75º66.27%98.82%-
XYZ51.3168.95102.7-
YUV192.68161.4751.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.83%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=14.83%
G=41.19%
B=43.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852362520.660.0600.01185.7596.5366.08
Hex55ECFC42601ba6142
Octal125354374102601272141102
Binary101010111101100111111001000010110011011101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,236,252); }

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

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

 a { background-color: rgb(85,236,252); }

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

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

 span { border-color: rgb(85,236,252); }

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