Shades of Echo Blue #AAB2CC
Tints of Echo Blue #AAB2CC
RGB
CMYK
RGB Variations
Color information
#AAB2CC (or 0xAAB2CC) is known color: Echo Blue. HEX triplet: AA, B2 and CC. RGB value is (170,178,204). Sum of RGB (Red+Green+Blue) = 170+178+204=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2CC is #554D33. Grayscale: #B2B2B2. Windows color (decimal): -5590324 or 13415082. OLE color: 13415082.
HSL color Cylindrical-coordinate representation of color #AAB2CC: hue angle of 225.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB2CC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 178 | 204 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.2 |
| HSL | 225.88º | 0.25% | 0.73% | - |
| HSV(B) | 225.88º | 0.17% | 0.8% | - |
| XYZ | 43.4 | 44.75 | 63.48 | - |
| YUV | 178.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 204 | 0.17 | 0.13 | 0 | 0.2 | 225.88 | 0.25 | 0.73 |
| Hex | AA | B2 | CC | 11 | D | 0 | 14 | E2 | 19 | 49 |
| Octal | 252 | 262 | 314 | 21 | 15 | 0 | 24 | 342 | 31 | 111 |
| Binary | 10101010 | 10110010 | 11001100 | 10001 | 1101 | 0 | 10100 | 11100010 | 11001 | 1001001 |
Color Harmonies of #AAB2CC
Complementary color
Monochromatic Colors of #AAB2CC
Black with #AAB2CC
Text Example
Text Example
White with #AAB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2CC; }
p { color: rgb(170,178,204); }
H1.HeaderClassName
{
color: #AAB2CC;
}
.AnyTagClassName
{
color: #AAB2CC;
}
</style>
background-color css
<style>
a { background-color: #AAB2CC; }
a { background-color: rgb(170,178,204); }
div.DivClassName
{
background-color: #AAB2CC;
}
.BgClassName
{
background-color: #AAB2CC;
}
</style>
border-color css
<style>
span { border-color: #AAB2CC; }
span { border-color: rgb(170,178,204); }
td.TdClassName
{
border-color: #AAB2CC;
}
.TagClassName
{
border-color: #AAB2CC;
}
</style>