Shades of Echo Blue #AAB5CF
Tints of Echo Blue #AAB5CF
RGB
CMYK
RGB Variations
Color information
#AAB5CF (or 0xAAB5CF) is known color: Echo Blue. HEX triplet: AA, B5 and CF. RGB value is (170,181,207). Sum of RGB (Red+Green+Blue) = 170+181+207=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAB5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5CF is #554A30. Grayscale: #B4B4B4. Windows color (decimal): -5589553 or 13612458. OLE color: 13612458.
HSL color Cylindrical-coordinate representation of color #AAB5CF: hue angle of 222.16º 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 #AAB5CF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 170 | 181 | 207 | - |
CMYK | 0.18 | 0.13 | 0 | 0.19 |
HSL | 222.16º | 0.28% | 0.74% | - |
HSV(B) | 222.16º | 0.18% | 0.81% | - |
XYZ | 44.36 | 46.1 | 65.59 | - |
YUV | 180.68 | 142.86 | 120.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 207 | 0.18 | 0.13 | 0 | 0.19 | 222.16 | 0.28 | 0.74 |
Hex | AA | B5 | CF | 12 | D | 0 | 13 | DE | 1C | 4A |
Octal | 252 | 265 | 317 | 22 | 15 | 0 | 23 | 336 | 34 | 112 |
Binary | 10101010 | 10110101 | 11001111 | 10010 | 1101 | 0 | 10011 | 11011110 | 11100 | 1001010 |
Color Harmonies of #AAB5CF
Complementary color
Monochromatic Colors of #AAB5CF
Black with #AAB5CF
Text Example
Text Example
White with #AAB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5CF; }
p { color: rgb(170,181,207); }
H1.HeaderClassName
{
color: #AAB5CF;
}
.AnyTagClassName
{
color: #AAB5CF;
}
</style>
background-color css
<style>
a { background-color: #AAB5CF; }
a { background-color: rgb(170,181,207); }
div.DivClassName
{
background-color: #AAB5CF;
}
.BgClassName
{
background-color: #AAB5CF;
}
</style>
border-color css
<style>
span { border-color: #AAB5CF; }
span { border-color: rgb(170,181,207); }
td.TdClassName
{
border-color: #AAB5CF;
}
.TagClassName
{
border-color: #AAB5CF;
}
</style>