Shades of Perano #AAC0F5
Tints of Perano #AAC0F5
RGB
CMYK
RGB Variations
Color information
#AAC0F5 (or 0xAAC0F5) is known color: Perano. HEX triplet: AA, C0 and F5. RGB value is (170,192,245). Sum of RGB (Red+Green+Blue) = 170+192+245=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAC0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0F5 is #553F0A. Grayscale: #BFBFBF. Windows color (decimal): -5586699 or 16105642. OLE color: 16105642.
HSL color Cylindrical-coordinate representation of color #AAC0F5: hue angle of 222.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC0F5 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 192 | 245 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.04 |
| HSL | 222.4º | 0.79% | 0.81% | - |
| HSV(B) | 222.4º | 0.31% | 0.96% | - |
| XYZ | 51.91 | 52.84 | 93.85 | - |
| YUV | 191.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 245 | 0.31 | 0.22 | 0 | 0.04 | 222.4 | 0.79 | 0.81 |
| Hex | AA | C0 | F5 | 1F | 16 | 0 | 4 | DE | 4F | 51 |
| Octal | 252 | 300 | 365 | 37 | 26 | 0 | 4 | 336 | 117 | 121 |
| Binary | 10101010 | 11000000 | 11110101 | 11111 | 10110 | 0 | 100 | 11011110 | 1001111 | 1010001 |
Color Harmonies of #AAC0F5
Complementary color
Monochromatic Colors of #AAC0F5
Black with #AAC0F5
Text Example
Text Example
White with #AAC0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0F5; }
p { color: rgb(170,192,245); }
H1.HeaderClassName
{
color: #AAC0F5;
}
.AnyTagClassName
{
color: #AAC0F5;
}
</style>
background-color css
<style>
a { background-color: #AAC0F5; }
a { background-color: rgb(170,192,245); }
div.DivClassName
{
background-color: #AAC0F5;
}
.BgClassName
{
background-color: #AAC0F5;
}
</style>
border-color css
<style>
span { border-color: #AAC0F5; }
span { border-color: rgb(170,192,245); }
td.TdClassName
{
border-color: #AAC0F5;
}
.TagClassName
{
border-color: #AAC0F5;
}
</style>