Shades of Echo Blue #A6ACD8
Tints of Echo Blue #A6ACD8
RGB
CMYK
RGB Variations
Color information
#A6ACD8 (or 0xA6ACD8) is known color: Echo Blue. HEX triplet: A6, AC and D8. RGB value is (166,172,216). Sum of RGB (Red+Green+Blue) = 166+172+216=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6ACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACD8 is #595327. Grayscale: #AFAFAF. Windows color (decimal): -5853992 or 14199974. OLE color: 14199974.
HSL color Cylindrical-coordinate representation of color #A6ACD8: hue angle of 232.8º 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 #A6ACD8 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 172 | 216 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.15 |
| HSL | 232.8º | 0.39% | 0.75% | - |
| HSV(B) | 232.8º | 0.23% | 0.85% | - |
| XYZ | 42.87 | 42.57 | 70.92 | - |
| YUV | 175.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 216 | 0.23 | 0.20 | 0 | 0.15 | 232.8 | 0.39 | 0.75 |
| Hex | A6 | AC | D8 | 17 | 14 | 0 | F | E9 | 27 | 4B |
| Octal | 246 | 254 | 330 | 27 | 24 | 0 | 17 | 351 | 47 | 113 |
| Binary | 10100110 | 10101100 | 11011000 | 10111 | 10100 | 0 | 1111 | 11101001 | 100111 | 1001011 |
Color Harmonies of #A6ACD8
Complementary color
Monochromatic Colors of #A6ACD8
Black with #A6ACD8
Text Example
Text Example
White with #A6ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACD8; }
p { color: rgb(166,172,216); }
H1.HeaderClassName
{
color: #A6ACD8;
}
.AnyTagClassName
{
color: #A6ACD8;
}
</style>
background-color css
<style>
a { background-color: #A6ACD8; }
a { background-color: rgb(166,172,216); }
div.DivClassName
{
background-color: #A6ACD8;
}
.BgClassName
{
background-color: #A6ACD8;
}
</style>
border-color css
<style>
span { border-color: #A6ACD8; }
span { border-color: rgb(166,172,216); }
td.TdClassName
{
border-color: #A6ACD8;
}
.TagClassName
{
border-color: #A6ACD8;
}
</style>