Shades of Perano #AAB9E8
Tints of Perano #AAB9E8
RGB
CMYK
RGB Variations
Color information
#AAB9E8 (or 0xAAB9E8) is known color: Perano. HEX triplet: AA, B9 and E8. RGB value is (170,185,232). Sum of RGB (Red+Green+Blue) = 170+185+232=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAB9E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9E8 is #554617. Grayscale: #B9B9B9. Windows color (decimal): -5588504 or 15251882. OLE color: 15251882.
HSL color Cylindrical-coordinate representation of color #AAB9E8: hue angle of 225.48º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB9E8 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 185 | 232 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.09 |
| HSL | 225.48º | 0.57% | 0.79% | - |
| HSV(B) | 225.48º | 0.27% | 0.91% | - |
| XYZ | 48.49 | 49.07 | 83.26 | - |
| YUV | 185.87 | 154.03 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 232 | 0.27 | 0.20 | 0 | 0.09 | 225.48 | 0.57 | 0.79 |
| Hex | AA | B9 | E8 | 1B | 14 | 0 | 9 | E1 | 39 | 4F |
| Octal | 252 | 271 | 350 | 33 | 24 | 0 | 11 | 341 | 71 | 117 |
| Binary | 10101010 | 10111001 | 11101000 | 11011 | 10100 | 0 | 1001 | 11100001 | 111001 | 1001111 |
Color Harmonies of #AAB9E8
Complementary color
Monochromatic Colors of #AAB9E8
Black with #AAB9E8
Text Example
Text Example
White with #AAB9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9E8; }
p { color: rgb(170,185,232); }
H1.HeaderClassName
{
color: #AAB9E8;
}
.AnyTagClassName
{
color: #AAB9E8;
}
</style>
background-color css
<style>
a { background-color: #AAB9E8; }
a { background-color: rgb(170,185,232); }
div.DivClassName
{
background-color: #AAB9E8;
}
.BgClassName
{
background-color: #AAB9E8;
}
</style>
border-color css
<style>
span { border-color: #AAB9E8; }
span { border-color: rgb(170,185,232); }
td.TdClassName
{
border-color: #AAB9E8;
}
.TagClassName
{
border-color: #AAB9E8;
}
</style>