Shades of Echo Blue #9DAADC
Tints of Echo Blue #9DAADC
RGB
CMYK
RGB Variations
Color information
#9DAADC (or 0x9DAADC) is known color: Echo Blue. HEX triplet: 9D, AA and DC. RGB value is (157,170,220). Sum of RGB (Red+Green+Blue) = 157+170+220=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAADC is #625523. Grayscale: #ABABAB. Windows color (decimal): -6444324 or 14461597. OLE color: 14461597.
HSL color Cylindrical-coordinate representation of color #9DAADC: hue angle of 227.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DAADC is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 170 | 220 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.14 |
| HSL | 227.62º | 0.47% | 0.74% | - |
| HSV(B) | 227.62º | 0.29% | 0.86% | - |
| XYZ | 41.2 | 41.08 | 73.47 | - |
| YUV | 171.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 220 | 0.29 | 0.23 | 0 | 0.14 | 227.62 | 0.47 | 0.74 |
| Hex | 9D | AA | DC | 1D | 17 | 0 | E | E4 | 2F | 4A |
| Octal | 235 | 252 | 334 | 35 | 27 | 0 | 16 | 344 | 57 | 112 |
| Binary | 10011101 | 10101010 | 11011100 | 11101 | 10111 | 0 | 1110 | 11100100 | 101111 | 1001010 |
Color Harmonies of #9DAADC
Complementary color
Monochromatic Colors of #9DAADC
Black with #9DAADC
Text Example
Text Example
White with #9DAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAADC; }
p { color: rgb(157,170,220); }
H1.HeaderClassName
{
color: #9DAADC;
}
.AnyTagClassName
{
color: #9DAADC;
}
</style>
background-color css
<style>
a { background-color: #9DAADC; }
a { background-color: rgb(157,170,220); }
div.DivClassName
{
background-color: #9DAADC;
}
.BgClassName
{
background-color: #9DAADC;
}
</style>
border-color css
<style>
span { border-color: #9DAADC; }
span { border-color: rgb(157,170,220); }
td.TdClassName
{
border-color: #9DAADC;
}
.TagClassName
{
border-color: #9DAADC;
}
</style>