Shades of Baby Blue #55FFE8
Tints of Baby Blue #55FFE8
RGB
CMYK
RGB Variations
Color information
#55FFE8 (or 0x55FFE8) is known color: Baby Blue. HEX triplet: 55, FF and E8. RGB value is (85,255,232). Sum of RGB (Red+Green+Blue) = 85+255+232=572 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.86% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFE8 is #AA0017. Grayscale: #C9C9C9. Windows color (decimal): -11141144 or 15269717. OLE color: 15269717.
HSL color Cylindrical-coordinate representation of color #55FFE8: hue angle of 171.88º 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 #55FFE8 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 232 | - |
| CMYK | 0.67 | 0 | 0.09 | 0 |
| HSL | 171.88º | 1% | 0.67% | - |
| HSV(B) | 171.88º | 0.67% | 1% | - |
| XYZ | 54.07 | 79.28 | 88.8 | - |
| YUV | 201.55 | 145.18 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 232 | 0.67 | 0 | 0.09 | 0 | 171.88 | 1 | 0.67 |
| Hex | 55 | FF | E8 | 43 | 0 | 9 | 0 | AC | 64 | 43 |
| Octal | 125 | 377 | 350 | 103 | 0 | 11 | 0 | 254 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11101000 | 1000011 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000011 |
Color Harmonies of #55FFE8
Complementary color
Monochromatic Colors of #55FFE8
Black with #55FFE8
Text Example
Text Example
White with #55FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFE8; }
p { color: rgb(85,255,232); }
H1.HeaderClassName
{
color: #55FFE8;
}
.AnyTagClassName
{
color: #55FFE8;
}
</style>
background-color css
<style>
a { background-color: #55FFE8; }
a { background-color: rgb(85,255,232); }
div.DivClassName
{
background-color: #55FFE8;
}
.BgClassName
{
background-color: #55FFE8;
}
</style>
border-color css
<style>
span { border-color: #55FFE8; }
span { border-color: rgb(85,255,232); }
td.TdClassName
{
border-color: #55FFE8;
}
.TagClassName
{
border-color: #55FFE8;
}
</style>