Shades of Echo Blue #9EABE0
Tints of Echo Blue #9EABE0
RGB
CMYK
RGB Variations
Color information
#9EABE0 (or 0x9EABE0) is known color: Echo Blue. HEX triplet: 9E, AB and E0. RGB value is (158,171,224). Sum of RGB (Red+Green+Blue) = 158+171+224=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABE0 is #61541F. Grayscale: #ACACAC. Windows color (decimal): -6378528 or 14723998. OLE color: 14723998.
HSL color Cylindrical-coordinate representation of color #9EABE0: hue angle of 228.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EABE0 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 171 | 224 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.12 |
| HSL | 228.18º | 0.52% | 0.75% | - |
| HSV(B) | 228.18º | 0.29% | 0.88% | - |
| XYZ | 42.12 | 41.78 | 76.36 | - |
| YUV | 173.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 224 | 0.29 | 0.24 | 0 | 0.12 | 228.18 | 0.52 | 0.75 |
| Hex | 9E | AB | E0 | 1D | 18 | 0 | C | E4 | 34 | 4B |
| Octal | 236 | 253 | 340 | 35 | 30 | 0 | 14 | 344 | 64 | 113 |
| Binary | 10011110 | 10101011 | 11100000 | 11101 | 11000 | 0 | 1100 | 11100100 | 110100 | 1001011 |
Color Harmonies of #9EABE0
Complementary color
Monochromatic Colors of #9EABE0
Black with #9EABE0
Text Example
Text Example
White with #9EABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABE0; }
p { color: rgb(158,171,224); }
H1.HeaderClassName
{
color: #9EABE0;
}
.AnyTagClassName
{
color: #9EABE0;
}
</style>
background-color css
<style>
a { background-color: #9EABE0; }
a { background-color: rgb(158,171,224); }
div.DivClassName
{
background-color: #9EABE0;
}
.BgClassName
{
background-color: #9EABE0;
}
</style>
border-color css
<style>
span { border-color: #9EABE0; }
span { border-color: rgb(158,171,224); }
td.TdClassName
{
border-color: #9EABE0;
}
.TagClassName
{
border-color: #9EABE0;
}
</style>