Shades of Echo Blue #A7B0C3
Tints of Echo Blue #A7B0C3
RGB
CMYK
RGB Variations
Color information
#A7B0C3 (or 0xA7B0C3) is known color: Echo Blue. HEX triplet: A7, B0 and C3. RGB value is (167,176,195). Sum of RGB (Red+Green+Blue) = 167+176+195=538 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.04% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #A7B0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B0C3 is #584F3C. Grayscale: #AFAFAF. Windows color (decimal): -5787453 or 12824743. OLE color: 12824743.
HSL color Cylindrical-coordinate representation of color #A7B0C3: hue angle of 220.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7B0C3 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 176 | 195 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.24 |
| HSL | 220.71º | 0.19% | 0.71% | - |
| HSV(B) | 220.71º | 0.14% | 0.76% | - |
| XYZ | 41.31 | 43.21 | 57.79 | - |
| YUV | 175.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 195 | 0.14 | 0.10 | 0 | 0.24 | 220.71 | 0.19 | 0.71 |
| Hex | A7 | B0 | C3 | E | A | 0 | 18 | DD | 13 | 47 |
| Octal | 247 | 260 | 303 | 16 | 12 | 0 | 30 | 335 | 23 | 107 |
| Binary | 10100111 | 10110000 | 11000011 | 1110 | 1010 | 0 | 11000 | 11011101 | 10011 | 1000111 |
Color Harmonies of #A7B0C3
Complementary color
Monochromatic Colors of #A7B0C3
Black with #A7B0C3
Text Example
Text Example
White with #A7B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B0C3; }
p { color: rgb(167,176,195); }
H1.HeaderClassName
{
color: #A7B0C3;
}
.AnyTagClassName
{
color: #A7B0C3;
}
</style>
background-color css
<style>
a { background-color: #A7B0C3; }
a { background-color: rgb(167,176,195); }
div.DivClassName
{
background-color: #A7B0C3;
}
.BgClassName
{
background-color: #A7B0C3;
}
</style>
border-color css
<style>
span { border-color: #A7B0C3; }
span { border-color: rgb(167,176,195); }
td.TdClassName
{
border-color: #A7B0C3;
}
.TagClassName
{
border-color: #A7B0C3;
}
</style>