Shades of Echo Blue #A8B7CE
Tints of Echo Blue #A8B7CE
RGB
CMYK
RGB Variations
Color information
#A8B7CE (or 0xA8B7CE) is known color: Echo Blue. HEX triplet: A8, B7 and CE. RGB value is (168,183,206). Sum of RGB (Red+Green+Blue) = 168+183+206=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7CE is #574831. Grayscale: #B5B5B5. Windows color (decimal): -5720114 or 13547432. OLE color: 13547432.
HSL color Cylindrical-coordinate representation of color #A8B7CE: hue angle of 216.32º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8B7CE is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 183 | 206 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.19 |
| HSL | 216.32º | 0.28% | 0.73% | - |
| HSV(B) | 216.32º | 0.18% | 0.81% | - |
| XYZ | 44.22 | 46.65 | 65.07 | - |
| YUV | 181.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 206 | 0.18 | 0.11 | 0 | 0.19 | 216.32 | 0.28 | 0.73 |
| Hex | A8 | B7 | CE | 12 | B | 0 | 13 | D8 | 1C | 49 |
| Octal | 250 | 267 | 316 | 22 | 13 | 0 | 23 | 330 | 34 | 111 |
| Binary | 10101000 | 10110111 | 11001110 | 10010 | 1011 | 0 | 10011 | 11011000 | 11100 | 1001001 |
Color Harmonies of #A8B7CE
Complementary color
Monochromatic Colors of #A8B7CE
Black with #A8B7CE
Text Example
Text Example
White with #A8B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7CE; }
p { color: rgb(168,183,206); }
H1.HeaderClassName
{
color: #A8B7CE;
}
.AnyTagClassName
{
color: #A8B7CE;
}
</style>
background-color css
<style>
a { background-color: #A8B7CE; }
a { background-color: rgb(168,183,206); }
div.DivClassName
{
background-color: #A8B7CE;
}
.BgClassName
{
background-color: #A8B7CE;
}
</style>
border-color css
<style>
span { border-color: #A8B7CE; }
span { border-color: rgb(168,183,206); }
td.TdClassName
{
border-color: #A8B7CE;
}
.TagClassName
{
border-color: #A8B7CE;
}
</style>