Shades of Echo Blue #9DACDF
Tints of Echo Blue #9DACDF
RGB
CMYK
RGB Variations
Color information
#9DACDF (or 0x9DACDF) is known color: Echo Blue. HEX triplet: 9D, AC and DF. RGB value is (157,172,223). Sum of RGB (Red+Green+Blue) = 157+172+223=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACDF is #625320. Grayscale: #ADADAD. Windows color (decimal): -6443809 or 14658717. OLE color: 14658717.
HSL color Cylindrical-coordinate representation of color #9DACDF: hue angle of 226.36º 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 #9DACDF is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 172 | 223 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.13 |
| HSL | 226.36º | 0.51% | 0.75% | - |
| HSV(B) | 226.36º | 0.3% | 0.87% | - |
| XYZ | 41.98 | 42 | 75.71 | - |
| YUV | 173.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 223 | 0.30 | 0.23 | 0 | 0.13 | 226.36 | 0.51 | 0.75 |
| Hex | 9D | AC | DF | 1E | 17 | 0 | D | E2 | 33 | 4B |
| Octal | 235 | 254 | 337 | 36 | 27 | 0 | 15 | 342 | 63 | 113 |
| Binary | 10011101 | 10101100 | 11011111 | 11110 | 10111 | 0 | 1101 | 11100010 | 110011 | 1001011 |
Color Harmonies of #9DACDF
Complementary color
Monochromatic Colors of #9DACDF
Black with #9DACDF
Text Example
Text Example
White with #9DACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACDF; }
p { color: rgb(157,172,223); }
H1.HeaderClassName
{
color: #9DACDF;
}
.AnyTagClassName
{
color: #9DACDF;
}
</style>
background-color css
<style>
a { background-color: #9DACDF; }
a { background-color: rgb(157,172,223); }
div.DivClassName
{
background-color: #9DACDF;
}
.BgClassName
{
background-color: #9DACDF;
}
</style>
border-color css
<style>
span { border-color: #9DACDF; }
span { border-color: rgb(157,172,223); }
td.TdClassName
{
border-color: #9DACDF;
}
.TagClassName
{
border-color: #9DACDF;
}
</style>