Shades of Echo Blue #9DA9C2
Tints of Echo Blue #9DA9C2
RGB
CMYK
RGB Variations
Color information
#9DA9C2 (or 0x9DA9C2) is known color: Echo Blue. HEX triplet: 9D, A9 and C2. RGB value is (157,169,194). Sum of RGB (Red+Green+Blue) = 157+169+194=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #9DA9C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA9C2 is #62563D. Grayscale: #A8A8A8. Windows color (decimal): -6444606 or 12757405. OLE color: 12757405.
HSL color Cylindrical-coordinate representation of color #9DA9C2: hue angle of 220.54º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA9C2 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 169 | 194 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.24 |
| HSL | 220.54º | 0.23% | 0.69% | - |
| HSV(B) | 220.54º | 0.19% | 0.76% | - |
| XYZ | 37.83 | 39.44 | 56.66 | - |
| YUV | 168.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 194 | 0.19 | 0.13 | 0 | 0.24 | 220.54 | 0.23 | 0.69 |
| Hex | 9D | A9 | C2 | 13 | D | 0 | 18 | DD | 17 | 45 |
| Octal | 235 | 251 | 302 | 23 | 15 | 0 | 30 | 335 | 27 | 105 |
| Binary | 10011101 | 10101001 | 11000010 | 10011 | 1101 | 0 | 11000 | 11011101 | 10111 | 1000101 |
Color Harmonies of #9DA9C2
Complementary color
Monochromatic Colors of #9DA9C2
Black with #9DA9C2
Text Example
Text Example
White with #9DA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA9C2; }
p { color: rgb(157,169,194); }
H1.HeaderClassName
{
color: #9DA9C2;
}
.AnyTagClassName
{
color: #9DA9C2;
}
</style>
background-color css
<style>
a { background-color: #9DA9C2; }
a { background-color: rgb(157,169,194); }
div.DivClassName
{
background-color: #9DA9C2;
}
.BgClassName
{
background-color: #9DA9C2;
}
</style>
border-color css
<style>
span { border-color: #9DA9C2; }
span { border-color: rgb(157,169,194); }
td.TdClassName
{
border-color: #9DA9C2;
}
.TagClassName
{
border-color: #9DA9C2;
}
</style>