Shades of Echo Blue #AAB4CF
Tints of Echo Blue #AAB4CF
RGB
CMYK
RGB Variations
Color information
#AAB4CF (or 0xAAB4CF) is known color: Echo Blue. HEX triplet: AA, B4 and CF. RGB value is (170,180,207). Sum of RGB (Red+Green+Blue) = 170+180+207=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4CF is #554B30. Grayscale: #B3B3B3. Windows color (decimal): -5589809 or 13612202. OLE color: 13612202.
HSL color Cylindrical-coordinate representation of color #AAB4CF: hue angle of 223.78º 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 #AAB4CF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 180 | 207 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.19 |
| HSL | 223.78º | 0.28% | 0.74% | - |
| HSV(B) | 223.78º | 0.18% | 0.81% | - |
| XYZ | 44.16 | 45.69 | 65.52 | - |
| YUV | 180.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 207 | 0.18 | 0.13 | 0 | 0.19 | 223.78 | 0.28 | 0.74 |
| Hex | AA | B4 | CF | 12 | D | 0 | 13 | E0 | 1C | 4A |
| Octal | 252 | 264 | 317 | 22 | 15 | 0 | 23 | 340 | 34 | 112 |
| Binary | 10101010 | 10110100 | 11001111 | 10010 | 1101 | 0 | 10011 | 11100000 | 11100 | 1001010 |
Color Harmonies of #AAB4CF
Complementary color
Monochromatic Colors of #AAB4CF
Black with #AAB4CF
Text Example
Text Example
White with #AAB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4CF; }
p { color: rgb(170,180,207); }
H1.HeaderClassName
{
color: #AAB4CF;
}
.AnyTagClassName
{
color: #AAB4CF;
}
</style>
background-color css
<style>
a { background-color: #AAB4CF; }
a { background-color: rgb(170,180,207); }
div.DivClassName
{
background-color: #AAB4CF;
}
.BgClassName
{
background-color: #AAB4CF;
}
</style>
border-color css
<style>
span { border-color: #AAB4CF; }
span { border-color: rgb(170,180,207); }
td.TdClassName
{
border-color: #AAB4CF;
}
.TagClassName
{
border-color: #AAB4CF;
}
</style>