Shades of Echo Blue #9DA6C1
Tints of Echo Blue #9DA6C1
RGB
CMYK
RGB Variations
Color information
#9DA6C1 (or 0x9DA6C1) is known color: Echo Blue. HEX triplet: 9D, A6 and C1. RGB value is (157,166,193). Sum of RGB (Red+Green+Blue) = 157+166+193=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DA6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6C1 is #62593E. Grayscale: #A6A6A6. Windows color (decimal): -6445375 or 12691101. OLE color: 12691101.
HSL color Cylindrical-coordinate representation of color #9DA6C1: hue angle of 225º degrees, saturation: 0.22, 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 #9DA6C1 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 166 | 193 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.24 |
| HSL | 225º | 0.23% | 0.69% | - |
| HSV(B) | 225º | 0.19% | 0.76% | - |
| XYZ | 37.17 | 38.29 | 55.88 | - |
| YUV | 166.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 193 | 0.19 | 0.14 | 0 | 0.24 | 225 | 0.23 | 0.69 |
| Hex | 9D | A6 | C1 | 13 | E | 0 | 18 | E1 | 16 | 45 |
| Octal | 235 | 246 | 301 | 23 | 16 | 0 | 30 | 341 | 26 | 105 |
| Binary | 10011101 | 10100110 | 11000001 | 10011 | 1110 | 0 | 11000 | 11100001 | 10110 | 1000101 |
Color Harmonies of #9DA6C1
Complementary color
Monochromatic Colors of #9DA6C1
Black with #9DA6C1
Text Example
Text Example
White with #9DA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6C1; }
p { color: rgb(157,166,193); }
H1.HeaderClassName
{
color: #9DA6C1;
}
.AnyTagClassName
{
color: #9DA6C1;
}
</style>
background-color css
<style>
a { background-color: #9DA6C1; }
a { background-color: rgb(157,166,193); }
div.DivClassName
{
background-color: #9DA6C1;
}
.BgClassName
{
background-color: #9DA6C1;
}
</style>
border-color css
<style>
span { border-color: #9DA6C1; }
span { border-color: rgb(157,166,193); }
td.TdClassName
{
border-color: #9DA6C1;
}
.TagClassName
{
border-color: #9DA6C1;
}
</style>