Shades of Echo Blue #AAB4CC
Tints of Echo Blue #AAB4CC
RGB
CMYK
RGB Variations
Color information
#AAB4CC (or 0xAAB4CC) is known color: Echo Blue. HEX triplet: AA, B4 and CC. RGB value is (170,180,204). Sum of RGB (Red+Green+Blue) = 170+180+204=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4CC is #554B33. Grayscale: #B3B3B3. Windows color (decimal): -5589812 or 13415594. OLE color: 13415594.
HSL color Cylindrical-coordinate representation of color #AAB4CC: hue angle of 222.35º 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 #AAB4CC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 180 | 204 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.2 |
| HSL | 222.35º | 0.25% | 0.73% | - |
| HSV(B) | 222.35º | 0.17% | 0.8% | - |
| XYZ | 43.8 | 45.55 | 63.61 | - |
| YUV | 179.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 204 | 0.17 | 0.12 | 0 | 0.2 | 222.35 | 0.25 | 0.73 |
| Hex | AA | B4 | CC | 11 | C | 0 | 14 | DE | 19 | 49 |
| Octal | 252 | 264 | 314 | 21 | 14 | 0 | 24 | 336 | 31 | 111 |
| Binary | 10101010 | 10110100 | 11001100 | 10001 | 1100 | 0 | 10100 | 11011110 | 11001 | 1001001 |
Color Harmonies of #AAB4CC
Complementary color
Monochromatic Colors of #AAB4CC
Black with #AAB4CC
Text Example
Text Example
White with #AAB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4CC; }
p { color: rgb(170,180,204); }
H1.HeaderClassName
{
color: #AAB4CC;
}
.AnyTagClassName
{
color: #AAB4CC;
}
</style>
background-color css
<style>
a { background-color: #AAB4CC; }
a { background-color: rgb(170,180,204); }
div.DivClassName
{
background-color: #AAB4CC;
}
.BgClassName
{
background-color: #AAB4CC;
}
</style>
border-color css
<style>
span { border-color: #AAB4CC; }
span { border-color: rgb(170,180,204); }
td.TdClassName
{
border-color: #AAB4CC;
}
.TagClassName
{
border-color: #AAB4CC;
}
</style>