Shades of Echo Blue #A8B7CF
Tints of Echo Blue #A8B7CF
RGB
CMYK
RGB Variations
Color information
#A8B7CF (or 0xA8B7CF) is known color: Echo Blue. HEX triplet: A8, B7 and CF. RGB value is (168,183,207). Sum of RGB (Red+Green+Blue) = 168+183+207=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7CF is #574830. Grayscale: #B5B5B5. Windows color (decimal): -5720113 or 13612968. OLE color: 13612968.
HSL color Cylindrical-coordinate representation of color #A8B7CF: hue angle of 216.92º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8B7CF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 183 | 207 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.19 |
| HSL | 216.92º | 0.29% | 0.74% | - |
| HSV(B) | 216.92º | 0.19% | 0.81% | - |
| XYZ | 44.34 | 46.7 | 65.71 | - |
| YUV | 181.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 207 | 0.19 | 0.12 | 0 | 0.19 | 216.92 | 0.29 | 0.74 |
| Hex | A8 | B7 | CF | 13 | C | 0 | 13 | D9 | 1D | 4A |
| Octal | 250 | 267 | 317 | 23 | 14 | 0 | 23 | 331 | 35 | 112 |
| Binary | 10101000 | 10110111 | 11001111 | 10011 | 1100 | 0 | 10011 | 11011001 | 11101 | 1001010 |
Color Harmonies of #A8B7CF
Complementary color
Monochromatic Colors of #A8B7CF
Black with #A8B7CF
Text Example
Text Example
White with #A8B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7CF; }
p { color: rgb(168,183,207); }
H1.HeaderClassName
{
color: #A8B7CF;
}
.AnyTagClassName
{
color: #A8B7CF;
}
</style>
background-color css
<style>
a { background-color: #A8B7CF; }
a { background-color: rgb(168,183,207); }
div.DivClassName
{
background-color: #A8B7CF;
}
.BgClassName
{
background-color: #A8B7CF;
}
</style>
border-color css
<style>
span { border-color: #A8B7CF; }
span { border-color: rgb(168,183,207); }
td.TdClassName
{
border-color: #A8B7CF;
}
.TagClassName
{
border-color: #A8B7CF;
}
</style>