Shades of Echo Blue #9EA8DE
Tints of Echo Blue #9EA8DE
RGB
CMYK
RGB Variations
Color information
#9EA8DE (or 0x9EA8DE) is known color: Echo Blue. HEX triplet: 9E, A8 and DE. RGB value is (158,168,222). Sum of RGB (Red+Green+Blue) = 158+168+222=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8DE is #615721. Grayscale: #AAAAAA. Windows color (decimal): -6379298 or 14592158. OLE color: 14592158.
HSL color Cylindrical-coordinate representation of color #9EA8DE: hue angle of 230.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA8DE is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 168 | 222 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.13 |
| HSL | 230.63º | 0.49% | 0.75% | - |
| HSV(B) | 230.63º | 0.29% | 0.87% | - |
| XYZ | 41.29 | 40.55 | 74.76 | - |
| YUV | 171.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 222 | 0.29 | 0.24 | 0 | 0.13 | 230.63 | 0.49 | 0.75 |
| Hex | 9E | A8 | DE | 1D | 18 | 0 | D | E7 | 31 | 4B |
| Octal | 236 | 250 | 336 | 35 | 30 | 0 | 15 | 347 | 61 | 113 |
| Binary | 10011110 | 10101000 | 11011110 | 11101 | 11000 | 0 | 1101 | 11100111 | 110001 | 1001011 |
Color Harmonies of #9EA8DE
Complementary color
Monochromatic Colors of #9EA8DE
Black with #9EA8DE
Text Example
Text Example
White with #9EA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8DE; }
p { color: rgb(158,168,222); }
H1.HeaderClassName
{
color: #9EA8DE;
}
.AnyTagClassName
{
color: #9EA8DE;
}
</style>
background-color css
<style>
a { background-color: #9EA8DE; }
a { background-color: rgb(158,168,222); }
div.DivClassName
{
background-color: #9EA8DE;
}
.BgClassName
{
background-color: #9EA8DE;
}
</style>
border-color css
<style>
span { border-color: #9EA8DE; }
span { border-color: rgb(158,168,222); }
td.TdClassName
{
border-color: #9EA8DE;
}
.TagClassName
{
border-color: #9EA8DE;
}
</style>