Shades of Echo Blue #A7B5C5
Tints of Echo Blue #A7B5C5
RGB
CMYK
RGB Variations
Color information
#A7B5C5 (or 0xA7B5C5) is known color: Echo Blue. HEX triplet: A7, B5 and C5. RGB value is (167,181,197). Sum of RGB (Red+Green+Blue) = 167+181+197=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #A7B5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B5C5 is #584A3A. Grayscale: #B2B2B2. Windows color (decimal): -5786171 or 12957095. OLE color: 12957095.
HSL color Cylindrical-coordinate representation of color #A7B5C5: hue angle of 212º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7B5C5 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 181 | 197 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.23 |
| HSL | 212º | 0.21% | 0.71% | - |
| HSV(B) | 212º | 0.15% | 0.77% | - |
| XYZ | 42.54 | 45.29 | 59.32 | - |
| YUV | 178.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 197 | 0.15 | 0.08 | 0 | 0.23 | 212 | 0.21 | 0.71 |
| Hex | A7 | B5 | C5 | F | 8 | 0 | 17 | D4 | 15 | 47 |
| Octal | 247 | 265 | 305 | 17 | 10 | 0 | 27 | 324 | 25 | 107 |
| Binary | 10100111 | 10110101 | 11000101 | 1111 | 1000 | 0 | 10111 | 11010100 | 10101 | 1000111 |
Color Harmonies of #A7B5C5
Complementary color
Monochromatic Colors of #A7B5C5
Black with #A7B5C5
Text Example
Text Example
White with #A7B5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B5C5; }
p { color: rgb(167,181,197); }
H1.HeaderClassName
{
color: #A7B5C5;
}
.AnyTagClassName
{
color: #A7B5C5;
}
</style>
background-color css
<style>
a { background-color: #A7B5C5; }
a { background-color: rgb(167,181,197); }
div.DivClassName
{
background-color: #A7B5C5;
}
.BgClassName
{
background-color: #A7B5C5;
}
</style>
border-color css
<style>
span { border-color: #A7B5C5; }
span { border-color: rgb(167,181,197); }
td.TdClassName
{
border-color: #A7B5C5;
}
.TagClassName
{
border-color: #A7B5C5;
}
</style>