Shades of Echo Blue #A5AEC8
Tints of Echo Blue #A5AEC8
RGB
CMYK
RGB Variations
Color information
#A5AEC8 (or 0xA5AEC8) is known color: Echo Blue. HEX triplet: A5, AE and C8. RGB value is (165,174,200). Sum of RGB (Red+Green+Blue) = 165+174+200=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 200 - color contains mainly: blue. Hex color #A5AEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEC8 is #5A5137. Grayscale: #AEAEAE. Windows color (decimal): -5919032 or 13151909. OLE color: 13151909.
HSL color Cylindrical-coordinate representation of color #A5AEC8: hue angle of 224.57º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5AEC8 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 174 | 200 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.22 |
| HSL | 224.57º | 0.24% | 0.72% | - |
| HSV(B) | 224.57º | 0.18% | 0.78% | - |
| XYZ | 41.08 | 42.44 | 60.67 | - |
| YUV | 174.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 200 | 0.18 | 0.13 | 0 | 0.22 | 224.57 | 0.24 | 0.72 |
| Hex | A5 | AE | C8 | 12 | D | 0 | 16 | E1 | 18 | 48 |
| Octal | 245 | 256 | 310 | 22 | 15 | 0 | 26 | 341 | 30 | 110 |
| Binary | 10100101 | 10101110 | 11001000 | 10010 | 1101 | 0 | 10110 | 11100001 | 11000 | 1001000 |
Color Harmonies of #A5AEC8
Complementary color
Monochromatic Colors of #A5AEC8
Black with #A5AEC8
Text Example
Text Example
White with #A5AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AEC8; }
p { color: rgb(165,174,200); }
H1.HeaderClassName
{
color: #A5AEC8;
}
.AnyTagClassName
{
color: #A5AEC8;
}
</style>
background-color css
<style>
a { background-color: #A5AEC8; }
a { background-color: rgb(165,174,200); }
div.DivClassName
{
background-color: #A5AEC8;
}
.BgClassName
{
background-color: #A5AEC8;
}
</style>
border-color css
<style>
span { border-color: #A5AEC8; }
span { border-color: rgb(165,174,200); }
td.TdClassName
{
border-color: #A5AEC8;
}
.TagClassName
{
border-color: #A5AEC8;
}
</style>