Shades of Echo Blue #AAACCF
Tints of Echo Blue #AAACCF
RGB
CMYK
RGB Variations
Color information
#AAACCF (or 0xAAACCF) is known color: Echo Blue. HEX triplet: AA, AC and CF. RGB value is (170,172,207). Sum of RGB (Red+Green+Blue) = 170+172+207=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACCF is #555330. Grayscale: #AFAFAF. Windows color (decimal): -5591857 or 13610154. OLE color: 13610154.
HSL color Cylindrical-coordinate representation of color #AAACCF: hue angle of 236.76º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAACCF is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 172 | 207 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.19 |
| HSL | 236.76º | 0.28% | 0.74% | - |
| HSV(B) | 236.76º | 0.18% | 0.81% | - |
| XYZ | 42.59 | 42.56 | 65 | - |
| YUV | 175.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 207 | 0.18 | 0.17 | 0 | 0.19 | 236.76 | 0.28 | 0.74 |
| Hex | AA | AC | CF | 12 | 11 | 0 | 13 | ED | 1C | 4A |
| Octal | 252 | 254 | 317 | 22 | 21 | 0 | 23 | 355 | 34 | 112 |
| Binary | 10101010 | 10101100 | 11001111 | 10010 | 10001 | 0 | 10011 | 11101101 | 11100 | 1001010 |
Color Harmonies of #AAACCF
Complementary color
Monochromatic Colors of #AAACCF
Black with #AAACCF
Text Example
Text Example
White with #AAACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACCF; }
p { color: rgb(170,172,207); }
H1.HeaderClassName
{
color: #AAACCF;
}
.AnyTagClassName
{
color: #AAACCF;
}
</style>
background-color css
<style>
a { background-color: #AAACCF; }
a { background-color: rgb(170,172,207); }
div.DivClassName
{
background-color: #AAACCF;
}
.BgClassName
{
background-color: #AAACCF;
}
</style>
border-color css
<style>
span { border-color: #AAACCF; }
span { border-color: rgb(170,172,207); }
td.TdClassName
{
border-color: #AAACCF;
}
.TagClassName
{
border-color: #AAACCF;
}
</style>