Shades of Perano #AAB9F0
Tints of Perano #AAB9F0
RGB
CMYK
RGB Variations
Color information
#AAB9F0 (or 0xAAB9F0) is known color: Perano. HEX triplet: AA, B9 and F0. RGB value is (170,185,240). Sum of RGB (Red+Green+Blue) = 170+185+240=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAB9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9F0 is #55460F. Grayscale: #BABABA. Windows color (decimal): -5588496 or 15776170. OLE color: 15776170.
HSL color Cylindrical-coordinate representation of color #AAB9F0: hue angle of 227.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB9F0 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 185 | 240 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.06 |
| HSL | 227.14º | 0.7% | 0.8% | - |
| HSV(B) | 227.14º | 0.29% | 0.94% | - |
| XYZ | 49.65 | 49.54 | 89.38 | - |
| YUV | 186.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 240 | 0.29 | 0.23 | 0 | 0.06 | 227.14 | 0.7 | 0.8 |
| Hex | AA | B9 | F0 | 1D | 17 | 0 | 6 | E3 | 46 | 50 |
| Octal | 252 | 271 | 360 | 35 | 27 | 0 | 6 | 343 | 106 | 120 |
| Binary | 10101010 | 10111001 | 11110000 | 11101 | 10111 | 0 | 110 | 11100011 | 1000110 | 1010000 |
Color Harmonies of #AAB9F0
Complementary color
Monochromatic Colors of #AAB9F0
Black with #AAB9F0
Text Example
Text Example
White with #AAB9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9F0; }
p { color: rgb(170,185,240); }
H1.HeaderClassName
{
color: #AAB9F0;
}
.AnyTagClassName
{
color: #AAB9F0;
}
</style>
background-color css
<style>
a { background-color: #AAB9F0; }
a { background-color: rgb(170,185,240); }
div.DivClassName
{
background-color: #AAB9F0;
}
.BgClassName
{
background-color: #AAB9F0;
}
</style>
border-color css
<style>
span { border-color: #AAB9F0; }
span { border-color: rgb(170,185,240); }
td.TdClassName
{
border-color: #AAB9F0;
}
.TagClassName
{
border-color: #AAB9F0;
}
</style>