Shades of Echo Blue #A0ADCC
Tints of Echo Blue #A0ADCC
RGB
CMYK
RGB Variations
Color information
#A0ADCC (or 0xA0ADCC) is known color: Echo Blue. HEX triplet: A0, AD and CC. RGB value is (160,173,204). Sum of RGB (Red+Green+Blue) = 160+173+204=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADCC is #5F5233. Grayscale: #ACACAC. Windows color (decimal): -6246964 or 13413792. OLE color: 13413792.
HSL color Cylindrical-coordinate representation of color #A0ADCC: hue angle of 222.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0ADCC is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 173 | 204 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.2 |
| HSL | 222.27º | 0.3% | 0.71% | - |
| HSV(B) | 222.27º | 0.22% | 0.8% | - |
| XYZ | 40.34 | 41.72 | 63.05 | - |
| YUV | 172.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 204 | 0.22 | 0.15 | 0 | 0.2 | 222.27 | 0.3 | 0.71 |
| Hex | A0 | AD | CC | 16 | F | 0 | 14 | DE | 1E | 47 |
| Octal | 240 | 255 | 314 | 26 | 17 | 0 | 24 | 336 | 36 | 107 |
| Binary | 10100000 | 10101101 | 11001100 | 10110 | 1111 | 0 | 10100 | 11011110 | 11110 | 1000111 |
Color Harmonies of #A0ADCC
Complementary color
Monochromatic Colors of #A0ADCC
Black with #A0ADCC
Text Example
Text Example
White with #A0ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADCC; }
p { color: rgb(160,173,204); }
H1.HeaderClassName
{
color: #A0ADCC;
}
.AnyTagClassName
{
color: #A0ADCC;
}
</style>
background-color css
<style>
a { background-color: #A0ADCC; }
a { background-color: rgb(160,173,204); }
div.DivClassName
{
background-color: #A0ADCC;
}
.BgClassName
{
background-color: #A0ADCC;
}
</style>
border-color css
<style>
span { border-color: #A0ADCC; }
span { border-color: rgb(160,173,204); }
td.TdClassName
{
border-color: #A0ADCC;
}
.TagClassName
{
border-color: #A0ADCC;
}
</style>