Shades of Echo Blue #9DA5DC
Tints of Echo Blue #9DA5DC
RGB
CMYK
RGB Variations
Color information
#9DA5DC (or 0x9DA5DC) is known color: Echo Blue. HEX triplet: 9D, A5 and DC. RGB value is (157,165,220). Sum of RGB (Red+Green+Blue) = 157+165+220=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA5DC is #625A23. Grayscale: #A8A8A8. Windows color (decimal): -6445604 or 14460317. OLE color: 14460317.
HSL color Cylindrical-coordinate representation of color #9DA5DC: hue angle of 232.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DA5DC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 165 | 220 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.14 |
| HSL | 232.38º | 0.47% | 0.74% | - |
| HSV(B) | 232.38º | 0.29% | 0.86% | - |
| XYZ | 40.28 | 39.25 | 73.16 | - |
| YUV | 168.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 220 | 0.29 | 0.25 | 0 | 0.14 | 232.38 | 0.47 | 0.74 |
| Hex | 9D | A5 | DC | 1D | 19 | 0 | E | E8 | 2F | 4A |
| Octal | 235 | 245 | 334 | 35 | 31 | 0 | 16 | 350 | 57 | 112 |
| Binary | 10011101 | 10100101 | 11011100 | 11101 | 11001 | 0 | 1110 | 11101000 | 101111 | 1001010 |
Color Harmonies of #9DA5DC
Complementary color
Monochromatic Colors of #9DA5DC
Black with #9DA5DC
Text Example
Text Example
White with #9DA5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA5DC; }
p { color: rgb(157,165,220); }
H1.HeaderClassName
{
color: #9DA5DC;
}
.AnyTagClassName
{
color: #9DA5DC;
}
</style>
background-color css
<style>
a { background-color: #9DA5DC; }
a { background-color: rgb(157,165,220); }
div.DivClassName
{
background-color: #9DA5DC;
}
.BgClassName
{
background-color: #9DA5DC;
}
</style>
border-color css
<style>
span { border-color: #9DA5DC; }
span { border-color: rgb(157,165,220); }
td.TdClassName
{
border-color: #9DA5DC;
}
.TagClassName
{
border-color: #9DA5DC;
}
</style>