Shades of Echo Blue #A8AECD
Tints of Echo Blue #A8AECD
RGB
CMYK
RGB Variations
Color information
#A8AECD (or 0xA8AECD) is known color: Echo Blue. HEX triplet: A8, AE and CD. RGB value is (168,174,205). Sum of RGB (Red+Green+Blue) = 168+174+205=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AECD is #575132. Grayscale: #AFAFAF. Windows color (decimal): -5722419 or 13479592. OLE color: 13479592.
HSL color Cylindrical-coordinate representation of color #A8AECD: hue angle of 230.27º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AECD is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 174 | 205 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.20 |
| HSL | 230.27º | 0.27% | 0.73% | - |
| HSV(B) | 230.27º | 0.18% | 0.8% | - |
| XYZ | 42.3 | 43 | 63.83 | - |
| YUV | 175.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 205 | 0.18 | 0.15 | 0 | 0.20 | 230.27 | 0.27 | 0.73 |
| Hex | A8 | AE | CD | 12 | F | 0 | 14 | E6 | 1B | 49 |
| Octal | 250 | 256 | 315 | 22 | 17 | 0 | 24 | 346 | 33 | 111 |
| Binary | 10101000 | 10101110 | 11001101 | 10010 | 1111 | 0 | 10100 | 11100110 | 11011 | 1001001 |
Color Harmonies of #A8AECD
Complementary color
Monochromatic Colors of #A8AECD
Black with #A8AECD
Text Example
Text Example
White with #A8AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AECD; }
p { color: rgb(168,174,205); }
H1.HeaderClassName
{
color: #A8AECD;
}
.AnyTagClassName
{
color: #A8AECD;
}
</style>
background-color css
<style>
a { background-color: #A8AECD; }
a { background-color: rgb(168,174,205); }
div.DivClassName
{
background-color: #A8AECD;
}
.BgClassName
{
background-color: #A8AECD;
}
</style>
border-color css
<style>
span { border-color: #A8AECD; }
span { border-color: rgb(168,174,205); }
td.TdClassName
{
border-color: #A8AECD;
}
.TagClassName
{
border-color: #A8AECD;
}
</style>