Shades of Echo Blue #9EACCD
Tints of Echo Blue #9EACCD
RGB
CMYK
RGB Variations
Color information
#9EACCD (or 0x9EACCD) is known color: Echo Blue. HEX triplet: 9E, AC and CD. RGB value is (158,172,205). Sum of RGB (Red+Green+Blue) = 158+172+205=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACCD is #615332. Grayscale: #ABABAB. Windows color (decimal): -6378291 or 13479070. OLE color: 13479070.
HSL color Cylindrical-coordinate representation of color #9EACCD: hue angle of 222.13º degrees, saturation: 0.32, 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 #9EACCD is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 172 | 205 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.20 |
| HSL | 222.13º | 0.32% | 0.71% | - |
| HSV(B) | 222.13º | 0.23% | 0.8% | - |
| XYZ | 39.87 | 41.18 | 63.61 | - |
| YUV | 171.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 205 | 0.23 | 0.16 | 0 | 0.20 | 222.13 | 0.32 | 0.71 |
| Hex | 9E | AC | CD | 17 | 10 | 0 | 14 | DE | 20 | 47 |
| Octal | 236 | 254 | 315 | 27 | 20 | 0 | 24 | 336 | 40 | 107 |
| Binary | 10011110 | 10101100 | 11001101 | 10111 | 10000 | 0 | 10100 | 11011110 | 100000 | 1000111 |
Color Harmonies of #9EACCD
Complementary color
Monochromatic Colors of #9EACCD
Black with #9EACCD
Text Example
Text Example
White with #9EACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACCD; }
p { color: rgb(158,172,205); }
H1.HeaderClassName
{
color: #9EACCD;
}
.AnyTagClassName
{
color: #9EACCD;
}
</style>
background-color css
<style>
a { background-color: #9EACCD; }
a { background-color: rgb(158,172,205); }
div.DivClassName
{
background-color: #9EACCD;
}
.BgClassName
{
background-color: #9EACCD;
}
</style>
border-color css
<style>
span { border-color: #9EACCD; }
span { border-color: rgb(158,172,205); }
td.TdClassName
{
border-color: #9EACCD;
}
.TagClassName
{
border-color: #9EACCD;
}
</style>