Shades of Echo Blue #A9AED5
Tints of Echo Blue #A9AED5
RGB
CMYK
RGB Variations
Color information
#A9AED5 (or 0xA9AED5) is known color: Echo Blue. HEX triplet: A9, AE and D5. RGB value is (169,174,213). Sum of RGB (Red+Green+Blue) = 169+174+213=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #A9AED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AED5 is #56512A. Grayscale: #B0B0B0. Windows color (decimal): -5656875 or 14003881. OLE color: 14003881.
HSL color Cylindrical-coordinate representation of color #A9AED5: hue angle of 233.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9AED5 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 174 | 213 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.16 |
| HSL | 233.18º | 0.34% | 0.75% | - |
| HSV(B) | 233.18º | 0.21% | 0.84% | - |
| XYZ | 43.51 | 43.51 | 69.06 | - |
| YUV | 176.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 213 | 0.21 | 0.18 | 0 | 0.16 | 233.18 | 0.34 | 0.75 |
| Hex | A9 | AE | D5 | 15 | 12 | 0 | 10 | E9 | 22 | 4B |
| Octal | 251 | 256 | 325 | 25 | 22 | 0 | 20 | 351 | 42 | 113 |
| Binary | 10101001 | 10101110 | 11010101 | 10101 | 10010 | 0 | 10000 | 11101001 | 100010 | 1001011 |
Color Harmonies of #A9AED5
Complementary color
Monochromatic Colors of #A9AED5
Black with #A9AED5
Text Example
Text Example
White with #A9AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AED5; }
p { color: rgb(169,174,213); }
H1.HeaderClassName
{
color: #A9AED5;
}
.AnyTagClassName
{
color: #A9AED5;
}
</style>
background-color css
<style>
a { background-color: #A9AED5; }
a { background-color: rgb(169,174,213); }
div.DivClassName
{
background-color: #A9AED5;
}
.BgClassName
{
background-color: #A9AED5;
}
</style>
border-color css
<style>
span { border-color: #A9AED5; }
span { border-color: rgb(169,174,213); }
td.TdClassName
{
border-color: #A9AED5;
}
.TagClassName
{
border-color: #A9AED5;
}
</style>