Shades of Echo Blue #9DACD4
Tints of Echo Blue #9DACD4
RGB
CMYK
RGB Variations
Color information
#9DACD4 (or 0x9DACD4) is known color: Echo Blue. HEX triplet: 9D, AC and D4. RGB value is (157,172,212). Sum of RGB (Red+Green+Blue) = 157+172+212=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #9DACD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACD4 is #62532B. Grayscale: #ABABAB. Windows color (decimal): -6443820 or 13937821. OLE color: 13937821.
HSL color Cylindrical-coordinate representation of color #9DACD4: hue angle of 223.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DACD4 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 172 | 212 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.17 |
| HSL | 223.64º | 0.39% | 0.72% | - |
| HSV(B) | 223.64º | 0.26% | 0.83% | - |
| XYZ | 40.54 | 41.43 | 68.15 | - |
| YUV | 172.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 212 | 0.26 | 0.19 | 0 | 0.17 | 223.64 | 0.39 | 0.72 |
| Hex | 9D | AC | D4 | 1A | 13 | 0 | 11 | E0 | 27 | 48 |
| Octal | 235 | 254 | 324 | 32 | 23 | 0 | 21 | 340 | 47 | 110 |
| Binary | 10011101 | 10101100 | 11010100 | 11010 | 10011 | 0 | 10001 | 11100000 | 100111 | 1001000 |
Color Harmonies of #9DACD4
Complementary color
Monochromatic Colors of #9DACD4
Black with #9DACD4
Text Example
Text Example
White with #9DACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACD4; }
p { color: rgb(157,172,212); }
H1.HeaderClassName
{
color: #9DACD4;
}
.AnyTagClassName
{
color: #9DACD4;
}
</style>
background-color css
<style>
a { background-color: #9DACD4; }
a { background-color: rgb(157,172,212); }
div.DivClassName
{
background-color: #9DACD4;
}
.BgClassName
{
background-color: #9DACD4;
}
</style>
border-color css
<style>
span { border-color: #9DACD4; }
span { border-color: rgb(157,172,212); }
td.TdClassName
{
border-color: #9DACD4;
}
.TagClassName
{
border-color: #9DACD4;
}
</style>