Shades of Baby Blue #55EEFA
Tints of Baby Blue #55EEFA
RGB
CMYK
RGB Variations
Color information
#55EEFA (or 0x55EEFA) is known color: Baby Blue. HEX triplet: 55, EE and FA. RGB value is (85,238,250). Sum of RGB (Red+Green+Blue) = 85+238+250=573 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.83% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #55EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEFA is #AA1105. Grayscale: #C1C1C1. Windows color (decimal): -11145478 or 16445013. OLE color: 16445013.
HSL color Cylindrical-coordinate representation of color #55EEFA: hue angle of 184.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55EEFA is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 238 | 250 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.02 |
| HSL | 184.36º | 0.94% | 0.66% | - |
| HSV(B) | 184.36º | 0.66% | 0.98% | - |
| XYZ | 51.58 | 69.98 | 101.23 | - |
| YUV | 193.62 | 159.81 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 250 | 0.66 | 0.05 | 0 | 0.02 | 184.36 | 0.94 | 0.66 |
| Hex | 55 | EE | FA | 42 | 5 | 0 | 2 | B8 | 5E | 42 |
| Octal | 125 | 356 | 372 | 102 | 5 | 0 | 2 | 270 | 136 | 102 |
| Binary | 1010101 | 11101110 | 11111010 | 1000010 | 101 | 0 | 10 | 10111000 | 1011110 | 1000010 |
Color Harmonies of #55EEFA
Complementary color
Monochromatic Colors of #55EEFA
Black with #55EEFA
Text Example
Text Example
White with #55EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEFA; }
p { color: rgb(85,238,250); }
H1.HeaderClassName
{
color: #55EEFA;
}
.AnyTagClassName
{
color: #55EEFA;
}
</style>
background-color css
<style>
a { background-color: #55EEFA; }
a { background-color: rgb(85,238,250); }
div.DivClassName
{
background-color: #55EEFA;
}
.BgClassName
{
background-color: #55EEFA;
}
</style>
border-color css
<style>
span { border-color: #55EEFA; }
span { border-color: rgb(85,238,250); }
td.TdClassName
{
border-color: #55EEFA;
}
.TagClassName
{
border-color: #55EEFA;
}
</style>