Shades of Echo Blue #9EAEDB
Tints of Echo Blue #9EAEDB
RGB
CMYK
RGB Variations
Color information
#9EAEDB (or 0x9EAEDB) is known color: Echo Blue. HEX triplet: 9E, AE and DB. RGB value is (158,174,219). Sum of RGB (Red+Green+Blue) = 158+174+219=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEDB is #615124. Grayscale: #AEAEAE. Windows color (decimal): -6377765 or 14397086. OLE color: 14397086.
HSL color Cylindrical-coordinate representation of color #9EAEDB: hue angle of 224.26º 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 #9EAEDB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 174 | 219 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.14 |
| HSL | 224.26º | 0.46% | 0.74% | - |
| HSV(B) | 224.26º | 0.28% | 0.86% | - |
| XYZ | 42.02 | 42.66 | 73.04 | - |
| YUV | 174.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 219 | 0.28 | 0.21 | 0 | 0.14 | 224.26 | 0.46 | 0.74 |
| Hex | 9E | AE | DB | 1C | 15 | 0 | E | E0 | 2E | 4A |
| Octal | 236 | 256 | 333 | 34 | 25 | 0 | 16 | 340 | 56 | 112 |
| Binary | 10011110 | 10101110 | 11011011 | 11100 | 10101 | 0 | 1110 | 11100000 | 101110 | 1001010 |
Color Harmonies of #9EAEDB
Complementary color
Monochromatic Colors of #9EAEDB
Black with #9EAEDB
Text Example
Text Example
White with #9EAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAEDB; }
p { color: rgb(158,174,219); }
H1.HeaderClassName
{
color: #9EAEDB;
}
.AnyTagClassName
{
color: #9EAEDB;
}
</style>
background-color css
<style>
a { background-color: #9EAEDB; }
a { background-color: rgb(158,174,219); }
div.DivClassName
{
background-color: #9EAEDB;
}
.BgClassName
{
background-color: #9EAEDB;
}
</style>
border-color css
<style>
span { border-color: #9EAEDB; }
span { border-color: rgb(158,174,219); }
td.TdClassName
{
border-color: #9EAEDB;
}
.TagClassName
{
border-color: #9EAEDB;
}
</style>