Shades of Perano #AAB9E6
Tints of Perano #AAB9E6
RGB
CMYK
RGB Variations
Color information
#AAB9E6 (or 0xAAB9E6) is known color: Perano. HEX triplet: AA, B9 and E6. RGB value is (170,185,230). Sum of RGB (Red+Green+Blue) = 170+185+230=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAB9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9E6 is #554619. Grayscale: #B9B9B9. Windows color (decimal): -5588506 or 15120810. OLE color: 15120810.
HSL color Cylindrical-coordinate representation of color #AAB9E6: hue angle of 225º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB9E6 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 185 | 230 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.10 |
| HSL | 225º | 0.55% | 0.78% | - |
| HSV(B) | 225º | 0.26% | 0.9% | - |
| XYZ | 48.21 | 48.96 | 81.77 | - |
| YUV | 185.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 230 | 0.26 | 0.20 | 0 | 0.10 | 225 | 0.55 | 0.78 |
| Hex | AA | B9 | E6 | 1A | 14 | 0 | A | E1 | 37 | 4E |
| Octal | 252 | 271 | 346 | 32 | 24 | 0 | 12 | 341 | 67 | 116 |
| Binary | 10101010 | 10111001 | 11100110 | 11010 | 10100 | 0 | 1010 | 11100001 | 110111 | 1001110 |
Color Harmonies of #AAB9E6
Complementary color
Monochromatic Colors of #AAB9E6
Black with #AAB9E6
Text Example
Text Example
White with #AAB9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9E6; }
p { color: rgb(170,185,230); }
H1.HeaderClassName
{
color: #AAB9E6;
}
.AnyTagClassName
{
color: #AAB9E6;
}
</style>
background-color css
<style>
a { background-color: #AAB9E6; }
a { background-color: rgb(170,185,230); }
div.DivClassName
{
background-color: #AAB9E6;
}
.BgClassName
{
background-color: #AAB9E6;
}
</style>
border-color css
<style>
span { border-color: #AAB9E6; }
span { border-color: rgb(170,185,230); }
td.TdClassName
{
border-color: #AAB9E6;
}
.TagClassName
{
border-color: #AAB9E6;
}
</style>