Shades of Echo Blue #9EA5CE
Tints of Echo Blue #9EA5CE
RGB
CMYK
RGB Variations
Color information
#9EA5CE (or 0x9EA5CE) is known color: Echo Blue. HEX triplet: 9E, A5 and CE. RGB value is (158,165,206). Sum of RGB (Red+Green+Blue) = 158+165+206=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #9EA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5CE is #615A31. Grayscale: #A7A7A7. Windows color (decimal): -6380082 or 13542814. OLE color: 13542814.
HSL color Cylindrical-coordinate representation of color #9EA5CE: hue angle of 231.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA5CE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 165 | 206 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.19 |
| HSL | 231.25º | 0.33% | 0.71% | - |
| HSV(B) | 231.25º | 0.23% | 0.81% | - |
| XYZ | 38.7 | 38.64 | 63.81 | - |
| YUV | 167.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 206 | 0.23 | 0.20 | 0 | 0.19 | 231.25 | 0.33 | 0.71 |
| Hex | 9E | A5 | CE | 17 | 14 | 0 | 13 | E7 | 21 | 47 |
| Octal | 236 | 245 | 316 | 27 | 24 | 0 | 23 | 347 | 41 | 107 |
| Binary | 10011110 | 10100101 | 11001110 | 10111 | 10100 | 0 | 10011 | 11100111 | 100001 | 1000111 |
Color Harmonies of #9EA5CE
Complementary color
Monochromatic Colors of #9EA5CE
Black with #9EA5CE
Text Example
Text Example
White with #9EA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA5CE; }
p { color: rgb(158,165,206); }
H1.HeaderClassName
{
color: #9EA5CE;
}
.AnyTagClassName
{
color: #9EA5CE;
}
</style>
background-color css
<style>
a { background-color: #9EA5CE; }
a { background-color: rgb(158,165,206); }
div.DivClassName
{
background-color: #9EA5CE;
}
.BgClassName
{
background-color: #9EA5CE;
}
</style>
border-color css
<style>
span { border-color: #9EA5CE; }
span { border-color: rgb(158,165,206); }
td.TdClassName
{
border-color: #9EA5CE;
}
.TagClassName
{
border-color: #9EA5CE;
}
</style>