Shades of Echo Blue #A8AFCE
Tints of Echo Blue #A8AFCE
RGB
CMYK
RGB Variations
Color information
#A8AFCE (or 0xA8AFCE) is known color: Echo Blue. HEX triplet: A8, AF and CE. RGB value is (168,175,206). Sum of RGB (Red+Green+Blue) = 168+175+206=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFCE is #575031. Grayscale: #B0B0B0. Windows color (decimal): -5722162 or 13545384. OLE color: 13545384.
HSL color Cylindrical-coordinate representation of color #A8AFCE: hue angle of 228.95º 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 #A8AFCE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 175 | 206 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.19 |
| HSL | 228.95º | 0.28% | 0.73% | - |
| HSV(B) | 228.95º | 0.18% | 0.81% | - |
| XYZ | 42.62 | 43.44 | 64.53 | - |
| YUV | 176.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 206 | 0.18 | 0.15 | 0 | 0.19 | 228.95 | 0.28 | 0.73 |
| Hex | A8 | AF | CE | 12 | F | 0 | 13 | E5 | 1C | 49 |
| Octal | 250 | 257 | 316 | 22 | 17 | 0 | 23 | 345 | 34 | 111 |
| Binary | 10101000 | 10101111 | 11001110 | 10010 | 1111 | 0 | 10011 | 11100101 | 11100 | 1001001 |
Color Harmonies of #A8AFCE
Complementary color
Monochromatic Colors of #A8AFCE
Black with #A8AFCE
Text Example
Text Example
White with #A8AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFCE; }
p { color: rgb(168,175,206); }
H1.HeaderClassName
{
color: #A8AFCE;
}
.AnyTagClassName
{
color: #A8AFCE;
}
</style>
background-color css
<style>
a { background-color: #A8AFCE; }
a { background-color: rgb(168,175,206); }
div.DivClassName
{
background-color: #A8AFCE;
}
.BgClassName
{
background-color: #A8AFCE;
}
</style>
border-color css
<style>
span { border-color: #A8AFCE; }
span { border-color: rgb(168,175,206); }
td.TdClassName
{
border-color: #A8AFCE;
}
.TagClassName
{
border-color: #A8AFCE;
}
</style>