Shades of Echo Blue #9DA8CA
Tints of Echo Blue #9DA8CA
RGB
CMYK
RGB Variations
Color information
#9DA8CA (or 0x9DA8CA) is known color: Echo Blue. HEX triplet: 9D, A8 and CA. RGB value is (157,168,202). Sum of RGB (Red+Green+Blue) = 157+168+202=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8CA is #625735. Grayscale: #A8A8A8. Windows color (decimal): -6444854 or 13281437. OLE color: 13281437.
HSL color Cylindrical-coordinate representation of color #9DA8CA: hue angle of 225.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA8CA is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 168 | 202 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.21 |
| HSL | 225.33º | 0.3% | 0.7% | - |
| HSV(B) | 225.33º | 0.22% | 0.79% | - |
| XYZ | 38.57 | 39.44 | 61.46 | - |
| YUV | 168.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 202 | 0.22 | 0.17 | 0 | 0.21 | 225.33 | 0.3 | 0.7 |
| Hex | 9D | A8 | CA | 16 | 11 | 0 | 15 | E1 | 1E | 46 |
| Octal | 235 | 250 | 312 | 26 | 21 | 0 | 25 | 341 | 36 | 106 |
| Binary | 10011101 | 10101000 | 11001010 | 10110 | 10001 | 0 | 10101 | 11100001 | 11110 | 1000110 |
Color Harmonies of #9DA8CA
Complementary color
Monochromatic Colors of #9DA8CA
Black with #9DA8CA
Text Example
Text Example
White with #9DA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8CA; }
p { color: rgb(157,168,202); }
H1.HeaderClassName
{
color: #9DA8CA;
}
.AnyTagClassName
{
color: #9DA8CA;
}
</style>
background-color css
<style>
a { background-color: #9DA8CA; }
a { background-color: rgb(157,168,202); }
div.DivClassName
{
background-color: #9DA8CA;
}
.BgClassName
{
background-color: #9DA8CA;
}
</style>
border-color css
<style>
span { border-color: #9DA8CA; }
span { border-color: rgb(157,168,202); }
td.TdClassName
{
border-color: #9DA8CA;
}
.TagClassName
{
border-color: #9DA8CA;
}
</style>