Shades of Echo Blue #A5AEC0
Tints of Echo Blue #A5AEC0
RGB
CMYK
RGB Variations
Color information
#A5AEC0 (or 0xA5AEC0) is known color: Echo Blue. HEX triplet: A5, AE and C0. RGB value is (165,174,192). Sum of RGB (Red+Green+Blue) = 165+174+192=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #A5AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEC0 is #5A513F. Grayscale: #ADADAD. Windows color (decimal): -5919040 or 12627621. OLE color: 12627621.
HSL color Cylindrical-coordinate representation of color #A5AEC0: hue angle of 220º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AEC0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 174 | 192 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.25 |
| HSL | 220º | 0.18% | 0.7% | - |
| HSV(B) | 220º | 0.14% | 0.75% | - |
| XYZ | 40.17 | 42.08 | 55.87 | - |
| YUV | 173.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 192 | 0.14 | 0.09 | 0 | 0.25 | 220 | 0.18 | 0.7 |
| Hex | A5 | AE | C0 | E | 9 | 0 | 19 | DC | 12 | 46 |
| Octal | 245 | 256 | 300 | 16 | 11 | 0 | 31 | 334 | 22 | 106 |
| Binary | 10100101 | 10101110 | 11000000 | 1110 | 1001 | 0 | 11001 | 11011100 | 10010 | 1000110 |
Color Harmonies of #A5AEC0
Complementary color
Monochromatic Colors of #A5AEC0
Black with #A5AEC0
Text Example
Text Example
White with #A5AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AEC0; }
p { color: rgb(165,174,192); }
H1.HeaderClassName
{
color: #A5AEC0;
}
.AnyTagClassName
{
color: #A5AEC0;
}
</style>
background-color css
<style>
a { background-color: #A5AEC0; }
a { background-color: rgb(165,174,192); }
div.DivClassName
{
background-color: #A5AEC0;
}
.BgClassName
{
background-color: #A5AEC0;
}
</style>
border-color css
<style>
span { border-color: #A5AEC0; }
span { border-color: rgb(165,174,192); }
td.TdClassName
{
border-color: #A5AEC0;
}
.TagClassName
{
border-color: #A5AEC0;
}
</style>