Shades of Echo Blue #9EA9E0
Tints of Echo Blue #9EA9E0
RGB
CMYK
RGB Variations
Color information
#9EA9E0 (or 0x9EA9E0) is known color: Echo Blue. HEX triplet: 9E, A9 and E0. RGB value is (158,169,224). Sum of RGB (Red+Green+Blue) = 158+169+224=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EA9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA9E0 is #61561F. Grayscale: #ABABAB. Windows color (decimal): -6379040 or 14723486. OLE color: 14723486.
HSL color Cylindrical-coordinate representation of color #9EA9E0: hue angle of 230º 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 #9EA9E0 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 169 | 224 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.12 |
| HSL | 230º | 0.52% | 0.75% | - |
| HSV(B) | 230º | 0.29% | 0.88% | - |
| XYZ | 41.74 | 41.03 | 76.24 | - |
| YUV | 171.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 224 | 0.29 | 0.25 | 0 | 0.12 | 230 | 0.52 | 0.75 |
| Hex | 9E | A9 | E0 | 1D | 19 | 0 | C | E6 | 34 | 4B |
| Octal | 236 | 251 | 340 | 35 | 31 | 0 | 14 | 346 | 64 | 113 |
| Binary | 10011110 | 10101001 | 11100000 | 11101 | 11001 | 0 | 1100 | 11100110 | 110100 | 1001011 |
Color Harmonies of #9EA9E0
Complementary color
Monochromatic Colors of #9EA9E0
Black with #9EA9E0
Text Example
Text Example
White with #9EA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA9E0; }
p { color: rgb(158,169,224); }
H1.HeaderClassName
{
color: #9EA9E0;
}
.AnyTagClassName
{
color: #9EA9E0;
}
</style>
background-color css
<style>
a { background-color: #9EA9E0; }
a { background-color: rgb(158,169,224); }
div.DivClassName
{
background-color: #9EA9E0;
}
.BgClassName
{
background-color: #9EA9E0;
}
</style>
border-color css
<style>
span { border-color: #9EA9E0; }
span { border-color: rgb(158,169,224); }
td.TdClassName
{
border-color: #9EA9E0;
}
.TagClassName
{
border-color: #9EA9E0;
}
</style>