Shades of Echo Blue #A5AFCC
Tints of Echo Blue #A5AFCC
RGB
CMYK
RGB Variations
Color information
#A5AFCC (or 0xA5AFCC) is known color: Echo Blue. HEX triplet: A5, AF and CC. RGB value is (165,175,204). Sum of RGB (Red+Green+Blue) = 165+175+204=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #A5AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFCC is #5A5033. Grayscale: #AFAFAF. Windows color (decimal): -5918772 or 13414309. OLE color: 13414309.
HSL color Cylindrical-coordinate representation of color #A5AFCC: hue angle of 224.62º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5AFCC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 175 | 204 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.2 |
| HSL | 224.62º | 0.28% | 0.72% | - |
| HSV(B) | 224.62º | 0.19% | 0.8% | - |
| XYZ | 41.75 | 43.02 | 63.23 | - |
| YUV | 175.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 204 | 0.19 | 0.14 | 0 | 0.2 | 224.62 | 0.28 | 0.72 |
| Hex | A5 | AF | CC | 13 | E | 0 | 14 | E1 | 1C | 48 |
| Octal | 245 | 257 | 314 | 23 | 16 | 0 | 24 | 341 | 34 | 110 |
| Binary | 10100101 | 10101111 | 11001100 | 10011 | 1110 | 0 | 10100 | 11100001 | 11100 | 1001000 |
Color Harmonies of #A5AFCC
Complementary color
Monochromatic Colors of #A5AFCC
Black with #A5AFCC
Text Example
Text Example
White with #A5AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFCC; }
p { color: rgb(165,175,204); }
H1.HeaderClassName
{
color: #A5AFCC;
}
.AnyTagClassName
{
color: #A5AFCC;
}
</style>
background-color css
<style>
a { background-color: #A5AFCC; }
a { background-color: rgb(165,175,204); }
div.DivClassName
{
background-color: #A5AFCC;
}
.BgClassName
{
background-color: #A5AFCC;
}
</style>
border-color css
<style>
span { border-color: #A5AFCC; }
span { border-color: rgb(165,175,204); }
td.TdClassName
{
border-color: #A5AFCC;
}
.TagClassName
{
border-color: #A5AFCC;
}
</style>