Shades of Echo Blue #AAB3CF
Tints of Echo Blue #AAB3CF
RGB
CMYK
RGB Variations
Color information
#AAB3CF (or 0xAAB3CF) is known color: Echo Blue. HEX triplet: AA, B3 and CF. RGB value is (170,179,207). Sum of RGB (Red+Green+Blue) = 170+179+207=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3CF is #554C30. Grayscale: #B3B3B3. Windows color (decimal): -5590065 or 13611946. OLE color: 13611946.
HSL color Cylindrical-coordinate representation of color #AAB3CF: hue angle of 225.41º 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 #AAB3CF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 179 | 207 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.19 |
| HSL | 225.41º | 0.28% | 0.74% | - |
| HSV(B) | 225.41º | 0.18% | 0.81% | - |
| XYZ | 43.96 | 45.29 | 65.46 | - |
| YUV | 179.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 207 | 0.18 | 0.14 | 0 | 0.19 | 225.41 | 0.28 | 0.74 |
| Hex | AA | B3 | CF | 12 | E | 0 | 13 | E1 | 1C | 4A |
| Octal | 252 | 263 | 317 | 22 | 16 | 0 | 23 | 341 | 34 | 112 |
| Binary | 10101010 | 10110011 | 11001111 | 10010 | 1110 | 0 | 10011 | 11100001 | 11100 | 1001010 |
Color Harmonies of #AAB3CF
Complementary color
Monochromatic Colors of #AAB3CF
Black with #AAB3CF
Text Example
Text Example
White with #AAB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3CF; }
p { color: rgb(170,179,207); }
H1.HeaderClassName
{
color: #AAB3CF;
}
.AnyTagClassName
{
color: #AAB3CF;
}
</style>
background-color css
<style>
a { background-color: #AAB3CF; }
a { background-color: rgb(170,179,207); }
div.DivClassName
{
background-color: #AAB3CF;
}
.BgClassName
{
background-color: #AAB3CF;
}
</style>
border-color css
<style>
span { border-color: #AAB3CF; }
span { border-color: rgb(170,179,207); }
td.TdClassName
{
border-color: #AAB3CF;
}
.TagClassName
{
border-color: #AAB3CF;
}
</style>