Shades of Echo Blue #AAACD1
Tints of Echo Blue #AAACD1
RGB
CMYK
RGB Variations
Color information
#AAACD1 (or 0xAAACD1) is known color: Echo Blue. HEX triplet: AA, AC and D1. RGB value is (170,172,209). Sum of RGB (Red+Green+Blue) = 170+172+209=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACD1 is #55532E. Grayscale: #AFAFAF. Windows color (decimal): -5591855 or 13741226. OLE color: 13741226.
HSL color Cylindrical-coordinate representation of color #AAACD1: hue angle of 236.92º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAACD1 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 172 | 209 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.18 |
| HSL | 236.92º | 0.3% | 0.74% | - |
| HSV(B) | 236.92º | 0.19% | 0.82% | - |
| XYZ | 42.84 | 42.65 | 66.3 | - |
| YUV | 175.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 209 | 0.19 | 0.18 | 0 | 0.18 | 236.92 | 0.3 | 0.74 |
| Hex | AA | AC | D1 | 13 | 12 | 0 | 12 | ED | 1E | 4A |
| Octal | 252 | 254 | 321 | 23 | 22 | 0 | 22 | 355 | 36 | 112 |
| Binary | 10101010 | 10101100 | 11010001 | 10011 | 10010 | 0 | 10010 | 11101101 | 11110 | 1001010 |
Color Harmonies of #AAACD1
Complementary color
Monochromatic Colors of #AAACD1
Black with #AAACD1
Text Example
Text Example
White with #AAACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACD1; }
p { color: rgb(170,172,209); }
H1.HeaderClassName
{
color: #AAACD1;
}
.AnyTagClassName
{
color: #AAACD1;
}
</style>
background-color css
<style>
a { background-color: #AAACD1; }
a { background-color: rgb(170,172,209); }
div.DivClassName
{
background-color: #AAACD1;
}
.BgClassName
{
background-color: #AAACD1;
}
</style>
border-color css
<style>
span { border-color: #AAACD1; }
span { border-color: rgb(170,172,209); }
td.TdClassName
{
border-color: #AAACD1;
}
.TagClassName
{
border-color: #AAACD1;
}
</style>