Shades of Perano #AAC0FE
Tints of Perano #AAC0FE
RGB
CMYK
RGB Variations
Color information
#AAC0FE (or 0xAAC0FE) is known color: Perano. HEX triplet: AA, C0 and FE. RGB value is (170,192,254). Sum of RGB (Red+Green+Blue) = 170+192+254=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0FE is #553F01. Grayscale: #C0C0C0. Windows color (decimal): -5586690 or 16695466. OLE color: 16695466.
HSL color Cylindrical-coordinate representation of color #AAC0FE: hue angle of 224.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC0FE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 192 | 254 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.00 |
| HSL | 224.29º | 0.98% | 0.83% | - |
| HSV(B) | 224.29º | 0.33% | 1% | - |
| XYZ | 53.32 | 53.4 | 101.26 | - |
| YUV | 192.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 254 | 0.33 | 0.24 | 0 | 0.00 | 224.29 | 0.98 | 0.83 |
| Hex | AA | C0 | FE | 21 | 18 | 0 | 0 | E0 | 62 | 53 |
| Octal | 252 | 300 | 376 | 41 | 30 | 0 | 0 | 340 | 142 | 123 |
| Binary | 10101010 | 11000000 | 11111110 | 100001 | 11000 | 0 | 0 | 11100000 | 1100010 | 1010011 |
Color Harmonies of #AAC0FE
Complementary color
Monochromatic Colors of #AAC0FE
Black with #AAC0FE
Text Example
Text Example
White with #AAC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0FE; }
p { color: rgb(170,192,254); }
H1.HeaderClassName
{
color: #AAC0FE;
}
.AnyTagClassName
{
color: #AAC0FE;
}
</style>
background-color css
<style>
a { background-color: #AAC0FE; }
a { background-color: rgb(170,192,254); }
div.DivClassName
{
background-color: #AAC0FE;
}
.BgClassName
{
background-color: #AAC0FE;
}
</style>
border-color css
<style>
span { border-color: #AAC0FE; }
span { border-color: rgb(170,192,254); }
td.TdClassName
{
border-color: #AAC0FE;
}
.TagClassName
{
border-color: #AAC0FE;
}
</style>