Shades of Echo Blue #A2ADD6
Tints of Echo Blue #A2ADD6
RGB
CMYK
RGB Variations
Color information
#A2ADD6 (or 0xA2ADD6) is known color: Echo Blue. HEX triplet: A2, AD and D6. RGB value is (162,173,214). Sum of RGB (Red+Green+Blue) = 162+173+214=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #A2ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADD6 is #5D5229. Grayscale: #AEAEAE. Windows color (decimal): -6115882 or 14069154. OLE color: 14069154.
HSL color Cylindrical-coordinate representation of color #A2ADD6: hue angle of 227.31º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2ADD6 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 173 | 214 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.16 |
| HSL | 227.31º | 0.39% | 0.74% | - |
| HSV(B) | 227.31º | 0.24% | 0.84% | - |
| XYZ | 41.98 | 42.42 | 69.59 | - |
| YUV | 174.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 214 | 0.24 | 0.19 | 0 | 0.16 | 227.31 | 0.39 | 0.74 |
| Hex | A2 | AD | D6 | 18 | 13 | 0 | 10 | E3 | 27 | 4A |
| Octal | 242 | 255 | 326 | 30 | 23 | 0 | 20 | 343 | 47 | 112 |
| Binary | 10100010 | 10101101 | 11010110 | 11000 | 10011 | 0 | 10000 | 11100011 | 100111 | 1001010 |
Color Harmonies of #A2ADD6
Complementary color
Monochromatic Colors of #A2ADD6
Black with #A2ADD6
Text Example
Text Example
White with #A2ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADD6; }
p { color: rgb(162,173,214); }
H1.HeaderClassName
{
color: #A2ADD6;
}
.AnyTagClassName
{
color: #A2ADD6;
}
</style>
background-color css
<style>
a { background-color: #A2ADD6; }
a { background-color: rgb(162,173,214); }
div.DivClassName
{
background-color: #A2ADD6;
}
.BgClassName
{
background-color: #A2ADD6;
}
</style>
border-color css
<style>
span { border-color: #A2ADD6; }
span { border-color: rgb(162,173,214); }
td.TdClassName
{
border-color: #A2ADD6;
}
.TagClassName
{
border-color: #A2ADD6;
}
</style>