Shades of Echo Blue #9EA8CC
Tints of Echo Blue #9EA8CC
RGB
CMYK
RGB Variations
Color information
#9EA8CC (or 0x9EA8CC) is known color: Echo Blue. HEX triplet: 9E, A8 and CC. RGB value is (158,168,204). Sum of RGB (Red+Green+Blue) = 158+168+204=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8CC is #615733. Grayscale: #A8A8A8. Windows color (decimal): -6379316 or 13412510. OLE color: 13412510.
HSL color Cylindrical-coordinate representation of color #9EA8CC: hue angle of 226.96º degrees, saturation: 0.31, 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 #9EA8CC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 168 | 204 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.2 |
| HSL | 226.96º | 0.31% | 0.71% | - |
| HSV(B) | 226.96º | 0.23% | 0.8% | - |
| XYZ | 39 | 39.63 | 62.72 | - |
| YUV | 169.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 204 | 0.23 | 0.18 | 0 | 0.2 | 226.96 | 0.31 | 0.71 |
| Hex | 9E | A8 | CC | 17 | 12 | 0 | 14 | E3 | 1F | 47 |
| Octal | 236 | 250 | 314 | 27 | 22 | 0 | 24 | 343 | 37 | 107 |
| Binary | 10011110 | 10101000 | 11001100 | 10111 | 10010 | 0 | 10100 | 11100011 | 11111 | 1000111 |
Color Harmonies of #9EA8CC
Complementary color
Monochromatic Colors of #9EA8CC
Black with #9EA8CC
Text Example
Text Example
White with #9EA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8CC; }
p { color: rgb(158,168,204); }
H1.HeaderClassName
{
color: #9EA8CC;
}
.AnyTagClassName
{
color: #9EA8CC;
}
</style>
background-color css
<style>
a { background-color: #9EA8CC; }
a { background-color: rgb(158,168,204); }
div.DivClassName
{
background-color: #9EA8CC;
}
.BgClassName
{
background-color: #9EA8CC;
}
</style>
border-color css
<style>
span { border-color: #9EA8CC; }
span { border-color: rgb(158,168,204); }
td.TdClassName
{
border-color: #9EA8CC;
}
.TagClassName
{
border-color: #9EA8CC;
}
</style>