Shades of Echo Blue #9EAADD
Tints of Echo Blue #9EAADD
RGB
CMYK
RGB Variations
Color information
#9EAADD (or 0x9EAADD) is known color: Echo Blue. HEX triplet: 9E, AA and DD. RGB value is (158,170,221). Sum of RGB (Red+Green+Blue) = 158+170+221=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAADD is #615522. Grayscale: #ACACAC. Windows color (decimal): -6378787 or 14527134. OLE color: 14527134.
HSL color Cylindrical-coordinate representation of color #9EAADD: hue angle of 228.57º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EAADD is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 170 | 221 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.13 |
| HSL | 228.57º | 0.48% | 0.74% | - |
| HSV(B) | 228.57º | 0.29% | 0.87% | - |
| XYZ | 41.53 | 41.24 | 74.18 | - |
| YUV | 172.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 221 | 0.29 | 0.23 | 0 | 0.13 | 228.57 | 0.48 | 0.74 |
| Hex | 9E | AA | DD | 1D | 17 | 0 | D | E5 | 30 | 4A |
| Octal | 236 | 252 | 335 | 35 | 27 | 0 | 15 | 345 | 60 | 112 |
| Binary | 10011110 | 10101010 | 11011101 | 11101 | 10111 | 0 | 1101 | 11100101 | 110000 | 1001010 |
Color Harmonies of #9EAADD
Complementary color
Monochromatic Colors of #9EAADD
Black with #9EAADD
Text Example
Text Example
White with #9EAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAADD; }
p { color: rgb(158,170,221); }
H1.HeaderClassName
{
color: #9EAADD;
}
.AnyTagClassName
{
color: #9EAADD;
}
</style>
background-color css
<style>
a { background-color: #9EAADD; }
a { background-color: rgb(158,170,221); }
div.DivClassName
{
background-color: #9EAADD;
}
.BgClassName
{
background-color: #9EAADD;
}
</style>
border-color css
<style>
span { border-color: #9EAADD; }
span { border-color: rgb(158,170,221); }
td.TdClassName
{
border-color: #9EAADD;
}
.TagClassName
{
border-color: #9EAADD;
}
</style>