Shades of Echo Blue #A8ACD0
Tints of Echo Blue #A8ACD0
RGB
CMYK
RGB Variations
Color information
#A8ACD0 (or 0xA8ACD0) is known color: Echo Blue. HEX triplet: A8, AC and D0. RGB value is (168,172,208). Sum of RGB (Red+Green+Blue) = 168+172+208=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACD0 is #57532F. Grayscale: #AEAEAE. Windows color (decimal): -5722928 or 13675688. OLE color: 13675688.
HSL color Cylindrical-coordinate representation of color #A8ACD0: hue angle of 234º 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 #A8ACD0 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 172 | 208 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.18 |
| HSL | 234º | 0.3% | 0.74% | - |
| HSV(B) | 234º | 0.19% | 0.82% | - |
| XYZ | 42.29 | 42.38 | 65.63 | - |
| YUV | 174.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 208 | 0.19 | 0.17 | 0 | 0.18 | 234 | 0.3 | 0.74 |
| Hex | A8 | AC | D0 | 13 | 11 | 0 | 12 | EA | 1E | 4A |
| Octal | 250 | 254 | 320 | 23 | 21 | 0 | 22 | 352 | 36 | 112 |
| Binary | 10101000 | 10101100 | 11010000 | 10011 | 10001 | 0 | 10010 | 11101010 | 11110 | 1001010 |
Color Harmonies of #A8ACD0
Complementary color
Monochromatic Colors of #A8ACD0
Black with #A8ACD0
Text Example
Text Example
White with #A8ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACD0; }
p { color: rgb(168,172,208); }
H1.HeaderClassName
{
color: #A8ACD0;
}
.AnyTagClassName
{
color: #A8ACD0;
}
</style>
background-color css
<style>
a { background-color: #A8ACD0; }
a { background-color: rgb(168,172,208); }
div.DivClassName
{
background-color: #A8ACD0;
}
.BgClassName
{
background-color: #A8ACD0;
}
</style>
border-color css
<style>
span { border-color: #A8ACD0; }
span { border-color: rgb(168,172,208); }
td.TdClassName
{
border-color: #A8ACD0;
}
.TagClassName
{
border-color: #A8ACD0;
}
</style>