Shades of Echo Blue #9EACDC
Tints of Echo Blue #9EACDC
RGB
CMYK
RGB Variations
Color information
#9EACDC (or 0x9EACDC) is known color: Echo Blue. HEX triplet: 9E, AC and DC. RGB value is (158,172,220). Sum of RGB (Red+Green+Blue) = 158+172+220=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACDC is #615323. Grayscale: #ADADAD. Windows color (decimal): -6378276 or 14462110. OLE color: 14462110.
HSL color Cylindrical-coordinate representation of color #9EACDC: hue angle of 226.45º 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 #9EACDC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 172 | 220 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.14 |
| HSL | 226.45º | 0.47% | 0.74% | - |
| HSV(B) | 226.45º | 0.28% | 0.86% | - |
| XYZ | 41.77 | 41.94 | 73.6 | - |
| YUV | 173.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 220 | 0.28 | 0.22 | 0 | 0.14 | 226.45 | 0.47 | 0.74 |
| Hex | 9E | AC | DC | 1C | 16 | 0 | E | E2 | 2F | 4A |
| Octal | 236 | 254 | 334 | 34 | 26 | 0 | 16 | 342 | 57 | 112 |
| Binary | 10011110 | 10101100 | 11011100 | 11100 | 10110 | 0 | 1110 | 11100010 | 101111 | 1001010 |
Color Harmonies of #9EACDC
Complementary color
Monochromatic Colors of #9EACDC
Black with #9EACDC
Text Example
Text Example
White with #9EACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACDC; }
p { color: rgb(158,172,220); }
H1.HeaderClassName
{
color: #9EACDC;
}
.AnyTagClassName
{
color: #9EACDC;
}
</style>
background-color css
<style>
a { background-color: #9EACDC; }
a { background-color: rgb(158,172,220); }
div.DivClassName
{
background-color: #9EACDC;
}
.BgClassName
{
background-color: #9EACDC;
}
</style>
border-color css
<style>
span { border-color: #9EACDC; }
span { border-color: rgb(158,172,220); }
td.TdClassName
{
border-color: #9EACDC;
}
.TagClassName
{
border-color: #9EACDC;
}
</style>