Shades of Echo Blue #A8ACD9
Tints of Echo Blue #A8ACD9
RGB
CMYK
RGB Variations
Color information
#A8ACD9 (or 0xA8ACD9) is known color: Echo Blue. HEX triplet: A8, AC and D9. RGB value is (168,172,217). Sum of RGB (Red+Green+Blue) = 168+172+217=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACD9 is #575326. Grayscale: #AFAFAF. Windows color (decimal): -5722919 or 14265512. OLE color: 14265512.
HSL color Cylindrical-coordinate representation of color #A8ACD9: hue angle of 235.1º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8ACD9 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 172 | 217 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.15 |
| HSL | 235.1º | 0.39% | 0.75% | - |
| HSV(B) | 235.1º | 0.23% | 0.85% | - |
| XYZ | 43.43 | 42.84 | 71.63 | - |
| YUV | 175.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 217 | 0.23 | 0.21 | 0 | 0.15 | 235.1 | 0.39 | 0.75 |
| Hex | A8 | AC | D9 | 17 | 15 | 0 | F | EB | 27 | 4B |
| Octal | 250 | 254 | 331 | 27 | 25 | 0 | 17 | 353 | 47 | 113 |
| Binary | 10101000 | 10101100 | 11011001 | 10111 | 10101 | 0 | 1111 | 11101011 | 100111 | 1001011 |
Color Harmonies of #A8ACD9
Complementary color
Monochromatic Colors of #A8ACD9
Black with #A8ACD9
Text Example
Text Example
White with #A8ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACD9; }
p { color: rgb(168,172,217); }
H1.HeaderClassName
{
color: #A8ACD9;
}
.AnyTagClassName
{
color: #A8ACD9;
}
</style>
background-color css
<style>
a { background-color: #A8ACD9; }
a { background-color: rgb(168,172,217); }
div.DivClassName
{
background-color: #A8ACD9;
}
.BgClassName
{
background-color: #A8ACD9;
}
</style>
border-color css
<style>
span { border-color: #A8ACD9; }
span { border-color: rgb(168,172,217); }
td.TdClassName
{
border-color: #A8ACD9;
}
.TagClassName
{
border-color: #A8ACD9;
}
</style>