Shades of Echo Blue #9EA9CD
Tints of Echo Blue #9EA9CD
RGB
CMYK
RGB Variations
Color information
#9EA9CD (or 0x9EA9CD) is known color: Echo Blue. HEX triplet: 9E, A9 and CD. RGB value is (158,169,205). Sum of RGB (Red+Green+Blue) = 158+169+205=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA9CD is #615632. Grayscale: #A9A9A9. Windows color (decimal): -6379059 or 13478302. OLE color: 13478302.
HSL color Cylindrical-coordinate representation of color #9EA9CD: hue angle of 225.96º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA9CD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 169 | 205 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.20 |
| HSL | 225.96º | 0.32% | 0.71% | - |
| HSV(B) | 225.96º | 0.23% | 0.8% | - |
| XYZ | 39.31 | 40.05 | 63.42 | - |
| YUV | 169.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 205 | 0.23 | 0.18 | 0 | 0.20 | 225.96 | 0.32 | 0.71 |
| Hex | 9E | A9 | CD | 17 | 12 | 0 | 14 | E2 | 20 | 47 |
| Octal | 236 | 251 | 315 | 27 | 22 | 0 | 24 | 342 | 40 | 107 |
| Binary | 10011110 | 10101001 | 11001101 | 10111 | 10010 | 0 | 10100 | 11100010 | 100000 | 1000111 |
Color Harmonies of #9EA9CD
Complementary color
Monochromatic Colors of #9EA9CD
Black with #9EA9CD
Text Example
Text Example
White with #9EA9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA9CD; }
p { color: rgb(158,169,205); }
H1.HeaderClassName
{
color: #9EA9CD;
}
.AnyTagClassName
{
color: #9EA9CD;
}
</style>
background-color css
<style>
a { background-color: #9EA9CD; }
a { background-color: rgb(158,169,205); }
div.DivClassName
{
background-color: #9EA9CD;
}
.BgClassName
{
background-color: #9EA9CD;
}
</style>
border-color css
<style>
span { border-color: #9EA9CD; }
span { border-color: rgb(158,169,205); }
td.TdClassName
{
border-color: #9EA9CD;
}
.TagClassName
{
border-color: #9EA9CD;
}
</style>