Shades of Perano #AAC0F4
Tints of Perano #AAC0F4
RGB
CMYK
RGB Variations
Color information
#AAC0F4 (or 0xAAC0F4) is known color: Perano. HEX triplet: AA, C0 and F4. RGB value is (170,192,244). Sum of RGB (Red+Green+Blue) = 170+192+244=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAC0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0F4 is #553F0B. Grayscale: #BFBFBF. Windows color (decimal): -5586700 or 16040106. OLE color: 16040106.
HSL color Cylindrical-coordinate representation of color #AAC0F4: hue angle of 222.16º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC0F4 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 192 | 244 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.04 |
| HSL | 222.16º | 0.77% | 0.81% | - |
| HSV(B) | 222.16º | 0.3% | 0.96% | - |
| XYZ | 51.76 | 52.78 | 93.05 | - |
| YUV | 191.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 244 | 0.30 | 0.21 | 0 | 0.04 | 222.16 | 0.77 | 0.81 |
| Hex | AA | C0 | F4 | 1E | 15 | 0 | 4 | DE | 4D | 51 |
| Octal | 252 | 300 | 364 | 36 | 25 | 0 | 4 | 336 | 115 | 121 |
| Binary | 10101010 | 11000000 | 11110100 | 11110 | 10101 | 0 | 100 | 11011110 | 1001101 | 1010001 |
Color Harmonies of #AAC0F4
Complementary color
Monochromatic Colors of #AAC0F4
Black with #AAC0F4
Text Example
Text Example
White with #AAC0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0F4; }
p { color: rgb(170,192,244); }
H1.HeaderClassName
{
color: #AAC0F4;
}
.AnyTagClassName
{
color: #AAC0F4;
}
</style>
background-color css
<style>
a { background-color: #AAC0F4; }
a { background-color: rgb(170,192,244); }
div.DivClassName
{
background-color: #AAC0F4;
}
.BgClassName
{
background-color: #AAC0F4;
}
</style>
border-color css
<style>
span { border-color: #AAC0F4; }
span { border-color: rgb(170,192,244); }
td.TdClassName
{
border-color: #AAC0F4;
}
.TagClassName
{
border-color: #AAC0F4;
}
</style>