Shades of Echo Blue #9DA9CE
Tints of Echo Blue #9DA9CE
RGB
CMYK
RGB Variations
Color information
#9DA9CE (or 0x9DA9CE) is known color: Echo Blue. HEX triplet: 9D, A9 and CE. RGB value is (157,169,206). Sum of RGB (Red+Green+Blue) = 157+169+206=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA9CE is #625631. Grayscale: #A9A9A9. Windows color (decimal): -6444594 or 13543837. OLE color: 13543837.
HSL color Cylindrical-coordinate representation of color #9DA9CE: hue angle of 225.31º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DA9CE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 169 | 206 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.19 |
| HSL | 225.31º | 0.33% | 0.71% | - |
| HSV(B) | 225.31º | 0.24% | 0.81% | - |
| XYZ | 39.23 | 40 | 64.05 | - |
| YUV | 169.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 206 | 0.24 | 0.18 | 0 | 0.19 | 225.31 | 0.33 | 0.71 |
| Hex | 9D | A9 | CE | 18 | 12 | 0 | 13 | E1 | 21 | 47 |
| Octal | 235 | 251 | 316 | 30 | 22 | 0 | 23 | 341 | 41 | 107 |
| Binary | 10011101 | 10101001 | 11001110 | 11000 | 10010 | 0 | 10011 | 11100001 | 100001 | 1000111 |
Color Harmonies of #9DA9CE
Complementary color
Monochromatic Colors of #9DA9CE
Black with #9DA9CE
Text Example
Text Example
White with #9DA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA9CE; }
p { color: rgb(157,169,206); }
H1.HeaderClassName
{
color: #9DA9CE;
}
.AnyTagClassName
{
color: #9DA9CE;
}
</style>
background-color css
<style>
a { background-color: #9DA9CE; }
a { background-color: rgb(157,169,206); }
div.DivClassName
{
background-color: #9DA9CE;
}
.BgClassName
{
background-color: #9DA9CE;
}
</style>
border-color css
<style>
span { border-color: #9DA9CE; }
span { border-color: rgb(157,169,206); }
td.TdClassName
{
border-color: #9DA9CE;
}
.TagClassName
{
border-color: #9DA9CE;
}
</style>