Shades of Echo Blue #A8AECC
Tints of Echo Blue #A8AECC
RGB
CMYK
RGB Variations
Color information
#A8AECC (or 0xA8AECC) is known color: Echo Blue. HEX triplet: A8, AE and CC. RGB value is (168,174,204). Sum of RGB (Red+Green+Blue) = 168+174+204=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AECC is #575133. Grayscale: #AFAFAF. Windows color (decimal): -5722420 or 13414056. OLE color: 13414056.
HSL color Cylindrical-coordinate representation of color #A8AECC: hue angle of 230º degrees, saturation: 0.26, 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 #A8AECC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 174 | 204 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.2 |
| HSL | 230º | 0.26% | 0.73% | - |
| HSV(B) | 230º | 0.18% | 0.8% | - |
| XYZ | 42.18 | 42.96 | 63.19 | - |
| YUV | 175.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 204 | 0.18 | 0.15 | 0 | 0.2 | 230 | 0.26 | 0.73 |
| Hex | A8 | AE | CC | 12 | F | 0 | 14 | E6 | 1A | 49 |
| Octal | 250 | 256 | 314 | 22 | 17 | 0 | 24 | 346 | 32 | 111 |
| Binary | 10101000 | 10101110 | 11001100 | 10010 | 1111 | 0 | 10100 | 11100110 | 11010 | 1001001 |
Color Harmonies of #A8AECC
Complementary color
Monochromatic Colors of #A8AECC
Black with #A8AECC
Text Example
Text Example
White with #A8AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AECC; }
p { color: rgb(168,174,204); }
H1.HeaderClassName
{
color: #A8AECC;
}
.AnyTagClassName
{
color: #A8AECC;
}
</style>
background-color css
<style>
a { background-color: #A8AECC; }
a { background-color: rgb(168,174,204); }
div.DivClassName
{
background-color: #A8AECC;
}
.BgClassName
{
background-color: #A8AECC;
}
</style>
border-color css
<style>
span { border-color: #A8AECC; }
span { border-color: rgb(168,174,204); }
td.TdClassName
{
border-color: #A8AECC;
}
.TagClassName
{
border-color: #A8AECC;
}
</style>