Shades of Baby Blue #55ECFC
Tints of Baby Blue #55ECFC
RGB
CMYK
RGB Variations
Color information
#55ECFC (or 0x55ECFC) is known color: 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
| RGB | 85 | 236 | 252 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.01 |
| HSL | 185.75º | 0.97% | 0.66% | - |
| HSV(B) | 185.75º | 0.66% | 0.99% | - |
| XYZ | 51.31 | 68.95 | 102.7 | - |
| YUV | 192.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 252 | 0.66 | 0.06 | 0 | 0.01 | 185.75 | 0.97 | 0.66 |
| Hex | 55 | EC | FC | 42 | 6 | 0 | 1 | BA | 61 | 42 |
| Octal | 125 | 354 | 374 | 102 | 6 | 0 | 1 | 272 | 141 | 102 |
| Binary | 1010101 | 11101100 | 11111100 | 1000010 | 110 | 0 | 1 | 10111010 | 1100001 | 1000010 |
Color Harmonies of #55ECFC
Complementary color
Monochromatic Colors of #55ECFC
Black with #55ECFC
Text Example
Text Example
White with #55ECFC
Text Example
Text Example
HTML Codes & Css Web 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>