Shades of Echo Blue #9DAACC
Tints of Echo Blue #9DAACC
RGB
CMYK
RGB Variations
Color information
#9DAACC (or 0x9DAACC) is known color: Echo Blue. HEX triplet: 9D, AA and CC. RGB value is (157,170,204). Sum of RGB (Red+Green+Blue) = 157+170+204=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAACC is #625533. Grayscale: #A9A9A9. Windows color (decimal): -6444340 or 13413021. OLE color: 13413021.
HSL color Cylindrical-coordinate representation of color #9DAACC: hue angle of 223.4º 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 #9DAACC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 170 | 204 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.2 |
| HSL | 223.4º | 0.32% | 0.71% | - |
| HSV(B) | 223.4º | 0.23% | 0.8% | - |
| XYZ | 39.18 | 40.28 | 62.84 | - |
| YUV | 169.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 204 | 0.23 | 0.17 | 0 | 0.2 | 223.4 | 0.32 | 0.71 |
| Hex | 9D | AA | CC | 17 | 11 | 0 | 14 | DF | 20 | 47 |
| Octal | 235 | 252 | 314 | 27 | 21 | 0 | 24 | 337 | 40 | 107 |
| Binary | 10011101 | 10101010 | 11001100 | 10111 | 10001 | 0 | 10100 | 11011111 | 100000 | 1000111 |
Color Harmonies of #9DAACC
Complementary color
Monochromatic Colors of #9DAACC
Black with #9DAACC
Text Example
Text Example
White with #9DAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAACC; }
p { color: rgb(157,170,204); }
H1.HeaderClassName
{
color: #9DAACC;
}
.AnyTagClassName
{
color: #9DAACC;
}
</style>
background-color css
<style>
a { background-color: #9DAACC; }
a { background-color: rgb(157,170,204); }
div.DivClassName
{
background-color: #9DAACC;
}
.BgClassName
{
background-color: #9DAACC;
}
</style>
border-color css
<style>
span { border-color: #9DAACC; }
span { border-color: rgb(157,170,204); }
td.TdClassName
{
border-color: #9DAACC;
}
.TagClassName
{
border-color: #9DAACC;
}
</style>