#55F7F6

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

Shades of Baby Blue #55F7F6

Tints of Baby Blue #55F7F6

Color information

#55F7F6 (or 0x55F7F6) is unknown color: approx Baby Blue. HEX triplet: 55, F7 and F6. RGB value is (85,247,246). Sum of RGB (Red+Green+Blue) = 85+247+246=578 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.71% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F7F6 is #AA0809. Grayscale: #C6C6C6. Windows color (decimal): -11143178 or 16185173. OLE color: 16185173.

HSL color Cylindrical-coordinate representation of color #55F7F6: hue angle of 179.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7F6 is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB85247246-
CMYK0.6600.000.03
HSL179.63º91.01%65.1%-
HSV(B)179.63º65.59%96.86%-
XYZ53.6475.1198.86-
YUV198.45154.8347.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 14.71%
GREEN value IS 247 (96.88% from 255) = 42.73%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=14.71%
G=42.73%
B=42.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal852472460.6600.000.03179.6391.0165.1
Hex55F7F642003b45b41
Octal125367366102003264133101
Binary10101011111011111110110100001000111011010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,247,246); }

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

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

 a { background-color: rgb(85,247,246); }

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

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

 span { border-color: rgb(85,247,246); }

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