Shades of Echo Blue #9DACCC
Tints of Echo Blue #9DACCC
RGB
CMYK
RGB Variations
Color information
#9DACCC (or 0x9DACCC) is known color: Echo Blue. HEX triplet: 9D, AC and CC. RGB value is (157,172,204). Sum of RGB (Red+Green+Blue) = 157+172+204=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACCC is #625333. Grayscale: #ABABAB. Windows color (decimal): -6443828 or 13413533. OLE color: 13413533.
HSL color Cylindrical-coordinate representation of color #9DACCC: hue angle of 220.85º 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 #9DACCC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 172 | 204 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.2 |
| HSL | 220.85º | 0.32% | 0.71% | - |
| HSV(B) | 220.85º | 0.23% | 0.8% | - |
| XYZ | 39.56 | 41.03 | 62.96 | - |
| YUV | 171.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 204 | 0.23 | 0.16 | 0 | 0.2 | 220.85 | 0.32 | 0.71 |
| Hex | 9D | AC | CC | 17 | 10 | 0 | 14 | DD | 20 | 47 |
| Octal | 235 | 254 | 314 | 27 | 20 | 0 | 24 | 335 | 40 | 107 |
| Binary | 10011101 | 10101100 | 11001100 | 10111 | 10000 | 0 | 10100 | 11011101 | 100000 | 1000111 |
Color Harmonies of #9DACCC
Complementary color
Monochromatic Colors of #9DACCC
Black with #9DACCC
Text Example
Text Example
White with #9DACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACCC; }
p { color: rgb(157,172,204); }
H1.HeaderClassName
{
color: #9DACCC;
}
.AnyTagClassName
{
color: #9DACCC;
}
</style>
background-color css
<style>
a { background-color: #9DACCC; }
a { background-color: rgb(157,172,204); }
div.DivClassName
{
background-color: #9DACCC;
}
.BgClassName
{
background-color: #9DACCC;
}
</style>
border-color css
<style>
span { border-color: #9DACCC; }
span { border-color: rgb(157,172,204); }
td.TdClassName
{
border-color: #9DACCC;
}
.TagClassName
{
border-color: #9DACCC;
}
</style>