Shades of Baby Blue #55FFEB
Tints of Baby Blue #55FFEB
RGB
CMYK
RGB Variations
Color information
#55FFEB (or 0x55FFEB) is known color: Baby Blue. HEX triplet: 55, FF and EB. RGB value is (85,255,235). Sum of RGB (Red+Green+Blue) = 85+255+235=575 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.78% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFEB is #AA0014. Grayscale: #C9C9C9. Windows color (decimal): -11141141 or 15466325. OLE color: 15466325.
HSL color Cylindrical-coordinate representation of color #55FFEB: hue angle of 172.94º 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 #55FFEB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 235 | - |
| CMYK | 0.67 | 0 | 0.08 | 0 |
| HSL | 172.94º | 1% | 0.67% | - |
| HSV(B) | 172.94º | 0.67% | 1% | - |
| XYZ | 54.5 | 79.45 | 91.06 | - |
| YUV | 201.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 235 | 0.67 | 0 | 0.08 | 0 | 172.94 | 1 | 0.67 |
| Hex | 55 | FF | EB | 43 | 0 | 8 | 0 | AD | 64 | 43 |
| Octal | 125 | 377 | 353 | 103 | 0 | 10 | 0 | 255 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11101011 | 1000011 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000011 |
Color Harmonies of #55FFEB
Complementary color
Monochromatic Colors of #55FFEB
Black with #55FFEB
Text Example
Text Example
White with #55FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFEB; }
p { color: rgb(85,255,235); }
H1.HeaderClassName
{
color: #55FFEB;
}
.AnyTagClassName
{
color: #55FFEB;
}
</style>
background-color css
<style>
a { background-color: #55FFEB; }
a { background-color: rgb(85,255,235); }
div.DivClassName
{
background-color: #55FFEB;
}
.BgClassName
{
background-color: #55FFEB;
}
</style>
border-color css
<style>
span { border-color: #55FFEB; }
span { border-color: rgb(85,255,235); }
td.TdClassName
{
border-color: #55FFEB;
}
.TagClassName
{
border-color: #55FFEB;
}
</style>