Shades of Baby Blue #55FFFC
Tints of Baby Blue #55FFFC
RGB
CMYK
RGB Variations
Color information
#55FFFC (or 0x55FFFC) is known color: Baby Blue. HEX triplet: 55, FF and FC. RGB value is (85,255,252). Sum of RGB (Red+Green+Blue) = 85+255+252=592 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.36% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFFC is #AA0003. Grayscale: #CBCBCB. Windows color (decimal): -11141124 or 16580437. OLE color: 16580437.
HSL color Cylindrical-coordinate representation of color #55FFFC: hue angle of 178.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFFC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 252 | - |
| CMYK | 0.67 | 0 | 0.01 | 0 |
| HSL | 178.94º | 1% | 0.67% | - |
| HSV(B) | 178.94º | 0.67% | 1% | - |
| XYZ | 57.08 | 80.48 | 104.62 | - |
| YUV | 203.83 | 155.18 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 252 | 0.67 | 0 | 0.01 | 0 | 178.94 | 1 | 0.67 |
| Hex | 55 | FF | FC | 43 | 0 | 1 | 0 | B3 | 64 | 43 |
| Octal | 125 | 377 | 374 | 103 | 0 | 1 | 0 | 263 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11111100 | 1000011 | 0 | 1 | 0 | 10110011 | 1100100 | 1000011 |
Color Harmonies of #55FFFC
Complementary color
Monochromatic Colors of #55FFFC
Black with #55FFFC
Text Example
Text Example
White with #55FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFFC; }
p { color: rgb(85,255,252); }
H1.HeaderClassName
{
color: #55FFFC;
}
.AnyTagClassName
{
color: #55FFFC;
}
</style>
background-color css
<style>
a { background-color: #55FFFC; }
a { background-color: rgb(85,255,252); }
div.DivClassName
{
background-color: #55FFFC;
}
.BgClassName
{
background-color: #55FFFC;
}
</style>
border-color css
<style>
span { border-color: #55FFFC; }
span { border-color: rgb(85,255,252); }
td.TdClassName
{
border-color: #55FFFC;
}
.TagClassName
{
border-color: #55FFFC;
}
</style>