Shades of Echo Blue #9EAFDB
Tints of Echo Blue #9EAFDB
RGB
CMYK
RGB Variations
Color information
#9EAFDB (or 0x9EAFDB) is known color: Echo Blue. HEX triplet: 9E, AF and DB. RGB value is (158,175,219). Sum of RGB (Red+Green+Blue) = 158+175+219=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #9EAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFDB is #615024. Grayscale: #AEAEAE. Windows color (decimal): -6377509 or 14397342. OLE color: 14397342.
HSL color Cylindrical-coordinate representation of color #9EAFDB: hue angle of 223.28º 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 #9EAFDB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 175 | 219 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.14 |
| HSL | 223.28º | 0.46% | 0.74% | - |
| HSV(B) | 223.28º | 0.28% | 0.86% | - |
| XYZ | 42.22 | 43.04 | 73.1 | - |
| YUV | 174.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 219 | 0.28 | 0.20 | 0 | 0.14 | 223.28 | 0.46 | 0.74 |
| Hex | 9E | AF | DB | 1C | 14 | 0 | E | DF | 2E | 4A |
| Octal | 236 | 257 | 333 | 34 | 24 | 0 | 16 | 337 | 56 | 112 |
| Binary | 10011110 | 10101111 | 11011011 | 11100 | 10100 | 0 | 1110 | 11011111 | 101110 | 1001010 |
Color Harmonies of #9EAFDB
Complementary color
Monochromatic Colors of #9EAFDB
Black with #9EAFDB
Text Example
Text Example
White with #9EAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAFDB; }
p { color: rgb(158,175,219); }
H1.HeaderClassName
{
color: #9EAFDB;
}
.AnyTagClassName
{
color: #9EAFDB;
}
</style>
background-color css
<style>
a { background-color: #9EAFDB; }
a { background-color: rgb(158,175,219); }
div.DivClassName
{
background-color: #9EAFDB;
}
.BgClassName
{
background-color: #9EAFDB;
}
</style>
border-color css
<style>
span { border-color: #9EAFDB; }
span { border-color: rgb(158,175,219); }
td.TdClassName
{
border-color: #9EAFDB;
}
.TagClassName
{
border-color: #9EAFDB;
}
</style>