Shades of Echo Blue #A8B5CE
Tints of Echo Blue #A8B5CE
RGB
CMYK
RGB Variations
Color information
#A8B5CE (or 0xA8B5CE) is known color: Echo Blue. HEX triplet: A8, B5 and CE. RGB value is (168,181,206). Sum of RGB (Red+Green+Blue) = 168+181+206=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B5CE is #574A31. Grayscale: #B3B3B3. Windows color (decimal): -5720626 or 13546920. OLE color: 13546920.
HSL color Cylindrical-coordinate representation of color #A8B5CE: hue angle of 219.47º 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 #A8B5CE is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 181 | 206 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.19 |
| HSL | 219.47º | 0.28% | 0.73% | - |
| HSV(B) | 219.47º | 0.18% | 0.81% | - |
| XYZ | 43.81 | 45.83 | 64.93 | - |
| YUV | 179.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 206 | 0.18 | 0.12 | 0 | 0.19 | 219.47 | 0.28 | 0.73 |
| Hex | A8 | B5 | CE | 12 | C | 0 | 13 | DB | 1C | 49 |
| Octal | 250 | 265 | 316 | 22 | 14 | 0 | 23 | 333 | 34 | 111 |
| Binary | 10101000 | 10110101 | 11001110 | 10010 | 1100 | 0 | 10011 | 11011011 | 11100 | 1001001 |
Color Harmonies of #A8B5CE
Complementary color
Monochromatic Colors of #A8B5CE
Black with #A8B5CE
Text Example
Text Example
White with #A8B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B5CE; }
p { color: rgb(168,181,206); }
H1.HeaderClassName
{
color: #A8B5CE;
}
.AnyTagClassName
{
color: #A8B5CE;
}
</style>
background-color css
<style>
a { background-color: #A8B5CE; }
a { background-color: rgb(168,181,206); }
div.DivClassName
{
background-color: #A8B5CE;
}
.BgClassName
{
background-color: #A8B5CE;
}
</style>
border-color css
<style>
span { border-color: #A8B5CE; }
span { border-color: rgb(168,181,206); }
td.TdClassName
{
border-color: #A8B5CE;
}
.TagClassName
{
border-color: #A8B5CE;
}
</style>