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