Shades of Echo Blue #9EACDE
Tints of Echo Blue #9EACDE
RGB
CMYK
RGB Variations
Color information
#9EACDE (or 0x9EACDE) is known color: Echo Blue. HEX triplet: 9E, AC and DE. RGB value is (158,172,222). Sum of RGB (Red+Green+Blue) = 158+172+222=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACDE is #615321. Grayscale: #ADADAD. Windows color (decimal): -6378274 or 14593182. OLE color: 14593182.
HSL color Cylindrical-coordinate representation of color #9EACDE: hue angle of 226.88º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EACDE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 172 | 222 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.13 |
| HSL | 226.88º | 0.49% | 0.75% | - |
| HSV(B) | 226.88º | 0.29% | 0.87% | - |
| XYZ | 42.04 | 42.05 | 75.01 | - |
| YUV | 173.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 222 | 0.29 | 0.23 | 0 | 0.13 | 226.88 | 0.49 | 0.75 |
| Hex | 9E | AC | DE | 1D | 17 | 0 | D | E3 | 31 | 4B |
| Octal | 236 | 254 | 336 | 35 | 27 | 0 | 15 | 343 | 61 | 113 |
| Binary | 10011110 | 10101100 | 11011110 | 11101 | 10111 | 0 | 1101 | 11100011 | 110001 | 1001011 |
Color Harmonies of #9EACDE
Complementary color
Monochromatic Colors of #9EACDE
Black with #9EACDE
Text Example
Text Example
White with #9EACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACDE; }
p { color: rgb(158,172,222); }
H1.HeaderClassName
{
color: #9EACDE;
}
.AnyTagClassName
{
color: #9EACDE;
}
</style>
background-color css
<style>
a { background-color: #9EACDE; }
a { background-color: rgb(158,172,222); }
div.DivClassName
{
background-color: #9EACDE;
}
.BgClassName
{
background-color: #9EACDE;
}
</style>
border-color css
<style>
span { border-color: #9EACDE; }
span { border-color: rgb(158,172,222); }
td.TdClassName
{
border-color: #9EACDE;
}
.TagClassName
{
border-color: #9EACDE;
}
</style>