Shades of Echo Blue #A8AFCC
Tints of Echo Blue #A8AFCC
RGB
CMYK
RGB Variations
Color information
#A8AFCC (or 0xA8AFCC) is known color: Echo Blue. HEX triplet: A8, AF and CC. RGB value is (168,175,204). Sum of RGB (Red+Green+Blue) = 168+175+204=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFCC is #575033. Grayscale: #B0B0B0. Windows color (decimal): -5722164 or 13414312. OLE color: 13414312.
HSL color Cylindrical-coordinate representation of color #A8AFCC: hue angle of 228.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AFCC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 175 | 204 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.2 |
| HSL | 228.33º | 0.26% | 0.73% | - |
| HSV(B) | 228.33º | 0.18% | 0.8% | - |
| XYZ | 42.38 | 43.34 | 63.26 | - |
| YUV | 176.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 204 | 0.18 | 0.14 | 0 | 0.2 | 228.33 | 0.26 | 0.73 |
| Hex | A8 | AF | CC | 12 | E | 0 | 14 | E4 | 1A | 49 |
| Octal | 250 | 257 | 314 | 22 | 16 | 0 | 24 | 344 | 32 | 111 |
| Binary | 10101000 | 10101111 | 11001100 | 10010 | 1110 | 0 | 10100 | 11100100 | 11010 | 1001001 |
Color Harmonies of #A8AFCC
Complementary color
Monochromatic Colors of #A8AFCC
Black with #A8AFCC
Text Example
Text Example
White with #A8AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFCC; }
p { color: rgb(168,175,204); }
H1.HeaderClassName
{
color: #A8AFCC;
}
.AnyTagClassName
{
color: #A8AFCC;
}
</style>
background-color css
<style>
a { background-color: #A8AFCC; }
a { background-color: rgb(168,175,204); }
div.DivClassName
{
background-color: #A8AFCC;
}
.BgClassName
{
background-color: #A8AFCC;
}
</style>
border-color css
<style>
span { border-color: #A8AFCC; }
span { border-color: rgb(168,175,204); }
td.TdClassName
{
border-color: #A8AFCC;
}
.TagClassName
{
border-color: #A8AFCC;
}
</style>