Shades of Echo Blue #A0AEDB
Tints of Echo Blue #A0AEDB
RGB
CMYK
RGB Variations
Color information
#A0AEDB (or 0xA0AEDB) is known color: Echo Blue. HEX triplet: A0, AE and DB. RGB value is (160,174,219). Sum of RGB (Red+Green+Blue) = 160+174+219=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEDB is #5F5124. Grayscale: #AEAEAE. Windows color (decimal): -6246693 or 14397088. OLE color: 14397088.
HSL color Cylindrical-coordinate representation of color #A0AEDB: hue angle of 225.76º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0AEDB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 174 | 219 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 225.76º | 0.45% | 0.74% | - |
| HSV(B) | 225.76º | 0.27% | 0.86% | - |
| XYZ | 42.42 | 42.86 | 73.05 | - |
| YUV | 174.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 219 | 0.27 | 0.21 | 0 | 0.14 | 225.76 | 0.45 | 0.74 |
| Hex | A0 | AE | DB | 1B | 15 | 0 | E | E2 | 2D | 4A |
| Octal | 240 | 256 | 333 | 33 | 25 | 0 | 16 | 342 | 55 | 112 |
| Binary | 10100000 | 10101110 | 11011011 | 11011 | 10101 | 0 | 1110 | 11100010 | 101101 | 1001010 |
Color Harmonies of #A0AEDB
Complementary color
Monochromatic Colors of #A0AEDB
Black with #A0AEDB
Text Example
Text Example
White with #A0AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AEDB; }
p { color: rgb(160,174,219); }
H1.HeaderClassName
{
color: #A0AEDB;
}
.AnyTagClassName
{
color: #A0AEDB;
}
</style>
background-color css
<style>
a { background-color: #A0AEDB; }
a { background-color: rgb(160,174,219); }
div.DivClassName
{
background-color: #A0AEDB;
}
.BgClassName
{
background-color: #A0AEDB;
}
</style>
border-color css
<style>
span { border-color: #A0AEDB; }
span { border-color: rgb(160,174,219); }
td.TdClassName
{
border-color: #A0AEDB;
}
.TagClassName
{
border-color: #A0AEDB;
}
</style>