Shades of Echo Blue #9DAFCC
Tints of Echo Blue #9DAFCC
RGB
CMYK
RGB Variations
Color information
#9DAFCC (or 0x9DAFCC) is known color: Echo Blue. HEX triplet: 9D, AF and CC. RGB value is (157,175,204). Sum of RGB (Red+Green+Blue) = 157+175+204=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFCC is #625033. Grayscale: #ACACAC. Windows color (decimal): -6443060 or 13414301. OLE color: 13414301.
HSL color Cylindrical-coordinate representation of color #9DAFCC: hue angle of 217.02º 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 #9DAFCC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 175 | 204 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.2 |
| HSL | 217.02º | 0.32% | 0.71% | - |
| HSV(B) | 217.02º | 0.23% | 0.8% | - |
| XYZ | 40.13 | 42.19 | 63.15 | - |
| YUV | 172.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 204 | 0.23 | 0.14 | 0 | 0.2 | 217.02 | 0.32 | 0.71 |
| Hex | 9D | AF | CC | 17 | E | 0 | 14 | D9 | 20 | 47 |
| Octal | 235 | 257 | 314 | 27 | 16 | 0 | 24 | 331 | 40 | 107 |
| Binary | 10011101 | 10101111 | 11001100 | 10111 | 1110 | 0 | 10100 | 11011001 | 100000 | 1000111 |
Color Harmonies of #9DAFCC
Complementary color
Monochromatic Colors of #9DAFCC
Black with #9DAFCC
Text Example
Text Example
White with #9DAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFCC; }
p { color: rgb(157,175,204); }
H1.HeaderClassName
{
color: #9DAFCC;
}
.AnyTagClassName
{
color: #9DAFCC;
}
</style>
background-color css
<style>
a { background-color: #9DAFCC; }
a { background-color: rgb(157,175,204); }
div.DivClassName
{
background-color: #9DAFCC;
}
.BgClassName
{
background-color: #9DAFCC;
}
</style>
border-color css
<style>
span { border-color: #9DAFCC; }
span { border-color: rgb(157,175,204); }
td.TdClassName
{
border-color: #9DAFCC;
}
.TagClassName
{
border-color: #9DAFCC;
}
</style>