Shades of Echo Blue #9DAFDF
Tints of Echo Blue #9DAFDF
RGB
CMYK
RGB Variations
Color information
#9DAFDF (or 0x9DAFDF) is known color: Echo Blue. HEX triplet: 9D, AF and DF. RGB value is (157,175,223). Sum of RGB (Red+Green+Blue) = 157+175+223=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFDF is #625020. Grayscale: #AEAEAE. Windows color (decimal): -6443041 or 14659485. OLE color: 14659485.
HSL color Cylindrical-coordinate representation of color #9DAFDF: hue angle of 223.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DAFDF is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 175 | 223 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.13 |
| HSL | 223.64º | 0.51% | 0.75% | - |
| HSV(B) | 223.64º | 0.3% | 0.87% | - |
| XYZ | 42.55 | 43.16 | 75.9 | - |
| YUV | 175.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 223 | 0.30 | 0.22 | 0 | 0.13 | 223.64 | 0.51 | 0.75 |
| Hex | 9D | AF | DF | 1E | 16 | 0 | D | E0 | 33 | 4B |
| Octal | 235 | 257 | 337 | 36 | 26 | 0 | 15 | 340 | 63 | 113 |
| Binary | 10011101 | 10101111 | 11011111 | 11110 | 10110 | 0 | 1101 | 11100000 | 110011 | 1001011 |
Color Harmonies of #9DAFDF
Complementary color
Monochromatic Colors of #9DAFDF
Black with #9DAFDF
Text Example
Text Example
White with #9DAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFDF; }
p { color: rgb(157,175,223); }
H1.HeaderClassName
{
color: #9DAFDF;
}
.AnyTagClassName
{
color: #9DAFDF;
}
</style>
background-color css
<style>
a { background-color: #9DAFDF; }
a { background-color: rgb(157,175,223); }
div.DivClassName
{
background-color: #9DAFDF;
}
.BgClassName
{
background-color: #9DAFDF;
}
</style>
border-color css
<style>
span { border-color: #9DAFDF; }
span { border-color: rgb(157,175,223); }
td.TdClassName
{
border-color: #9DAFDF;
}
.TagClassName
{
border-color: #9DAFDF;
}
</style>