Shades of Echo Blue #9DA8CC
Tints of Echo Blue #9DA8CC
RGB
CMYK
RGB Variations
Color information
#9DA8CC (or 0x9DA8CC) is known color: Echo Blue. HEX triplet: 9D, A8 and CC. RGB value is (157,168,204). Sum of RGB (Red+Green+Blue) = 157+168+204=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8CC is #625733. Grayscale: #A8A8A8. Windows color (decimal): -6444852 or 13412509. OLE color: 13412509.
HSL color Cylindrical-coordinate representation of color #9DA8CC: hue angle of 225.96º 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 #9DA8CC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 168 | 204 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.2 |
| HSL | 225.96º | 0.32% | 0.71% | - |
| HSV(B) | 225.96º | 0.23% | 0.8% | - |
| XYZ | 38.81 | 39.53 | 62.71 | - |
| YUV | 168.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 204 | 0.23 | 0.18 | 0 | 0.2 | 225.96 | 0.32 | 0.71 |
| Hex | 9D | A8 | CC | 17 | 12 | 0 | 14 | E2 | 20 | 47 |
| Octal | 235 | 250 | 314 | 27 | 22 | 0 | 24 | 342 | 40 | 107 |
| Binary | 10011101 | 10101000 | 11001100 | 10111 | 10010 | 0 | 10100 | 11100010 | 100000 | 1000111 |
Color Harmonies of #9DA8CC
Complementary color
Monochromatic Colors of #9DA8CC
Black with #9DA8CC
Text Example
Text Example
White with #9DA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8CC; }
p { color: rgb(157,168,204); }
H1.HeaderClassName
{
color: #9DA8CC;
}
.AnyTagClassName
{
color: #9DA8CC;
}
</style>
background-color css
<style>
a { background-color: #9DA8CC; }
a { background-color: rgb(157,168,204); }
div.DivClassName
{
background-color: #9DA8CC;
}
.BgClassName
{
background-color: #9DA8CC;
}
</style>
border-color css
<style>
span { border-color: #9DA8CC; }
span { border-color: rgb(157,168,204); }
td.TdClassName
{
border-color: #9DA8CC;
}
.TagClassName
{
border-color: #9DA8CC;
}
</style>