Shades of Baby Blue #55FFFF
Tints of Baby Blue #55FFFF
RGB
CMYK
RGB Variations
Color information
#55FFFF (or 0x55FFFF) is known color: Baby Blue. HEX triplet: 55, FF and FF. RGB value is (85,255,255). Sum of RGB (Red+Green+Blue) = 85+255+255=595 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.29% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #55FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFFF is #AA0000. Grayscale: #CCCCCC. Windows color (decimal): -11141121 or 16777045. OLE color: 16777045.
HSL color Cylindrical-coordinate representation of color #55FFFF: hue angle of 180º 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 #55FFFF is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 255 | - |
| CMYK | 0.67 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.67% | - |
| HSV(B) | 180º | 0.67% | 1% | - |
| XYZ | 57.56 | 80.67 | 107.15 | - |
| YUV | 204.17 | 156.68 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 255 | 0.67 | 0 | 0 | 0 | 180 | 1 | 0.67 |
| Hex | 55 | FF | FF | 43 | 0 | 0 | 0 | B4 | 64 | 43 |
| Octal | 125 | 377 | 377 | 103 | 0 | 0 | 0 | 264 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11111111 | 1000011 | 0 | 0 | 0 | 10110100 | 1100100 | 1000011 |
Color Harmonies of #55FFFF
Complementary color
Monochromatic Colors of #55FFFF
Black with #55FFFF
Text Example
Text Example
White with #55FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFFF; }
p { color: rgb(85,255,255); }
H1.HeaderClassName
{
color: #55FFFF;
}
.AnyTagClassName
{
color: #55FFFF;
}
</style>
background-color css
<style>
a { background-color: #55FFFF; }
a { background-color: rgb(85,255,255); }
div.DivClassName
{
background-color: #55FFFF;
}
.BgClassName
{
background-color: #55FFFF;
}
</style>
border-color css
<style>
span { border-color: #55FFFF; }
span { border-color: rgb(85,255,255); }
td.TdClassName
{
border-color: #55FFFF;
}
.TagClassName
{
border-color: #55FFFF;
}
</style>