Shades of Echo Blue #A0ADDD
Tints of Echo Blue #A0ADDD
RGB
CMYK
RGB Variations
Color information
#A0ADDD (or 0xA0ADDD) is known color: Echo Blue. HEX triplet: A0, AD and DD. RGB value is (160,173,221). Sum of RGB (Red+Green+Blue) = 160+173+221=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADDD is #5F5222. Grayscale: #AEAEAE. Windows color (decimal): -6246947 or 14527904. OLE color: 14527904.
HSL color Cylindrical-coordinate representation of color #A0ADDD: hue angle of 227.21º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0ADDD is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 173 | 221 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.13 |
| HSL | 227.21º | 0.47% | 0.75% | - |
| HSV(B) | 227.21º | 0.28% | 0.87% | - |
| XYZ | 42.49 | 42.58 | 74.39 | - |
| YUV | 174.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 221 | 0.28 | 0.22 | 0 | 0.13 | 227.21 | 0.47 | 0.75 |
| Hex | A0 | AD | DD | 1C | 16 | 0 | D | E3 | 2F | 4B |
| Octal | 240 | 255 | 335 | 34 | 26 | 0 | 15 | 343 | 57 | 113 |
| Binary | 10100000 | 10101101 | 11011101 | 11100 | 10110 | 0 | 1101 | 11100011 | 101111 | 1001011 |
Color Harmonies of #A0ADDD
Complementary color
Monochromatic Colors of #A0ADDD
Black with #A0ADDD
Text Example
Text Example
White with #A0ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADDD; }
p { color: rgb(160,173,221); }
H1.HeaderClassName
{
color: #A0ADDD;
}
.AnyTagClassName
{
color: #A0ADDD;
}
</style>
background-color css
<style>
a { background-color: #A0ADDD; }
a { background-color: rgb(160,173,221); }
div.DivClassName
{
background-color: #A0ADDD;
}
.BgClassName
{
background-color: #A0ADDD;
}
</style>
border-color css
<style>
span { border-color: #A0ADDD; }
span { border-color: rgb(160,173,221); }
td.TdClassName
{
border-color: #A0ADDD;
}
.TagClassName
{
border-color: #A0ADDD;
}
</style>