Shades of Echo Blue #AAB8D2
Tints of Echo Blue #AAB8D2
RGB
CMYK
RGB Variations
Color information
#AAB8D2 (or 0xAAB8D2) is known color: Echo Blue. HEX triplet: AA, B8 and D2. RGB value is (170,184,210). Sum of RGB (Red+Green+Blue) = 170+184+210=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAB8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8D2 is #55472D. Grayscale: #B6B6B6. Windows color (decimal): -5588782 or 13809834. OLE color: 13809834.
HSL color Cylindrical-coordinate representation of color #AAB8D2: hue angle of 219º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB8D2 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 184 | 210 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.18 |
| HSL | 219º | 0.31% | 0.75% | - |
| HSV(B) | 219º | 0.19% | 0.82% | - |
| XYZ | 45.35 | 47.48 | 67.75 | - |
| YUV | 182.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 210 | 0.19 | 0.12 | 0 | 0.18 | 219 | 0.31 | 0.75 |
| Hex | AA | B8 | D2 | 13 | C | 0 | 12 | DB | 1F | 4B |
| Octal | 252 | 270 | 322 | 23 | 14 | 0 | 22 | 333 | 37 | 113 |
| Binary | 10101010 | 10111000 | 11010010 | 10011 | 1100 | 0 | 10010 | 11011011 | 11111 | 1001011 |
Color Harmonies of #AAB8D2
Complementary color
Monochromatic Colors of #AAB8D2
Black with #AAB8D2
Text Example
Text Example
White with #AAB8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8D2; }
p { color: rgb(170,184,210); }
H1.HeaderClassName
{
color: #AAB8D2;
}
.AnyTagClassName
{
color: #AAB8D2;
}
</style>
background-color css
<style>
a { background-color: #AAB8D2; }
a { background-color: rgb(170,184,210); }
div.DivClassName
{
background-color: #AAB8D2;
}
.BgClassName
{
background-color: #AAB8D2;
}
</style>
border-color css
<style>
span { border-color: #AAB8D2; }
span { border-color: rgb(170,184,210); }
td.TdClassName
{
border-color: #AAB8D2;
}
.TagClassName
{
border-color: #AAB8D2;
}
</style>