Shades of Echo Blue #AAB4D6
Tints of Echo Blue #AAB4D6
RGB
CMYK
RGB Variations
Color information
#AAB4D6 (or 0xAAB4D6) is known color: Echo Blue. HEX triplet: AA, B4 and D6. RGB value is (170,180,214). Sum of RGB (Red+Green+Blue) = 170+180+214=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAB4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4D6 is #554B29. Grayscale: #B4B4B4. Windows color (decimal): -5589802 or 14070954. OLE color: 14070954.
HSL color Cylindrical-coordinate representation of color #AAB4D6: hue angle of 226.36º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB4D6 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 180 | 214 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.16 |
| HSL | 226.36º | 0.35% | 0.75% | - |
| HSV(B) | 226.36º | 0.21% | 0.84% | - |
| XYZ | 45.04 | 46.04 | 70.13 | - |
| YUV | 180.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 214 | 0.21 | 0.16 | 0 | 0.16 | 226.36 | 0.35 | 0.75 |
| Hex | AA | B4 | D6 | 15 | 10 | 0 | 10 | E2 | 23 | 4B |
| Octal | 252 | 264 | 326 | 25 | 20 | 0 | 20 | 342 | 43 | 113 |
| Binary | 10101010 | 10110100 | 11010110 | 10101 | 10000 | 0 | 10000 | 11100010 | 100011 | 1001011 |
Color Harmonies of #AAB4D6
Complementary color
Monochromatic Colors of #AAB4D6
Black with #AAB4D6
Text Example
Text Example
White with #AAB4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4D6; }
p { color: rgb(170,180,214); }
H1.HeaderClassName
{
color: #AAB4D6;
}
.AnyTagClassName
{
color: #AAB4D6;
}
</style>
background-color css
<style>
a { background-color: #AAB4D6; }
a { background-color: rgb(170,180,214); }
div.DivClassName
{
background-color: #AAB4D6;
}
.BgClassName
{
background-color: #AAB4D6;
}
</style>
border-color css
<style>
span { border-color: #AAB4D6; }
span { border-color: rgb(170,180,214); }
td.TdClassName
{
border-color: #AAB4D6;
}
.TagClassName
{
border-color: #AAB4D6;
}
</style>