Shades of Echo Blue #9EACCA
Tints of Echo Blue #9EACCA
RGB
CMYK
RGB Variations
Color information
#9EACCA (or 0x9EACCA) is known color: Echo Blue. HEX triplet: 9E, AC and CA. RGB value is (158,172,202). Sum of RGB (Red+Green+Blue) = 158+172+202=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACCA is #615335. Grayscale: #ABABAB. Windows color (decimal): -6378294 or 13282462. OLE color: 13282462.
HSL color Cylindrical-coordinate representation of color #9EACCA: hue angle of 220.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EACCA is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 172 | 202 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.21 |
| HSL | 220.91º | 0.29% | 0.71% | - |
| HSV(B) | 220.91º | 0.22% | 0.79% | - |
| XYZ | 39.51 | 41.04 | 61.72 | - |
| YUV | 171.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 202 | 0.22 | 0.15 | 0 | 0.21 | 220.91 | 0.29 | 0.71 |
| Hex | 9E | AC | CA | 16 | F | 0 | 15 | DD | 1D | 47 |
| Octal | 236 | 254 | 312 | 26 | 17 | 0 | 25 | 335 | 35 | 107 |
| Binary | 10011110 | 10101100 | 11001010 | 10110 | 1111 | 0 | 10101 | 11011101 | 11101 | 1000111 |
Color Harmonies of #9EACCA
Complementary color
Monochromatic Colors of #9EACCA
Black with #9EACCA
Text Example
Text Example
White with #9EACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACCA; }
p { color: rgb(158,172,202); }
H1.HeaderClassName
{
color: #9EACCA;
}
.AnyTagClassName
{
color: #9EACCA;
}
</style>
background-color css
<style>
a { background-color: #9EACCA; }
a { background-color: rgb(158,172,202); }
div.DivClassName
{
background-color: #9EACCA;
}
.BgClassName
{
background-color: #9EACCA;
}
</style>
border-color css
<style>
span { border-color: #9EACCA; }
span { border-color: rgb(158,172,202); }
td.TdClassName
{
border-color: #9EACCA;
}
.TagClassName
{
border-color: #9EACCA;
}
</style>