Shades of Echo Blue #A0AEDE
Tints of Echo Blue #A0AEDE
RGB
CMYK
RGB Variations
Color information
#A0AEDE (or 0xA0AEDE) is known color: Echo Blue. HEX triplet: A0, AE and DE. RGB value is (160,174,222). Sum of RGB (Red+Green+Blue) = 160+174+222=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEDE is #5F5121. Grayscale: #AFAFAF. Windows color (decimal): -6246690 or 14593696. OLE color: 14593696.
HSL color Cylindrical-coordinate representation of color #A0AEDE: hue angle of 226.45º degrees, saturation: 0.48, 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 #A0AEDE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 174 | 222 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.13 |
| HSL | 226.45º | 0.48% | 0.75% | - |
| HSV(B) | 226.45º | 0.28% | 0.87% | - |
| XYZ | 42.82 | 43.02 | 75.15 | - |
| YUV | 175.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 222 | 0.28 | 0.22 | 0 | 0.13 | 226.45 | 0.48 | 0.75 |
| Hex | A0 | AE | DE | 1C | 16 | 0 | D | E2 | 30 | 4B |
| Octal | 240 | 256 | 336 | 34 | 26 | 0 | 15 | 342 | 60 | 113 |
| Binary | 10100000 | 10101110 | 11011110 | 11100 | 10110 | 0 | 1101 | 11100010 | 110000 | 1001011 |
Color Harmonies of #A0AEDE
Complementary color
Monochromatic Colors of #A0AEDE
Black with #A0AEDE
Text Example
Text Example
White with #A0AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AEDE; }
p { color: rgb(160,174,222); }
H1.HeaderClassName
{
color: #A0AEDE;
}
.AnyTagClassName
{
color: #A0AEDE;
}
</style>
background-color css
<style>
a { background-color: #A0AEDE; }
a { background-color: rgb(160,174,222); }
div.DivClassName
{
background-color: #A0AEDE;
}
.BgClassName
{
background-color: #A0AEDE;
}
</style>
border-color css
<style>
span { border-color: #A0AEDE; }
span { border-color: rgb(160,174,222); }
td.TdClassName
{
border-color: #A0AEDE;
}
.TagClassName
{
border-color: #A0AEDE;
}
</style>