Shades of Echo Blue #9DA6CC
Tints of Echo Blue #9DA6CC
RGB
CMYK
RGB Variations
Color information
#9DA6CC (or 0x9DA6CC) is known color: Echo Blue. HEX triplet: 9D, A6 and CC. RGB value is (157,166,204). Sum of RGB (Red+Green+Blue) = 157+166+204=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DA6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6CC is #625933. Grayscale: #A7A7A7. Windows color (decimal): -6445364 or 13411997. OLE color: 13411997.
HSL color Cylindrical-coordinate representation of color #9DA6CC: hue angle of 228.51º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DA6CC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 166 | 204 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.2 |
| HSL | 228.51º | 0.32% | 0.71% | - |
| HSV(B) | 228.51º | 0.23% | 0.8% | - |
| XYZ | 38.44 | 38.8 | 62.59 | - |
| YUV | 167.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 204 | 0.23 | 0.19 | 0 | 0.2 | 228.51 | 0.32 | 0.71 |
| Hex | 9D | A6 | CC | 17 | 13 | 0 | 14 | E5 | 20 | 47 |
| Octal | 235 | 246 | 314 | 27 | 23 | 0 | 24 | 345 | 40 | 107 |
| Binary | 10011101 | 10100110 | 11001100 | 10111 | 10011 | 0 | 10100 | 11100101 | 100000 | 1000111 |
Color Harmonies of #9DA6CC
Complementary color
Monochromatic Colors of #9DA6CC
Black with #9DA6CC
Text Example
Text Example
White with #9DA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA6CC; }
p { color: rgb(157,166,204); }
H1.HeaderClassName
{
color: #9DA6CC;
}
.AnyTagClassName
{
color: #9DA6CC;
}
</style>
background-color css
<style>
a { background-color: #9DA6CC; }
a { background-color: rgb(157,166,204); }
div.DivClassName
{
background-color: #9DA6CC;
}
.BgClassName
{
background-color: #9DA6CC;
}
</style>
border-color css
<style>
span { border-color: #9DA6CC; }
span { border-color: rgb(157,166,204); }
td.TdClassName
{
border-color: #9DA6CC;
}
.TagClassName
{
border-color: #9DA6CC;
}
</style>