Shades of Echo Blue #9DAFCD
Tints of Echo Blue #9DAFCD
RGB
CMYK
RGB Variations
Color information
#9DAFCD (or 0x9DAFCD) is known color: Echo Blue. HEX triplet: 9D, AF and CD. RGB value is (157,175,205). Sum of RGB (Red+Green+Blue) = 157+175+205=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFCD is #625032. Grayscale: #ACACAC. Windows color (decimal): -6443059 or 13479837. OLE color: 13479837.
HSL color Cylindrical-coordinate representation of color #9DAFCD: hue angle of 217.5º 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 #9DAFCD is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 157 | 175 | 205 | - |
CMYK | 0.23 | 0.15 | 0 | 0.20 |
HSL | 217.5º | 0.32% | 0.71% | - |
HSV(B) | 217.5º | 0.23% | 0.8% | - |
XYZ | 40.25 | 42.24 | 63.79 | - |
YUV | 173.04 | 146.04 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 175 | 205 | 0.23 | 0.15 | 0 | 0.20 | 217.5 | 0.32 | 0.71 |
Hex | 9D | AF | CD | 17 | F | 0 | 14 | DA | 20 | 47 |
Octal | 235 | 257 | 315 | 27 | 17 | 0 | 24 | 332 | 40 | 107 |
Binary | 10011101 | 10101111 | 11001101 | 10111 | 1111 | 0 | 10100 | 11011010 | 100000 | 1000111 |
Color Harmonies of #9DAFCD
Complementary color
Monochromatic Colors of #9DAFCD
Black with #9DAFCD
Text Example
Text Example
White with #9DAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFCD; }
p { color: rgb(157,175,205); }
H1.HeaderClassName
{
color: #9DAFCD;
}
.AnyTagClassName
{
color: #9DAFCD;
}
</style>
background-color css
<style>
a { background-color: #9DAFCD; }
a { background-color: rgb(157,175,205); }
div.DivClassName
{
background-color: #9DAFCD;
}
.BgClassName
{
background-color: #9DAFCD;
}
</style>
border-color css
<style>
span { border-color: #9DAFCD; }
span { border-color: rgb(157,175,205); }
td.TdClassName
{
border-color: #9DAFCD;
}
.TagClassName
{
border-color: #9DAFCD;
}
</style>