Shades of Echo Blue #A1AEDB
Tints of Echo Blue #A1AEDB
RGB
CMYK
RGB Variations
Color information
#A1AEDB (or 0xA1AEDB) is known color: Echo Blue. HEX triplet: A1, AE and DB. RGB value is (161,174,219). Sum of RGB (Red+Green+Blue) = 161+174+219=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEDB is #5E5124. Grayscale: #AFAFAF. Windows color (decimal): -6181157 or 14397089. OLE color: 14397089.
HSL color Cylindrical-coordinate representation of color #A1AEDB: hue angle of 226.55º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AEDB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 174 | 219 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.14 |
| HSL | 226.55º | 0.45% | 0.75% | - |
| HSV(B) | 226.55º | 0.26% | 0.86% | - |
| XYZ | 42.62 | 42.96 | 73.06 | - |
| YUV | 175.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 219 | 0.26 | 0.21 | 0 | 0.14 | 226.55 | 0.45 | 0.75 |
| Hex | A1 | AE | DB | 1A | 15 | 0 | E | E3 | 2D | 4B |
| Octal | 241 | 256 | 333 | 32 | 25 | 0 | 16 | 343 | 55 | 113 |
| Binary | 10100001 | 10101110 | 11011011 | 11010 | 10101 | 0 | 1110 | 11100011 | 101101 | 1001011 |
Color Harmonies of #A1AEDB
Complementary color
Monochromatic Colors of #A1AEDB
Black with #A1AEDB
Text Example
Text Example
White with #A1AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEDB; }
p { color: rgb(161,174,219); }
H1.HeaderClassName
{
color: #A1AEDB;
}
.AnyTagClassName
{
color: #A1AEDB;
}
</style>
background-color css
<style>
a { background-color: #A1AEDB; }
a { background-color: rgb(161,174,219); }
div.DivClassName
{
background-color: #A1AEDB;
}
.BgClassName
{
background-color: #A1AEDB;
}
</style>
border-color css
<style>
span { border-color: #A1AEDB; }
span { border-color: rgb(161,174,219); }
td.TdClassName
{
border-color: #A1AEDB;
}
.TagClassName
{
border-color: #A1AEDB;
}
</style>