Shades of Echo Blue #AAB0D6
Tints of Echo Blue #AAB0D6
RGB
CMYK
RGB Variations
Color information
#AAB0D6 (or 0xAAB0D6) is known color: Echo Blue. HEX triplet: AA, B0 and D6. RGB value is (170,176,214). Sum of RGB (Red+Green+Blue) = 170+176+214=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAB0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0D6 is #554F29. Grayscale: #B2B2B2. Windows color (decimal): -5590826 or 14069930. OLE color: 14069930.
HSL color Cylindrical-coordinate representation of color #AAB0D6: hue angle of 231.82º degrees, saturation: 0.35, 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 #AAB0D6 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 176 | 214 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.16 |
| HSL | 231.82º | 0.35% | 0.75% | - |
| HSV(B) | 231.82º | 0.21% | 0.84% | - |
| XYZ | 44.24 | 44.45 | 69.87 | - |
| YUV | 178.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 214 | 0.21 | 0.18 | 0 | 0.16 | 231.82 | 0.35 | 0.75 |
| Hex | AA | B0 | D6 | 15 | 12 | 0 | 10 | E8 | 23 | 4B |
| Octal | 252 | 260 | 326 | 25 | 22 | 0 | 20 | 350 | 43 | 113 |
| Binary | 10101010 | 10110000 | 11010110 | 10101 | 10010 | 0 | 10000 | 11101000 | 100011 | 1001011 |
Color Harmonies of #AAB0D6
Complementary color
Monochromatic Colors of #AAB0D6
Black with #AAB0D6
Text Example
Text Example
White with #AAB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0D6; }
p { color: rgb(170,176,214); }
H1.HeaderClassName
{
color: #AAB0D6;
}
.AnyTagClassName
{
color: #AAB0D6;
}
</style>
background-color css
<style>
a { background-color: #AAB0D6; }
a { background-color: rgb(170,176,214); }
div.DivClassName
{
background-color: #AAB0D6;
}
.BgClassName
{
background-color: #AAB0D6;
}
</style>
border-color css
<style>
span { border-color: #AAB0D6; }
span { border-color: rgb(170,176,214); }
td.TdClassName
{
border-color: #AAB0D6;
}
.TagClassName
{
border-color: #AAB0D6;
}
</style>