Shades of Perano #AAC0F1
Tints of Perano #AAC0F1
RGB
CMYK
RGB Variations
Color information
#AAC0F1 (or 0xAAC0F1) is known color: Perano. HEX triplet: AA, C0 and F1. RGB value is (170,192,241). Sum of RGB (Red+Green+Blue) = 170+192+241=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAC0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0F1 is #553F0E. Grayscale: #BEBEBE. Windows color (decimal): -5586703 or 15843498. OLE color: 15843498.
HSL color Cylindrical-coordinate representation of color #AAC0F1: hue angle of 221.41º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC0F1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 192 | 241 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.05 |
| HSL | 221.41º | 0.72% | 0.81% | - |
| HSV(B) | 221.41º | 0.29% | 0.95% | - |
| XYZ | 51.3 | 52.6 | 90.67 | - |
| YUV | 191.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 241 | 0.29 | 0.20 | 0 | 0.05 | 221.41 | 0.72 | 0.81 |
| Hex | AA | C0 | F1 | 1D | 14 | 0 | 5 | DD | 48 | 51 |
| Octal | 252 | 300 | 361 | 35 | 24 | 0 | 5 | 335 | 110 | 121 |
| Binary | 10101010 | 11000000 | 11110001 | 11101 | 10100 | 0 | 101 | 11011101 | 1001000 | 1010001 |
Color Harmonies of #AAC0F1
Complementary color
Monochromatic Colors of #AAC0F1
Black with #AAC0F1
Text Example
Text Example
White with #AAC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0F1; }
p { color: rgb(170,192,241); }
H1.HeaderClassName
{
color: #AAC0F1;
}
.AnyTagClassName
{
color: #AAC0F1;
}
</style>
background-color css
<style>
a { background-color: #AAC0F1; }
a { background-color: rgb(170,192,241); }
div.DivClassName
{
background-color: #AAC0F1;
}
.BgClassName
{
background-color: #AAC0F1;
}
</style>
border-color css
<style>
span { border-color: #AAC0F1; }
span { border-color: rgb(170,192,241); }
td.TdClassName
{
border-color: #AAC0F1;
}
.TagClassName
{
border-color: #AAC0F1;
}
</style>