Shades of Baby Blue #55FBFF
Tints of Baby Blue #55FBFF
RGB
CMYK
RGB Variations
Color information
#55FBFF (or 0x55FBFF) is known color: Baby Blue. HEX triplet: 55, FB and FF. RGB value is (85,251,255). Sum of RGB (Red+Green+Blue) = 85+251+255=591 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.38% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #55FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FBFF is #AA0400. Grayscale: #C9C9C9. Windows color (decimal): -11142145 or 16776021. OLE color: 16776021.
HSL color Cylindrical-coordinate representation of color #55FBFF: hue angle of 181.41º 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 #55FBFF is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 251 | 255 | - |
| CMYK | 0.67 | 0.02 | 0 | 0 |
| HSL | 181.41º | 1% | 0.67% | - |
| HSV(B) | 181.41º | 0.67% | 1% | - |
| XYZ | 56.29 | 78.15 | 106.72 | - |
| YUV | 201.82 | 158 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 255 | 0.67 | 0.02 | 0 | 0 | 181.41 | 1 | 0.67 |
| Hex | 55 | FB | FF | 43 | 2 | 0 | 0 | B5 | 64 | 43 |
| Octal | 125 | 373 | 377 | 103 | 2 | 0 | 0 | 265 | 144 | 103 |
| Binary | 1010101 | 11111011 | 11111111 | 1000011 | 10 | 0 | 0 | 10110101 | 1100100 | 1000011 |
Color Harmonies of #55FBFF
Complementary color
Monochromatic Colors of #55FBFF
Black with #55FBFF
Text Example
Text Example
White with #55FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBFF; }
p { color: rgb(85,251,255); }
H1.HeaderClassName
{
color: #55FBFF;
}
.AnyTagClassName
{
color: #55FBFF;
}
</style>
background-color css
<style>
a { background-color: #55FBFF; }
a { background-color: rgb(85,251,255); }
div.DivClassName
{
background-color: #55FBFF;
}
.BgClassName
{
background-color: #55FBFF;
}
</style>
border-color css
<style>
span { border-color: #55FBFF; }
span { border-color: rgb(85,251,255); }
td.TdClassName
{
border-color: #55FBFF;
}
.TagClassName
{
border-color: #55FBFF;
}
</style>