Shades of Echo Blue #AAB2D4
Tints of Echo Blue #AAB2D4
RGB
CMYK
RGB Variations
Color information
#AAB2D4 (or 0xAAB2D4) is known color: Echo Blue. HEX triplet: AA, B2 and D4. RGB value is (170,178,212). Sum of RGB (Red+Green+Blue) = 170+178+212=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAB2D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2D4 is #554D2B. Grayscale: #B3B3B3. Windows color (decimal): -5590316 or 13939370. OLE color: 13939370.
HSL color Cylindrical-coordinate representation of color #AAB2D4: hue angle of 228.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB2D4 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 178 | 212 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.17 |
| HSL | 228.57º | 0.33% | 0.75% | - |
| HSV(B) | 228.57º | 0.2% | 0.83% | - |
| XYZ | 44.38 | 45.14 | 68.66 | - |
| YUV | 179.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 212 | 0.20 | 0.16 | 0 | 0.17 | 228.57 | 0.33 | 0.75 |
| Hex | AA | B2 | D4 | 14 | 10 | 0 | 11 | E5 | 21 | 4B |
| Octal | 252 | 262 | 324 | 24 | 20 | 0 | 21 | 345 | 41 | 113 |
| Binary | 10101010 | 10110010 | 11010100 | 10100 | 10000 | 0 | 10001 | 11100101 | 100001 | 1001011 |
Color Harmonies of #AAB2D4
Complementary color
Monochromatic Colors of #AAB2D4
Black with #AAB2D4
Text Example
Text Example
White with #AAB2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2D4; }
p { color: rgb(170,178,212); }
H1.HeaderClassName
{
color: #AAB2D4;
}
.AnyTagClassName
{
color: #AAB2D4;
}
</style>
background-color css
<style>
a { background-color: #AAB2D4; }
a { background-color: rgb(170,178,212); }
div.DivClassName
{
background-color: #AAB2D4;
}
.BgClassName
{
background-color: #AAB2D4;
}
</style>
border-color css
<style>
span { border-color: #AAB2D4; }
span { border-color: rgb(170,178,212); }
td.TdClassName
{
border-color: #AAB2D4;
}
.TagClassName
{
border-color: #AAB2D4;
}
</style>