Shades of Echo Blue #9DAADB
Tints of Echo Blue #9DAADB
RGB
CMYK
RGB Variations
Color information
#9DAADB (or 0x9DAADB) is known color: Echo Blue. HEX triplet: 9D, AA and DB. RGB value is (157,170,219). Sum of RGB (Red+Green+Blue) = 157+170+219=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAADB is #625524. Grayscale: #ABABAB. Windows color (decimal): -6444325 or 14396061. OLE color: 14396061.
HSL color Cylindrical-coordinate representation of color #9DAADB: hue angle of 227.42º 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 #9DAADB is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 170 | 219 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.14 |
| HSL | 227.42º | 0.46% | 0.74% | - |
| HSV(B) | 227.42º | 0.28% | 0.86% | - |
| XYZ | 41.07 | 41.03 | 72.77 | - |
| YUV | 171.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 219 | 0.28 | 0.22 | 0 | 0.14 | 227.42 | 0.46 | 0.74 |
| Hex | 9D | AA | DB | 1C | 16 | 0 | E | E3 | 2E | 4A |
| Octal | 235 | 252 | 333 | 34 | 26 | 0 | 16 | 343 | 56 | 112 |
| Binary | 10011101 | 10101010 | 11011011 | 11100 | 10110 | 0 | 1110 | 11100011 | 101110 | 1001010 |
Color Harmonies of #9DAADB
Complementary color
Monochromatic Colors of #9DAADB
Black with #9DAADB
Text Example
Text Example
White with #9DAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAADB; }
p { color: rgb(157,170,219); }
H1.HeaderClassName
{
color: #9DAADB;
}
.AnyTagClassName
{
color: #9DAADB;
}
</style>
background-color css
<style>
a { background-color: #9DAADB; }
a { background-color: rgb(157,170,219); }
div.DivClassName
{
background-color: #9DAADB;
}
.BgClassName
{
background-color: #9DAADB;
}
</style>
border-color css
<style>
span { border-color: #9DAADB; }
span { border-color: rgb(157,170,219); }
td.TdClassName
{
border-color: #9DAADB;
}
.TagClassName
{
border-color: #9DAADB;
}
</style>