#55F3EC

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

Shades of Baby Blue #55F3EC

Tints of Baby Blue #55F3EC

Color information

#55F3EC (or 0x55F3EC) is unknown color: approx Baby Blue. HEX triplet: 55, F3 and EC. RGB value is (85,243,236). Sum of RGB (Red+Green+Blue) = 85+243+236=564 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.07% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F3EC is #AA0C13. Grayscale: #C2C2C2. Windows color (decimal): -11144212 or 15528789. OLE color: 15528789.

HSL color Cylindrical-coordinate representation of color #55F3EC: hue angle of 177.34º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F3EC is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB85243236-
CMYK0.6500.030.05
HSL177.34º86.81%64.31%-
HSV(B)177.34º65.02%95.29%-
XYZ50.9472.0990.59-
YUV194.96151.1549.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.07%
GREEN value IS 243 (95.31% from 255) = 43.09%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=15.07%
G=43.09%
B=41.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852432360.6500.030.05177.3486.8164.31
Hex55F3EC41035b15740
Octal125363354101035261127100
Binary1010101111100111110110010000010111011011000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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