Shades of Echo Blue #9EAACF
Tints of Echo Blue #9EAACF
RGB
CMYK
RGB Variations
Color information
#9EAACF (or 0x9EAACF) is known color: Echo Blue. HEX triplet: 9E, AA and CF. RGB value is (158,170,207). Sum of RGB (Red+Green+Blue) = 158+170+207=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #9EAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAACF is #615530. Grayscale: #AAAAAA. Windows color (decimal): -6378801 or 13609630. OLE color: 13609630.
HSL color Cylindrical-coordinate representation of color #9EAACF: hue angle of 225.31º 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 #9EAACF is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 170 | 207 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.19 |
| HSL | 225.31º | 0.34% | 0.72% | - |
| HSV(B) | 225.31º | 0.24% | 0.81% | - |
| XYZ | 39.74 | 40.52 | 64.76 | - |
| YUV | 170.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 207 | 0.24 | 0.18 | 0 | 0.19 | 225.31 | 0.34 | 0.72 |
| Hex | 9E | AA | CF | 18 | 12 | 0 | 13 | E1 | 22 | 48 |
| Octal | 236 | 252 | 317 | 30 | 22 | 0 | 23 | 341 | 42 | 110 |
| Binary | 10011110 | 10101010 | 11001111 | 11000 | 10010 | 0 | 10011 | 11100001 | 100010 | 1001000 |
Color Harmonies of #9EAACF
Complementary color
Monochromatic Colors of #9EAACF
Black with #9EAACF
Text Example
Text Example
White with #9EAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAACF; }
p { color: rgb(158,170,207); }
H1.HeaderClassName
{
color: #9EAACF;
}
.AnyTagClassName
{
color: #9EAACF;
}
</style>
background-color css
<style>
a { background-color: #9EAACF; }
a { background-color: rgb(158,170,207); }
div.DivClassName
{
background-color: #9EAACF;
}
.BgClassName
{
background-color: #9EAACF;
}
</style>
border-color css
<style>
span { border-color: #9EAACF; }
span { border-color: rgb(158,170,207); }
td.TdClassName
{
border-color: #9EAACF;
}
.TagClassName
{
border-color: #9EAACF;
}
</style>