Shades of Echo Blue #AAB8D9
Tints of Echo Blue #AAB8D9
RGB
CMYK
RGB Variations
Color information
#AAB8D9 (or 0xAAB8D9) is known color: Echo Blue. HEX triplet: AA, B8 and D9. RGB value is (170,184,217). Sum of RGB (Red+Green+Blue) = 170+184+217=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAB8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8D9 is #554726. Grayscale: #B7B7B7. Windows color (decimal): -5588775 or 14268586. OLE color: 14268586.
HSL color Cylindrical-coordinate representation of color #AAB8D9: hue angle of 222.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB8D9 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 170 | 184 | 217 | - |
CMYK | 0.22 | 0.15 | 0 | 0.15 |
HSL | 222.13º | 0.38% | 0.76% | - |
HSV(B) | 222.13º | 0.22% | 0.85% | - |
XYZ | 46.24 | 47.84 | 72.44 | - |
YUV | 183.58 | 146.86 | 118.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 184 | 217 | 0.22 | 0.15 | 0 | 0.15 | 222.13 | 0.38 | 0.76 |
Hex | AA | B8 | D9 | 16 | F | 0 | F | DE | 26 | 4C |
Octal | 252 | 270 | 331 | 26 | 17 | 0 | 17 | 336 | 46 | 114 |
Binary | 10101010 | 10111000 | 11011001 | 10110 | 1111 | 0 | 1111 | 11011110 | 100110 | 1001100 |
Color Harmonies of #AAB8D9
Complementary color
Monochromatic Colors of #AAB8D9
Black with #AAB8D9
Text Example
Text Example
White with #AAB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8D9; }
p { color: rgb(170,184,217); }
H1.HeaderClassName
{
color: #AAB8D9;
}
.AnyTagClassName
{
color: #AAB8D9;
}
</style>
background-color css
<style>
a { background-color: #AAB8D9; }
a { background-color: rgb(170,184,217); }
div.DivClassName
{
background-color: #AAB8D9;
}
.BgClassName
{
background-color: #AAB8D9;
}
</style>
border-color css
<style>
span { border-color: #AAB8D9; }
span { border-color: rgb(170,184,217); }
td.TdClassName
{
border-color: #AAB8D9;
}
.TagClassName
{
border-color: #AAB8D9;
}
</style>