Shades of Echo Blue #A8AEC0
Tints of Echo Blue #A8AEC0
RGB
CMYK
RGB Variations
Color information
#A8AEC0 (or 0xA8AEC0) is known color: Echo Blue. HEX triplet: A8, AE and C0. RGB value is (168,174,192). Sum of RGB (Red+Green+Blue) = 168+174+192=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEC0 is #57513F. Grayscale: #AEAEAE. Windows color (decimal): -5722432 or 12627624. OLE color: 12627624.
HSL color Cylindrical-coordinate representation of color #A8AEC0: hue angle of 225º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8AEC0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 174 | 192 | - |
CMYK | 0.12 | 0.09 | 0 | 0.25 |
HSL | 225º | 0.16% | 0.71% | - |
HSV(B) | 225º | 0.13% | 0.75% | - |
XYZ | 40.8 | 42.4 | 55.9 | - |
YUV | 174.26 | 138.01 | 123.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 174 | 192 | 0.12 | 0.09 | 0 | 0.25 | 225 | 0.16 | 0.71 |
Hex | A8 | AE | C0 | C | 9 | 0 | 19 | E1 | 10 | 47 |
Octal | 250 | 256 | 300 | 14 | 11 | 0 | 31 | 341 | 20 | 107 |
Binary | 10101000 | 10101110 | 11000000 | 1100 | 1001 | 0 | 11001 | 11100001 | 10000 | 1000111 |
Color Harmonies of #A8AEC0
Complementary color
Monochromatic Colors of #A8AEC0
Black with #A8AEC0
Text Example
Text Example
White with #A8AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEC0; }
p { color: rgb(168,174,192); }
H1.HeaderClassName
{
color: #A8AEC0;
}
.AnyTagClassName
{
color: #A8AEC0;
}
</style>
background-color css
<style>
a { background-color: #A8AEC0; }
a { background-color: rgb(168,174,192); }
div.DivClassName
{
background-color: #A8AEC0;
}
.BgClassName
{
background-color: #A8AEC0;
}
</style>
border-color css
<style>
span { border-color: #A8AEC0; }
span { border-color: rgb(168,174,192); }
td.TdClassName
{
border-color: #A8AEC0;
}
.TagClassName
{
border-color: #A8AEC0;
}
</style>