Shades of Echo Blue #9EACDB
Tints of Echo Blue #9EACDB
RGB
CMYK
RGB Variations
Color information
#9EACDB (or 0x9EACDB) is known color: Echo Blue. HEX triplet: 9E, AC and DB. RGB value is (158,172,219). Sum of RGB (Red+Green+Blue) = 158+172+219=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACDB is #615324. Grayscale: #ACACAC. Windows color (decimal): -6378277 or 14396574. OLE color: 14396574.
HSL color Cylindrical-coordinate representation of color #9EACDB: hue angle of 226.23º degrees, saturation: 0.46, 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 #9EACDB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 172 | 219 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.14 |
| HSL | 226.23º | 0.46% | 0.74% | - |
| HSV(B) | 226.23º | 0.28% | 0.86% | - |
| XYZ | 41.64 | 41.89 | 72.91 | - |
| YUV | 173.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 219 | 0.28 | 0.21 | 0 | 0.14 | 226.23 | 0.46 | 0.74 |
| Hex | 9E | AC | DB | 1C | 15 | 0 | E | E2 | 2E | 4A |
| Octal | 236 | 254 | 333 | 34 | 25 | 0 | 16 | 342 | 56 | 112 |
| Binary | 10011110 | 10101100 | 11011011 | 11100 | 10101 | 0 | 1110 | 11100010 | 101110 | 1001010 |
Color Harmonies of #9EACDB
Complementary color
Monochromatic Colors of #9EACDB
Black with #9EACDB
Text Example
Text Example
White with #9EACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACDB; }
p { color: rgb(158,172,219); }
H1.HeaderClassName
{
color: #9EACDB;
}
.AnyTagClassName
{
color: #9EACDB;
}
</style>
background-color css
<style>
a { background-color: #9EACDB; }
a { background-color: rgb(158,172,219); }
div.DivClassName
{
background-color: #9EACDB;
}
.BgClassName
{
background-color: #9EACDB;
}
</style>
border-color css
<style>
span { border-color: #9EACDB; }
span { border-color: rgb(158,172,219); }
td.TdClassName
{
border-color: #9EACDB;
}
.TagClassName
{
border-color: #9EACDB;
}
</style>