Shades of Echo Blue #9AADCD
Tints of Echo Blue #9AADCD
RGB
CMYK
RGB Variations
Color information
#9AADCD (or 0x9AADCD) is known color: Echo Blue. HEX triplet: 9A, AD and CD. RGB value is (154,173,205). Sum of RGB (Red+Green+Blue) = 154+173+205=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADCD is #655232. Grayscale: #AAAAAA. Windows color (decimal): -6640179 or 13479322. OLE color: 13479322.
HSL color Cylindrical-coordinate representation of color #9AADCD: hue angle of 217.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AADCD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 173 | 205 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.20 |
| HSL | 217.65º | 0.34% | 0.7% | - |
| HSV(B) | 217.65º | 0.25% | 0.8% | - |
| XYZ | 39.29 | 41.16 | 63.63 | - |
| YUV | 170.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 205 | 0.25 | 0.16 | 0 | 0.20 | 217.65 | 0.34 | 0.7 |
| Hex | 9A | AD | CD | 19 | 10 | 0 | 14 | DA | 22 | 46 |
| Octal | 232 | 255 | 315 | 31 | 20 | 0 | 24 | 332 | 42 | 106 |
| Binary | 10011010 | 10101101 | 11001101 | 11001 | 10000 | 0 | 10100 | 11011010 | 100010 | 1000110 |
Color Harmonies of #9AADCD
Complementary color
Monochromatic Colors of #9AADCD
Black with #9AADCD
Text Example
Text Example
White with #9AADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADCD; }
p { color: rgb(154,173,205); }
H1.HeaderClassName
{
color: #9AADCD;
}
.AnyTagClassName
{
color: #9AADCD;
}
</style>
background-color css
<style>
a { background-color: #9AADCD; }
a { background-color: rgb(154,173,205); }
div.DivClassName
{
background-color: #9AADCD;
}
.BgClassName
{
background-color: #9AADCD;
}
</style>
border-color css
<style>
span { border-color: #9AADCD; }
span { border-color: rgb(154,173,205); }
td.TdClassName
{
border-color: #9AADCD;
}
.TagClassName
{
border-color: #9AADCD;
}
</style>