Shades of Echo Blue #9DACCD
Tints of Echo Blue #9DACCD
RGB
CMYK
RGB Variations
Color information
#9DACCD (or 0x9DACCD) is known color: Echo Blue. HEX triplet: 9D, AC and CD. RGB value is (157,172,205). Sum of RGB (Red+Green+Blue) = 157+172+205=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACCD is #625332. Grayscale: #ABABAB. Windows color (decimal): -6443827 or 13479069. OLE color: 13479069.
HSL color Cylindrical-coordinate representation of color #9DACCD: hue angle of 221.25º 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 #9DACCD is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 172 | 205 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.20 |
| HSL | 221.25º | 0.32% | 0.71% | - |
| HSV(B) | 221.25º | 0.23% | 0.8% | - |
| XYZ | 39.68 | 41.08 | 63.6 | - |
| YUV | 171.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 205 | 0.23 | 0.16 | 0 | 0.20 | 221.25 | 0.32 | 0.71 |
| Hex | 9D | AC | CD | 17 | 10 | 0 | 14 | DD | 20 | 47 |
| Octal | 235 | 254 | 315 | 27 | 20 | 0 | 24 | 335 | 40 | 107 |
| Binary | 10011101 | 10101100 | 11001101 | 10111 | 10000 | 0 | 10100 | 11011101 | 100000 | 1000111 |
Color Harmonies of #9DACCD
Complementary color
Monochromatic Colors of #9DACCD
Black with #9DACCD
Text Example
Text Example
White with #9DACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACCD; }
p { color: rgb(157,172,205); }
H1.HeaderClassName
{
color: #9DACCD;
}
.AnyTagClassName
{
color: #9DACCD;
}
</style>
background-color css
<style>
a { background-color: #9DACCD; }
a { background-color: rgb(157,172,205); }
div.DivClassName
{
background-color: #9DACCD;
}
.BgClassName
{
background-color: #9DACCD;
}
</style>
border-color css
<style>
span { border-color: #9DACCD; }
span { border-color: rgb(157,172,205); }
td.TdClassName
{
border-color: #9DACCD;
}
.TagClassName
{
border-color: #9DACCD;
}
</style>