Shades of Echo Blue #AAB5C4
Tints of Echo Blue #AAB5C4
RGB
CMYK
RGB Variations
Color information
#AAB5C4 (or 0xAAB5C4) is known color: Echo Blue. HEX triplet: AA, B5 and C4. RGB value is (170,181,196). Sum of RGB (Red+Green+Blue) = 170+181+196=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAB5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5C4 is #554A3B. Grayscale: #B3B3B3. Windows color (decimal): -5589564 or 12891562. OLE color: 12891562.
HSL color Cylindrical-coordinate representation of color #AAB5C4: hue angle of 214.62º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB5C4 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 181 | 196 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.23 |
| HSL | 214.62º | 0.18% | 0.72% | - |
| HSV(B) | 214.62º | 0.13% | 0.77% | - |
| XYZ | 43.07 | 45.58 | 58.75 | - |
| YUV | 179.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 196 | 0.13 | 0.08 | 0 | 0.23 | 214.62 | 0.18 | 0.72 |
| Hex | AA | B5 | C4 | D | 8 | 0 | 17 | D7 | 12 | 48 |
| Octal | 252 | 265 | 304 | 15 | 10 | 0 | 27 | 327 | 22 | 110 |
| Binary | 10101010 | 10110101 | 11000100 | 1101 | 1000 | 0 | 10111 | 11010111 | 10010 | 1001000 |
Color Harmonies of #AAB5C4
Complementary color
Monochromatic Colors of #AAB5C4
Black with #AAB5C4
Text Example
Text Example
White with #AAB5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5C4; }
p { color: rgb(170,181,196); }
H1.HeaderClassName
{
color: #AAB5C4;
}
.AnyTagClassName
{
color: #AAB5C4;
}
</style>
background-color css
<style>
a { background-color: #AAB5C4; }
a { background-color: rgb(170,181,196); }
div.DivClassName
{
background-color: #AAB5C4;
}
.BgClassName
{
background-color: #AAB5C4;
}
</style>
border-color css
<style>
span { border-color: #AAB5C4; }
span { border-color: rgb(170,181,196); }
td.TdClassName
{
border-color: #AAB5C4;
}
.TagClassName
{
border-color: #AAB5C4;
}
</style>