Shades of Echo Blue #AAB8CF
Tints of Echo Blue #AAB8CF
RGB
CMYK
RGB Variations
Color information
#AAB8CF (or 0xAAB8CF) is known color: Echo Blue. HEX triplet: AA, B8 and CF. RGB value is (170,184,207). Sum of RGB (Red+Green+Blue) = 170+184+207=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8CF is #554730. Grayscale: #B6B6B6. Windows color (decimal): -5588785 or 13613226. OLE color: 13613226.
HSL color Cylindrical-coordinate representation of color #AAB8CF: hue angle of 217.3º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB8CF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 184 | 207 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.19 |
| HSL | 217.3º | 0.28% | 0.74% | - |
| HSV(B) | 217.3º | 0.18% | 0.81% | - |
| XYZ | 44.98 | 47.33 | 65.8 | - |
| YUV | 182.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 207 | 0.18 | 0.11 | 0 | 0.19 | 217.3 | 0.28 | 0.74 |
| Hex | AA | B8 | CF | 12 | B | 0 | 13 | D9 | 1C | 4A |
| Octal | 252 | 270 | 317 | 22 | 13 | 0 | 23 | 331 | 34 | 112 |
| Binary | 10101010 | 10111000 | 11001111 | 10010 | 1011 | 0 | 10011 | 11011001 | 11100 | 1001010 |
Color Harmonies of #AAB8CF
Complementary color
Monochromatic Colors of #AAB8CF
Black with #AAB8CF
Text Example
Text Example
White with #AAB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8CF; }
p { color: rgb(170,184,207); }
H1.HeaderClassName
{
color: #AAB8CF;
}
.AnyTagClassName
{
color: #AAB8CF;
}
</style>
background-color css
<style>
a { background-color: #AAB8CF; }
a { background-color: rgb(170,184,207); }
div.DivClassName
{
background-color: #AAB8CF;
}
.BgClassName
{
background-color: #AAB8CF;
}
</style>
border-color css
<style>
span { border-color: #AAB8CF; }
span { border-color: rgb(170,184,207); }
td.TdClassName
{
border-color: #AAB8CF;
}
.TagClassName
{
border-color: #AAB8CF;
}
</style>