Shades of Echo Blue #9DA8DC
Tints of Echo Blue #9DA8DC
RGB
CMYK
RGB Variations
Color information
#9DA8DC (or 0x9DA8DC) is known color: Echo Blue. HEX triplet: 9D, A8 and DC. RGB value is (157,168,220). Sum of RGB (Red+Green+Blue) = 157+168+220=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA8DC is #625723. Grayscale: #AAAAAA. Windows color (decimal): -6444836 or 14461085. OLE color: 14461085.
HSL color Cylindrical-coordinate representation of color #9DA8DC: hue angle of 229.52º 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 #9DA8DC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 168 | 220 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.14 |
| HSL | 229.52º | 0.47% | 0.74% | - |
| HSV(B) | 229.52º | 0.29% | 0.86% | - |
| XYZ | 40.83 | 40.34 | 73.34 | - |
| YUV | 170.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 220 | 0.29 | 0.24 | 0 | 0.14 | 229.52 | 0.47 | 0.74 |
| Hex | 9D | A8 | DC | 1D | 18 | 0 | E | E6 | 2F | 4A |
| Octal | 235 | 250 | 334 | 35 | 30 | 0 | 16 | 346 | 57 | 112 |
| Binary | 10011101 | 10101000 | 11011100 | 11101 | 11000 | 0 | 1110 | 11100110 | 101111 | 1001010 |
Color Harmonies of #9DA8DC
Complementary color
Monochromatic Colors of #9DA8DC
Black with #9DA8DC
Text Example
Text Example
White with #9DA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA8DC; }
p { color: rgb(157,168,220); }
H1.HeaderClassName
{
color: #9DA8DC;
}
.AnyTagClassName
{
color: #9DA8DC;
}
</style>
background-color css
<style>
a { background-color: #9DA8DC; }
a { background-color: rgb(157,168,220); }
div.DivClassName
{
background-color: #9DA8DC;
}
.BgClassName
{
background-color: #9DA8DC;
}
</style>
border-color css
<style>
span { border-color: #9DA8DC; }
span { border-color: rgb(157,168,220); }
td.TdClassName
{
border-color: #9DA8DC;
}
.TagClassName
{
border-color: #9DA8DC;
}
</style>