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