Shades of Perano #AAC0EE
Tints of Perano #AAC0EE
RGB
CMYK
RGB Variations
Color information
#AAC0EE (or 0xAAC0EE) is known color: Perano. HEX triplet: AA, C0 and EE. RGB value is (170,192,238). Sum of RGB (Red+Green+Blue) = 170+192+238=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0EE is #553F11. Grayscale: #BEBEBE. Windows color (decimal): -5586706 or 15646890. OLE color: 15646890.
HSL color Cylindrical-coordinate representation of color #AAC0EE: hue angle of 220.59º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC0EE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 192 | 238 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.07 |
| HSL | 220.59º | 0.67% | 0.8% | - |
| HSV(B) | 220.59º | 0.29% | 0.93% | - |
| XYZ | 50.86 | 52.42 | 88.33 | - |
| YUV | 190.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 238 | 0.29 | 0.19 | 0 | 0.07 | 220.59 | 0.67 | 0.8 |
| Hex | AA | C0 | EE | 1D | 13 | 0 | 7 | DD | 43 | 50 |
| Octal | 252 | 300 | 356 | 35 | 23 | 0 | 7 | 335 | 103 | 120 |
| Binary | 10101010 | 11000000 | 11101110 | 11101 | 10011 | 0 | 111 | 11011101 | 1000011 | 1010000 |
Color Harmonies of #AAC0EE
Complementary color
Monochromatic Colors of #AAC0EE
Black with #AAC0EE
Text Example
Text Example
White with #AAC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0EE; }
p { color: rgb(170,192,238); }
H1.HeaderClassName
{
color: #AAC0EE;
}
.AnyTagClassName
{
color: #AAC0EE;
}
</style>
background-color css
<style>
a { background-color: #AAC0EE; }
a { background-color: rgb(170,192,238); }
div.DivClassName
{
background-color: #AAC0EE;
}
.BgClassName
{
background-color: #AAC0EE;
}
</style>
border-color css
<style>
span { border-color: #AAC0EE; }
span { border-color: rgb(170,192,238); }
td.TdClassName
{
border-color: #AAC0EE;
}
.TagClassName
{
border-color: #AAC0EE;
}
</style>