Shades of Perano #AAC0FC
Tints of Perano #AAC0FC
RGB
CMYK
RGB Variations
Color information
#AAC0FC (or 0xAAC0FC) is known color: Perano. HEX triplet: AA, C0 and FC. RGB value is (170,192,252). Sum of RGB (Red+Green+Blue) = 170+192+252=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAC0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0FC is #553F03. Grayscale: #C0C0C0. Windows color (decimal): -5586692 or 16564394. OLE color: 16564394.
HSL color Cylindrical-coordinate representation of color #AAC0FC: hue angle of 223.9º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC0FC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 192 | 252 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.01 |
| HSL | 223.9º | 0.93% | 0.83% | - |
| HSV(B) | 223.9º | 0.33% | 0.99% | - |
| XYZ | 53 | 53.27 | 99.59 | - |
| YUV | 192.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 252 | 0.33 | 0.24 | 0 | 0.01 | 223.9 | 0.93 | 0.83 |
| Hex | AA | C0 | FC | 21 | 18 | 0 | 1 | E0 | 5D | 53 |
| Octal | 252 | 300 | 374 | 41 | 30 | 0 | 1 | 340 | 135 | 123 |
| Binary | 10101010 | 11000000 | 11111100 | 100001 | 11000 | 0 | 1 | 11100000 | 1011101 | 1010011 |
Color Harmonies of #AAC0FC
Complementary color
Monochromatic Colors of #AAC0FC
Black with #AAC0FC
Text Example
Text Example
White with #AAC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0FC; }
p { color: rgb(170,192,252); }
H1.HeaderClassName
{
color: #AAC0FC;
}
.AnyTagClassName
{
color: #AAC0FC;
}
</style>
background-color css
<style>
a { background-color: #AAC0FC; }
a { background-color: rgb(170,192,252); }
div.DivClassName
{
background-color: #AAC0FC;
}
.BgClassName
{
background-color: #AAC0FC;
}
</style>
border-color css
<style>
span { border-color: #AAC0FC; }
span { border-color: rgb(170,192,252); }
td.TdClassName
{
border-color: #AAC0FC;
}
.TagClassName
{
border-color: #AAC0FC;
}
</style>