Shades of Echo Blue #AAB9D5
Tints of Echo Blue #AAB9D5
RGB
CMYK
RGB Variations
Color information
#AAB9D5 (or 0xAAB9D5) is known color: Echo Blue. HEX triplet: AA, B9 and D5. RGB value is (170,185,213). Sum of RGB (Red+Green+Blue) = 170+185+213=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAB9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9D5 is #55462A. Grayscale: #B7B7B7. Windows color (decimal): -5588523 or 14006698. OLE color: 14006698.
HSL color Cylindrical-coordinate representation of color #AAB9D5: hue angle of 219.07º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB9D5 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 185 | 213 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.16 |
| HSL | 219.07º | 0.34% | 0.75% | - |
| HSV(B) | 219.07º | 0.2% | 0.84% | - |
| XYZ | 45.94 | 48.05 | 69.8 | - |
| YUV | 183.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 213 | 0.20 | 0.13 | 0 | 0.16 | 219.07 | 0.34 | 0.75 |
| Hex | AA | B9 | D5 | 14 | D | 0 | 10 | DB | 22 | 4B |
| Octal | 252 | 271 | 325 | 24 | 15 | 0 | 20 | 333 | 42 | 113 |
| Binary | 10101010 | 10111001 | 11010101 | 10100 | 1101 | 0 | 10000 | 11011011 | 100010 | 1001011 |
Color Harmonies of #AAB9D5
Complementary color
Monochromatic Colors of #AAB9D5
Black with #AAB9D5
Text Example
Text Example
White with #AAB9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9D5; }
p { color: rgb(170,185,213); }
H1.HeaderClassName
{
color: #AAB9D5;
}
.AnyTagClassName
{
color: #AAB9D5;
}
</style>
background-color css
<style>
a { background-color: #AAB9D5; }
a { background-color: rgb(170,185,213); }
div.DivClassName
{
background-color: #AAB9D5;
}
.BgClassName
{
background-color: #AAB9D5;
}
</style>
border-color css
<style>
span { border-color: #AAB9D5; }
span { border-color: rgb(170,185,213); }
td.TdClassName
{
border-color: #AAB9D5;
}
.TagClassName
{
border-color: #AAB9D5;
}
</style>