Shades of Echo Blue #A7ADD6
Tints of Echo Blue #A7ADD6
RGB
CMYK
RGB Variations
Color information
#A7ADD6 (or 0xA7ADD6) is known color: Echo Blue. HEX triplet: A7, AD and D6. RGB value is (167,173,214). Sum of RGB (Red+Green+Blue) = 167+173+214=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #A7ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ADD6 is #585229. Grayscale: #AFAFAF. Windows color (decimal): -5788202 or 14069159. OLE color: 14069159.
HSL color Cylindrical-coordinate representation of color #A7ADD6: hue angle of 232.34º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7ADD6 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 173 | 214 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.16 |
| HSL | 232.34º | 0.36% | 0.75% | - |
| HSV(B) | 232.34º | 0.22% | 0.84% | - |
| XYZ | 43.02 | 42.96 | 69.64 | - |
| YUV | 175.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 214 | 0.22 | 0.19 | 0 | 0.16 | 232.34 | 0.36 | 0.75 |
| Hex | A7 | AD | D6 | 16 | 13 | 0 | 10 | E8 | 24 | 4B |
| Octal | 247 | 255 | 326 | 26 | 23 | 0 | 20 | 350 | 44 | 113 |
| Binary | 10100111 | 10101101 | 11010110 | 10110 | 10011 | 0 | 10000 | 11101000 | 100100 | 1001011 |
Color Harmonies of #A7ADD6
Complementary color
Monochromatic Colors of #A7ADD6
Black with #A7ADD6
Text Example
Text Example
White with #A7ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADD6; }
p { color: rgb(167,173,214); }
H1.HeaderClassName
{
color: #A7ADD6;
}
.AnyTagClassName
{
color: #A7ADD6;
}
</style>
background-color css
<style>
a { background-color: #A7ADD6; }
a { background-color: rgb(167,173,214); }
div.DivClassName
{
background-color: #A7ADD6;
}
.BgClassName
{
background-color: #A7ADD6;
}
</style>
border-color css
<style>
span { border-color: #A7ADD6; }
span { border-color: rgb(167,173,214); }
td.TdClassName
{
border-color: #A7ADD6;
}
.TagClassName
{
border-color: #A7ADD6;
}
</style>