Shades of Echo Blue #A8B7DA
Tints of Echo Blue #A8B7DA
RGB
CMYK
RGB Variations
Color information
#A8B7DA (or 0xA8B7DA) is known color: Echo Blue. HEX triplet: A8, B7 and DA. RGB value is (168,183,218). Sum of RGB (Red+Green+Blue) = 168+183+218=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7DA is #574825. Grayscale: #B6B6B6. Windows color (decimal): -5720102 or 14333864. OLE color: 14333864.
HSL color Cylindrical-coordinate representation of color #A8B7DA: hue angle of 222º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B7DA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 183 | 218 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.15 |
| HSL | 222º | 0.4% | 0.76% | - |
| HSV(B) | 222º | 0.23% | 0.85% | - |
| XYZ | 45.74 | 47.25 | 73.04 | - |
| YUV | 182.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 218 | 0.23 | 0.16 | 0 | 0.15 | 222 | 0.4 | 0.76 |
| Hex | A8 | B7 | DA | 17 | 10 | 0 | F | DE | 28 | 4C |
| Octal | 250 | 267 | 332 | 27 | 20 | 0 | 17 | 336 | 50 | 114 |
| Binary | 10101000 | 10110111 | 11011010 | 10111 | 10000 | 0 | 1111 | 11011110 | 101000 | 1001100 |
Color Harmonies of #A8B7DA
Complementary color
Monochromatic Colors of #A8B7DA
Black with #A8B7DA
Text Example
Text Example
White with #A8B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7DA; }
p { color: rgb(168,183,218); }
H1.HeaderClassName
{
color: #A8B7DA;
}
.AnyTagClassName
{
color: #A8B7DA;
}
</style>
background-color css
<style>
a { background-color: #A8B7DA; }
a { background-color: rgb(168,183,218); }
div.DivClassName
{
background-color: #A8B7DA;
}
.BgClassName
{
background-color: #A8B7DA;
}
</style>
border-color css
<style>
span { border-color: #A8B7DA; }
span { border-color: rgb(168,183,218); }
td.TdClassName
{
border-color: #A8B7DA;
}
.TagClassName
{
border-color: #A8B7DA;
}
</style>