Shades of Perano #AAC0F9
Tints of Perano #AAC0F9
RGB
CMYK
RGB Variations
Color information
#AAC0F9 (or 0xAAC0F9) is known color: Perano. HEX triplet: AA, C0 and F9. RGB value is (170,192,249). Sum of RGB (Red+Green+Blue) = 170+192+249=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0F9 is #553F06. Grayscale: #BFBFBF. Windows color (decimal): -5586695 or 16367786. OLE color: 16367786.
HSL color Cylindrical-coordinate representation of color #AAC0F9: hue angle of 223.29º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC0F9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 192 | 249 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.02 |
| HSL | 223.29º | 0.87% | 0.82% | - |
| HSV(B) | 223.29º | 0.32% | 0.98% | - |
| XYZ | 52.53 | 53.08 | 97.1 | - |
| YUV | 191.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 249 | 0.32 | 0.23 | 0 | 0.02 | 223.29 | 0.87 | 0.82 |
| Hex | AA | C0 | F9 | 20 | 17 | 0 | 2 | DF | 57 | 52 |
| Octal | 252 | 300 | 371 | 40 | 27 | 0 | 2 | 337 | 127 | 122 |
| Binary | 10101010 | 11000000 | 11111001 | 100000 | 10111 | 0 | 10 | 11011111 | 1010111 | 1010010 |
Color Harmonies of #AAC0F9
Complementary color
Monochromatic Colors of #AAC0F9
Black with #AAC0F9
Text Example
Text Example
White with #AAC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0F9; }
p { color: rgb(170,192,249); }
H1.HeaderClassName
{
color: #AAC0F9;
}
.AnyTagClassName
{
color: #AAC0F9;
}
</style>
background-color css
<style>
a { background-color: #AAC0F9; }
a { background-color: rgb(170,192,249); }
div.DivClassName
{
background-color: #AAC0F9;
}
.BgClassName
{
background-color: #AAC0F9;
}
</style>
border-color css
<style>
span { border-color: #AAC0F9; }
span { border-color: rgb(170,192,249); }
td.TdClassName
{
border-color: #AAC0F9;
}
.TagClassName
{
border-color: #AAC0F9;
}
</style>