Shades of Echo Blue #9EABDC
Tints of Echo Blue #9EABDC
RGB
CMYK
RGB Variations
Color information
#9EABDC (or 0x9EABDC) is known color: Echo Blue. HEX triplet: 9E, AB and DC. RGB value is (158,171,220). Sum of RGB (Red+Green+Blue) = 158+171+220=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABDC is #615423. Grayscale: #ACACAC. Windows color (decimal): -6378532 or 14461854. OLE color: 14461854.
HSL color Cylindrical-coordinate representation of color #9EABDC: hue angle of 227.42º degrees, saturation: 0.47, 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 #9EABDC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 171 | 220 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.14 |
| HSL | 227.42º | 0.47% | 0.74% | - |
| HSV(B) | 227.42º | 0.28% | 0.86% | - |
| XYZ | 41.58 | 41.56 | 73.54 | - |
| YUV | 172.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 220 | 0.28 | 0.22 | 0 | 0.14 | 227.42 | 0.47 | 0.74 |
| Hex | 9E | AB | DC | 1C | 16 | 0 | E | E3 | 2F | 4A |
| Octal | 236 | 253 | 334 | 34 | 26 | 0 | 16 | 343 | 57 | 112 |
| Binary | 10011110 | 10101011 | 11011100 | 11100 | 10110 | 0 | 1110 | 11100011 | 101111 | 1001010 |
Color Harmonies of #9EABDC
Complementary color
Monochromatic Colors of #9EABDC
Black with #9EABDC
Text Example
Text Example
White with #9EABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABDC; }
p { color: rgb(158,171,220); }
H1.HeaderClassName
{
color: #9EABDC;
}
.AnyTagClassName
{
color: #9EABDC;
}
</style>
background-color css
<style>
a { background-color: #9EABDC; }
a { background-color: rgb(158,171,220); }
div.DivClassName
{
background-color: #9EABDC;
}
.BgClassName
{
background-color: #9EABDC;
}
</style>
border-color css
<style>
span { border-color: #9EABDC; }
span { border-color: rgb(158,171,220); }
td.TdClassName
{
border-color: #9EABDC;
}
.TagClassName
{
border-color: #9EABDC;
}
</style>