Shades of Baby Blue #55FCFF
Tints of Baby Blue #55FCFF
RGB
CMYK
RGB Variations
Color information
#55FCFF (or 0x55FCFF) is known color: Baby Blue. HEX triplet: 55, FC and FF. RGB value is (85,252,255). Sum of RGB (Red+Green+Blue) = 85+252+255=592 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.36% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #55FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FCFF is #AA0300. Grayscale: #CACACA. Windows color (decimal): -11141889 or 16776277. OLE color: 16776277.
HSL color Cylindrical-coordinate representation of color #55FCFF: hue angle of 181.06º 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 #55FCFF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 252 | 255 | - |
| CMYK | 0.67 | 0.01 | 0 | 0 |
| HSL | 181.06º | 1% | 0.67% | - |
| HSV(B) | 181.06º | 0.67% | 1% | - |
| XYZ | 56.61 | 78.77 | 106.83 | - |
| YUV | 202.41 | 157.67 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 255 | 0.67 | 0.01 | 0 | 0 | 181.06 | 1 | 0.67 |
| Hex | 55 | FC | FF | 43 | 1 | 0 | 0 | B5 | 64 | 43 |
| Octal | 125 | 374 | 377 | 103 | 1 | 0 | 0 | 265 | 144 | 103 |
| Binary | 1010101 | 11111100 | 11111111 | 1000011 | 1 | 0 | 0 | 10110101 | 1100100 | 1000011 |
Color Harmonies of #55FCFF
Complementary color
Monochromatic Colors of #55FCFF
Black with #55FCFF
Text Example
Text Example
White with #55FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCFF; }
p { color: rgb(85,252,255); }
H1.HeaderClassName
{
color: #55FCFF;
}
.AnyTagClassName
{
color: #55FCFF;
}
</style>
background-color css
<style>
a { background-color: #55FCFF; }
a { background-color: rgb(85,252,255); }
div.DivClassName
{
background-color: #55FCFF;
}
.BgClassName
{
background-color: #55FCFF;
}
</style>
border-color css
<style>
span { border-color: #55FCFF; }
span { border-color: rgb(85,252,255); }
td.TdClassName
{
border-color: #55FCFF;
}
.TagClassName
{
border-color: #55FCFF;
}
</style>