Shades of Echo Blue #AAB0D4
Tints of Echo Blue #AAB0D4
RGB
CMYK
RGB Variations
Color information
#AAB0D4 (or 0xAAB0D4) is known color: Echo Blue. HEX triplet: AA, B0 and D4. RGB value is (170,176,212). Sum of RGB (Red+Green+Blue) = 170+176+212=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAB0D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0D4 is #554F2B. Grayscale: #B2B2B2. Windows color (decimal): -5590828 or 13938858. OLE color: 13938858.
HSL color Cylindrical-coordinate representation of color #AAB0D4: hue angle of 231.43º 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 #AAB0D4 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 176 | 212 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.17 |
| HSL | 231.43º | 0.33% | 0.75% | - |
| HSV(B) | 231.43º | 0.2% | 0.83% | - |
| XYZ | 43.99 | 44.35 | 68.53 | - |
| YUV | 178.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 212 | 0.20 | 0.17 | 0 | 0.17 | 231.43 | 0.33 | 0.75 |
| Hex | AA | B0 | D4 | 14 | 11 | 0 | 11 | E7 | 21 | 4B |
| Octal | 252 | 260 | 324 | 24 | 21 | 0 | 21 | 347 | 41 | 113 |
| Binary | 10101010 | 10110000 | 11010100 | 10100 | 10001 | 0 | 10001 | 11100111 | 100001 | 1001011 |
Color Harmonies of #AAB0D4
Complementary color
Monochromatic Colors of #AAB0D4
Black with #AAB0D4
Text Example
Text Example
White with #AAB0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0D4; }
p { color: rgb(170,176,212); }
H1.HeaderClassName
{
color: #AAB0D4;
}
.AnyTagClassName
{
color: #AAB0D4;
}
</style>
background-color css
<style>
a { background-color: #AAB0D4; }
a { background-color: rgb(170,176,212); }
div.DivClassName
{
background-color: #AAB0D4;
}
.BgClassName
{
background-color: #AAB0D4;
}
</style>
border-color css
<style>
span { border-color: #AAB0D4; }
span { border-color: rgb(170,176,212); }
td.TdClassName
{
border-color: #AAB0D4;
}
.TagClassName
{
border-color: #AAB0D4;
}
</style>