Shades of Echo Blue #AAB1CC
Tints of Echo Blue #AAB1CC
RGB
CMYK
RGB Variations
Color information
#AAB1CC (or 0xAAB1CC) is known color: Echo Blue. HEX triplet: AA, B1 and CC. RGB value is (170,177,204). Sum of RGB (Red+Green+Blue) = 170+177+204=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1CC is #554E33. Grayscale: #B1B1B1. Windows color (decimal): -5590580 or 13414826. OLE color: 13414826.
HSL color Cylindrical-coordinate representation of color #AAB1CC: hue angle of 227.65º 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 #AAB1CC is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 177 | 204 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.2 |
| HSL | 227.65º | 0.25% | 0.73% | - |
| HSV(B) | 227.65º | 0.17% | 0.8% | - |
| XYZ | 43.2 | 44.35 | 63.41 | - |
| YUV | 177.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 204 | 0.17 | 0.13 | 0 | 0.2 | 227.65 | 0.25 | 0.73 |
| Hex | AA | B1 | CC | 11 | D | 0 | 14 | E4 | 19 | 49 |
| Octal | 252 | 261 | 314 | 21 | 15 | 0 | 24 | 344 | 31 | 111 |
| Binary | 10101010 | 10110001 | 11001100 | 10001 | 1101 | 0 | 10100 | 11100100 | 11001 | 1001001 |
Color Harmonies of #AAB1CC
Complementary color
Monochromatic Colors of #AAB1CC
Black with #AAB1CC
Text Example
Text Example
White with #AAB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1CC; }
p { color: rgb(170,177,204); }
H1.HeaderClassName
{
color: #AAB1CC;
}
.AnyTagClassName
{
color: #AAB1CC;
}
</style>
background-color css
<style>
a { background-color: #AAB1CC; }
a { background-color: rgb(170,177,204); }
div.DivClassName
{
background-color: #AAB1CC;
}
.BgClassName
{
background-color: #AAB1CC;
}
</style>
border-color css
<style>
span { border-color: #AAB1CC; }
span { border-color: rgb(170,177,204); }
td.TdClassName
{
border-color: #AAB1CC;
}
.TagClassName
{
border-color: #AAB1CC;
}
</style>