Shades of Echo Blue #9DAACD
Tints of Echo Blue #9DAACD
RGB
CMYK
RGB Variations
Color information
#9DAACD (or 0x9DAACD) is known color: Echo Blue. HEX triplet: 9D, AA and CD. RGB value is (157,170,205). Sum of RGB (Red+Green+Blue) = 157+170+205=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAACD is #625532. Grayscale: #A9A9A9. Windows color (decimal): -6444339 or 13478557. OLE color: 13478557.
HSL color Cylindrical-coordinate representation of color #9DAACD: hue angle of 223.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DAACD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 170 | 205 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.20 |
| HSL | 223.75º | 0.32% | 0.71% | - |
| HSV(B) | 223.75º | 0.23% | 0.8% | - |
| XYZ | 39.3 | 40.33 | 63.47 | - |
| YUV | 170.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 205 | 0.23 | 0.17 | 0 | 0.20 | 223.75 | 0.32 | 0.71 |
| Hex | 9D | AA | CD | 17 | 11 | 0 | 14 | E0 | 20 | 47 |
| Octal | 235 | 252 | 315 | 27 | 21 | 0 | 24 | 340 | 40 | 107 |
| Binary | 10011101 | 10101010 | 11001101 | 10111 | 10001 | 0 | 10100 | 11100000 | 100000 | 1000111 |
Color Harmonies of #9DAACD
Complementary color
Monochromatic Colors of #9DAACD
Black with #9DAACD
Text Example
Text Example
White with #9DAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAACD; }
p { color: rgb(157,170,205); }
H1.HeaderClassName
{
color: #9DAACD;
}
.AnyTagClassName
{
color: #9DAACD;
}
</style>
background-color css
<style>
a { background-color: #9DAACD; }
a { background-color: rgb(157,170,205); }
div.DivClassName
{
background-color: #9DAACD;
}
.BgClassName
{
background-color: #9DAACD;
}
</style>
border-color css
<style>
span { border-color: #9DAACD; }
span { border-color: rgb(157,170,205); }
td.TdClassName
{
border-color: #9DAACD;
}
.TagClassName
{
border-color: #9DAACD;
}
</style>