Shades of Echo Blue #AAAEC4
Tints of Echo Blue #AAAEC4
RGB
CMYK
RGB Variations
Color information
#AAAEC4 (or 0xAAAEC4) is known color: Echo Blue. HEX triplet: AA, AE and C4. RGB value is (170,174,196). Sum of RGB (Red+Green+Blue) = 170+174+196=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAAEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC4 is #55513B. Grayscale: #AFAFAF. Windows color (decimal): -5591356 or 12889770. OLE color: 12889770.
HSL color Cylindrical-coordinate representation of color #AAAEC4: hue angle of 230.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAAEC4 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 170 | 174 | 196 | - |
CMYK | 0.13 | 0.11 | 0 | 0.23 |
HSL | 230.77º | 0.18% | 0.72% | - |
HSV(B) | 230.77º | 0.13% | 0.77% | - |
XYZ | 41.68 | 42.8 | 58.29 | - |
YUV | 175.31 | 139.67 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 174 | 196 | 0.13 | 0.11 | 0 | 0.23 | 230.77 | 0.18 | 0.72 |
Hex | AA | AE | C4 | D | B | 0 | 17 | E7 | 12 | 48 |
Octal | 252 | 256 | 304 | 15 | 13 | 0 | 27 | 347 | 22 | 110 |
Binary | 10101010 | 10101110 | 11000100 | 1101 | 1011 | 0 | 10111 | 11100111 | 10010 | 1001000 |
Color Harmonies of #AAAEC4
Complementary color
Monochromatic Colors of #AAAEC4
Black with #AAAEC4
Text Example
Text Example
White with #AAAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEC4; }
p { color: rgb(170,174,196); }
H1.HeaderClassName
{
color: #AAAEC4;
}
.AnyTagClassName
{
color: #AAAEC4;
}
</style>
background-color css
<style>
a { background-color: #AAAEC4; }
a { background-color: rgb(170,174,196); }
div.DivClassName
{
background-color: #AAAEC4;
}
.BgClassName
{
background-color: #AAAEC4;
}
</style>
border-color css
<style>
span { border-color: #AAAEC4; }
span { border-color: rgb(170,174,196); }
td.TdClassName
{
border-color: #AAAEC4;
}
.TagClassName
{
border-color: #AAAEC4;
}
</style>