Shades of Echo Blue #9EA8CF
Tints of Echo Blue #9EA8CF
RGB
CMYK
RGB Variations
Color information
#9EA8CF (or 0x9EA8CF) is known color: Echo Blue. HEX triplet: 9E, A8 and CF. RGB value is (158,168,207). Sum of RGB (Red+Green+Blue) = 158+168+207=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #9EA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA8CF is #615730. Grayscale: #A9A9A9. Windows color (decimal): -6379313 or 13609118. OLE color: 13609118.
HSL color Cylindrical-coordinate representation of color #9EA8CF: hue angle of 227.76º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EA8CF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 168 | 207 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.19 |
| HSL | 227.76º | 0.34% | 0.72% | - |
| HSV(B) | 227.76º | 0.24% | 0.81% | - |
| XYZ | 39.37 | 39.78 | 64.63 | - |
| YUV | 169.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 207 | 0.24 | 0.19 | 0 | 0.19 | 227.76 | 0.34 | 0.72 |
| Hex | 9E | A8 | CF | 18 | 13 | 0 | 13 | E4 | 22 | 48 |
| Octal | 236 | 250 | 317 | 30 | 23 | 0 | 23 | 344 | 42 | 110 |
| Binary | 10011110 | 10101000 | 11001111 | 11000 | 10011 | 0 | 10011 | 11100100 | 100010 | 1001000 |
Color Harmonies of #9EA8CF
Complementary color
Monochromatic Colors of #9EA8CF
Black with #9EA8CF
Text Example
Text Example
White with #9EA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA8CF; }
p { color: rgb(158,168,207); }
H1.HeaderClassName
{
color: #9EA8CF;
}
.AnyTagClassName
{
color: #9EA8CF;
}
</style>
background-color css
<style>
a { background-color: #9EA8CF; }
a { background-color: rgb(158,168,207); }
div.DivClassName
{
background-color: #9EA8CF;
}
.BgClassName
{
background-color: #9EA8CF;
}
</style>
border-color css
<style>
span { border-color: #9EA8CF; }
span { border-color: rgb(158,168,207); }
td.TdClassName
{
border-color: #9EA8CF;
}
.TagClassName
{
border-color: #9EA8CF;
}
</style>