Shades of Echo Blue #A2ADDC
Tints of Echo Blue #A2ADDC
RGB
CMYK
RGB Variations
Color information
#A2ADDC (or 0xA2ADDC) is known color: Echo Blue. HEX triplet: A2, AD and DC. RGB value is (162,173,220). Sum of RGB (Red+Green+Blue) = 162+173+220=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADDC is #5D5223. Grayscale: #AEAEAE. Windows color (decimal): -6115876 or 14462370. OLE color: 14462370.
HSL color Cylindrical-coordinate representation of color #A2ADDC: hue angle of 228.62º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2ADDC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 173 | 220 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.14 |
| HSL | 228.62º | 0.45% | 0.75% | - |
| HSV(B) | 228.62º | 0.26% | 0.86% | - |
| XYZ | 42.76 | 42.74 | 73.71 | - |
| YUV | 175.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 220 | 0.26 | 0.21 | 0 | 0.14 | 228.62 | 0.45 | 0.75 |
| Hex | A2 | AD | DC | 1A | 15 | 0 | E | E5 | 2D | 4B |
| Octal | 242 | 255 | 334 | 32 | 25 | 0 | 16 | 345 | 55 | 113 |
| Binary | 10100010 | 10101101 | 11011100 | 11010 | 10101 | 0 | 1110 | 11100101 | 101101 | 1001011 |
Color Harmonies of #A2ADDC
Complementary color
Monochromatic Colors of #A2ADDC
Black with #A2ADDC
Text Example
Text Example
White with #A2ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADDC; }
p { color: rgb(162,173,220); }
H1.HeaderClassName
{
color: #A2ADDC;
}
.AnyTagClassName
{
color: #A2ADDC;
}
</style>
background-color css
<style>
a { background-color: #A2ADDC; }
a { background-color: rgb(162,173,220); }
div.DivClassName
{
background-color: #A2ADDC;
}
.BgClassName
{
background-color: #A2ADDC;
}
</style>
border-color css
<style>
span { border-color: #A2ADDC; }
span { border-color: rgb(162,173,220); }
td.TdClassName
{
border-color: #A2ADDC;
}
.TagClassName
{
border-color: #A2ADDC;
}
</style>