Shades of Echo Blue #AAB2C8
Tints of Echo Blue #AAB2C8
RGB
CMYK
RGB Variations
Color information
#AAB2C8 (or 0xAAB2C8) is known color: Echo Blue. HEX triplet: AA, B2 and C8. RGB value is (170,178,200). Sum of RGB (Red+Green+Blue) = 170+178+200=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAB2C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C8 is #554D37. Grayscale: #B2B2B2. Windows color (decimal): -5590328 or 13152938. OLE color: 13152938.
HSL color Cylindrical-coordinate representation of color #AAB2C8: hue angle of 224º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB2C8 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 178 | 200 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.22 |
| HSL | 224º | 0.21% | 0.73% | - |
| HSV(B) | 224º | 0.15% | 0.78% | - |
| XYZ | 42.92 | 44.56 | 60.98 | - |
| YUV | 178.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 200 | 0.15 | 0.11 | 0 | 0.22 | 224 | 0.21 | 0.73 |
| Hex | AA | B2 | C8 | F | B | 0 | 16 | E0 | 15 | 49 |
| Octal | 252 | 262 | 310 | 17 | 13 | 0 | 26 | 340 | 25 | 111 |
| Binary | 10101010 | 10110010 | 11001000 | 1111 | 1011 | 0 | 10110 | 11100000 | 10101 | 1001001 |
Color Harmonies of #AAB2C8
Complementary color
Monochromatic Colors of #AAB2C8
Black with #AAB2C8
Text Example
Text Example
White with #AAB2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2C8; }
p { color: rgb(170,178,200); }
H1.HeaderClassName
{
color: #AAB2C8;
}
.AnyTagClassName
{
color: #AAB2C8;
}
</style>
background-color css
<style>
a { background-color: #AAB2C8; }
a { background-color: rgb(170,178,200); }
div.DivClassName
{
background-color: #AAB2C8;
}
.BgClassName
{
background-color: #AAB2C8;
}
</style>
border-color css
<style>
span { border-color: #AAB2C8; }
span { border-color: rgb(170,178,200); }
td.TdClassName
{
border-color: #AAB2C8;
}
.TagClassName
{
border-color: #AAB2C8;
}
</style>