Shades of Baby Blue #55EEFF
Tints of Baby Blue #55EEFF
RGB
CMYK
RGB Variations
Color information
#55EEFF (or 0x55EEFF) is known color: Baby Blue. HEX triplet: 55, EE and FF. RGB value is (85,238,255). Sum of RGB (Red+Green+Blue) = 85+238+255=578 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.71% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #55EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEFF is #AA1100. Grayscale: #C1C1C1. Windows color (decimal): -11145473 or 16772693. OLE color: 16772693.
HSL color Cylindrical-coordinate representation of color #55EEFF: hue angle of 186º 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 #55EEFF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 238 | 255 | - |
| CMYK | 0.67 | 0.07 | 0 | 0 |
| HSL | 186º | 1% | 0.67% | - |
| HSV(B) | 186º | 0.67% | 1% | - |
| XYZ | 52.37 | 70.3 | 105.42 | - |
| YUV | 194.19 | 162.31 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 255 | 0.67 | 0.07 | 0 | 0 | 186 | 1 | 0.67 |
| Hex | 55 | EE | FF | 43 | 7 | 0 | 0 | BA | 64 | 43 |
| Octal | 125 | 356 | 377 | 103 | 7 | 0 | 0 | 272 | 144 | 103 |
| Binary | 1010101 | 11101110 | 11111111 | 1000011 | 111 | 0 | 0 | 10111010 | 1100100 | 1000011 |
Color Harmonies of #55EEFF
Complementary color
Monochromatic Colors of #55EEFF
Black with #55EEFF
Text Example
Text Example
White with #55EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEFF; }
p { color: rgb(85,238,255); }
H1.HeaderClassName
{
color: #55EEFF;
}
.AnyTagClassName
{
color: #55EEFF;
}
</style>
background-color css
<style>
a { background-color: #55EEFF; }
a { background-color: rgb(85,238,255); }
div.DivClassName
{
background-color: #55EEFF;
}
.BgClassName
{
background-color: #55EEFF;
}
</style>
border-color css
<style>
span { border-color: #55EEFF; }
span { border-color: rgb(85,238,255); }
td.TdClassName
{
border-color: #55EEFF;
}
.TagClassName
{
border-color: #55EEFF;
}
</style>