Shades of Echo Blue #9EAFDC
Tints of Echo Blue #9EAFDC
RGB
CMYK
RGB Variations
Color information
#9EAFDC (or 0x9EAFDC) is known color: Echo Blue. HEX triplet: 9E, AF and DC. RGB value is (158,175,220). Sum of RGB (Red+Green+Blue) = 158+175+220=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFDC is #615023. Grayscale: #AEAEAE. Windows color (decimal): -6377508 or 14462878. OLE color: 14462878.
HSL color Cylindrical-coordinate representation of color #9EAFDC: hue angle of 223.55º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EAFDC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 175 | 220 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.14 |
| HSL | 223.55º | 0.47% | 0.74% | - |
| HSV(B) | 223.55º | 0.28% | 0.86% | - |
| XYZ | 42.35 | 43.1 | 73.8 | - |
| YUV | 175.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 220 | 0.28 | 0.20 | 0 | 0.14 | 223.55 | 0.47 | 0.74 |
| Hex | 9E | AF | DC | 1C | 14 | 0 | E | E0 | 2F | 4A |
| Octal | 236 | 257 | 334 | 34 | 24 | 0 | 16 | 340 | 57 | 112 |
| Binary | 10011110 | 10101111 | 11011100 | 11100 | 10100 | 0 | 1110 | 11100000 | 101111 | 1001010 |
Color Harmonies of #9EAFDC
Complementary color
Monochromatic Colors of #9EAFDC
Black with #9EAFDC
Text Example
Text Example
White with #9EAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAFDC; }
p { color: rgb(158,175,220); }
H1.HeaderClassName
{
color: #9EAFDC;
}
.AnyTagClassName
{
color: #9EAFDC;
}
</style>
background-color css
<style>
a { background-color: #9EAFDC; }
a { background-color: rgb(158,175,220); }
div.DivClassName
{
background-color: #9EAFDC;
}
.BgClassName
{
background-color: #9EAFDC;
}
</style>
border-color css
<style>
span { border-color: #9EAFDC; }
span { border-color: rgb(158,175,220); }
td.TdClassName
{
border-color: #9EAFDC;
}
.TagClassName
{
border-color: #9EAFDC;
}
</style>