Shades of Echo Blue #9DAEDB
Tints of Echo Blue #9DAEDB
RGB
CMYK
RGB Variations
Color information
#9DAEDB (or 0x9DAEDB) is known color: Echo Blue. HEX triplet: 9D, AE and DB. RGB value is (157,174,219). Sum of RGB (Red+Green+Blue) = 157+174+219=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEDB is #625124. Grayscale: #ADADAD. Windows color (decimal): -6443301 or 14397085. OLE color: 14397085.
HSL color Cylindrical-coordinate representation of color #9DAEDB: hue angle of 223.55º 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 #9DAEDB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 174 | 219 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.14 |
| HSL | 223.55º | 0.46% | 0.74% | - |
| HSV(B) | 223.55º | 0.28% | 0.86% | - |
| XYZ | 41.83 | 42.55 | 73.03 | - |
| YUV | 174.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 219 | 0.28 | 0.21 | 0 | 0.14 | 223.55 | 0.46 | 0.74 |
| Hex | 9D | AE | DB | 1C | 15 | 0 | E | E0 | 2E | 4A |
| Octal | 235 | 256 | 333 | 34 | 25 | 0 | 16 | 340 | 56 | 112 |
| Binary | 10011101 | 10101110 | 11011011 | 11100 | 10101 | 0 | 1110 | 11100000 | 101110 | 1001010 |
Color Harmonies of #9DAEDB
Complementary color
Monochromatic Colors of #9DAEDB
Black with #9DAEDB
Text Example
Text Example
White with #9DAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAEDB; }
p { color: rgb(157,174,219); }
H1.HeaderClassName
{
color: #9DAEDB;
}
.AnyTagClassName
{
color: #9DAEDB;
}
</style>
background-color css
<style>
a { background-color: #9DAEDB; }
a { background-color: rgb(157,174,219); }
div.DivClassName
{
background-color: #9DAEDB;
}
.BgClassName
{
background-color: #9DAEDB;
}
</style>
border-color css
<style>
span { border-color: #9DAEDB; }
span { border-color: rgb(157,174,219); }
td.TdClassName
{
border-color: #9DAEDB;
}
.TagClassName
{
border-color: #9DAEDB;
}
</style>