Shades of Echo Blue #AAAFCD
Tints of Echo Blue #AAAFCD
RGB
CMYK
RGB Variations
Color information
#AAAFCD (or 0xAAAFCD) is known color: Echo Blue. HEX triplet: AA, AF and CD. RGB value is (170,175,205). Sum of RGB (Red+Green+Blue) = 170+175+205=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFCD is #555032. Grayscale: #B0B0B0. Windows color (decimal): -5591091 or 13479850. OLE color: 13479850.
HSL color Cylindrical-coordinate representation of color #AAAFCD: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAAFCD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 175 | 205 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.20 |
| HSL | 231.43º | 0.26% | 0.74% | - |
| HSV(B) | 231.43º | 0.17% | 0.8% | - |
| XYZ | 42.93 | 43.61 | 63.91 | - |
| YUV | 176.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 205 | 0.17 | 0.15 | 0 | 0.20 | 231.43 | 0.26 | 0.74 |
| Hex | AA | AF | CD | 11 | F | 0 | 14 | E7 | 1A | 4A |
| Octal | 252 | 257 | 315 | 21 | 17 | 0 | 24 | 347 | 32 | 112 |
| Binary | 10101010 | 10101111 | 11001101 | 10001 | 1111 | 0 | 10100 | 11100111 | 11010 | 1001010 |
Color Harmonies of #AAAFCD
Complementary color
Monochromatic Colors of #AAAFCD
Black with #AAAFCD
Text Example
Text Example
White with #AAAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAFCD; }
p { color: rgb(170,175,205); }
H1.HeaderClassName
{
color: #AAAFCD;
}
.AnyTagClassName
{
color: #AAAFCD;
}
</style>
background-color css
<style>
a { background-color: #AAAFCD; }
a { background-color: rgb(170,175,205); }
div.DivClassName
{
background-color: #AAAFCD;
}
.BgClassName
{
background-color: #AAAFCD;
}
</style>
border-color css
<style>
span { border-color: #AAAFCD; }
span { border-color: rgb(170,175,205); }
td.TdClassName
{
border-color: #AAAFCD;
}
.TagClassName
{
border-color: #AAAFCD;
}
</style>