Shades of Perano #AAACEE
Tints of Perano #AAACEE
RGB
CMYK
RGB Variations
Color information
#AAACEE (or 0xAAACEE) is known color: Perano. HEX triplet: AA, AC and EE. RGB value is (170,172,238). Sum of RGB (Red+Green+Blue) = 170+172+238=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACEE is #555311. Grayscale: #B2B2B2. Windows color (decimal): -5591826 or 15641770. OLE color: 15641770.
HSL color Cylindrical-coordinate representation of color #AAACEE: hue angle of 238.24º 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 #AAACEE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 172 | 238 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.07 |
| HSL | 238.24º | 0.67% | 0.8% | - |
| HSV(B) | 238.24º | 0.29% | 0.93% | - |
| XYZ | 46.76 | 44.22 | 86.96 | - |
| YUV | 178.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 238 | 0.29 | 0.28 | 0 | 0.07 | 238.24 | 0.67 | 0.8 |
| Hex | AA | AC | EE | 1D | 1C | 0 | 7 | EE | 43 | 50 |
| Octal | 252 | 254 | 356 | 35 | 34 | 0 | 7 | 356 | 103 | 120 |
| Binary | 10101010 | 10101100 | 11101110 | 11101 | 11100 | 0 | 111 | 11101110 | 1000011 | 1010000 |
Color Harmonies of #AAACEE
Complementary color
Monochromatic Colors of #AAACEE
Black with #AAACEE
Text Example
Text Example
White with #AAACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACEE; }
p { color: rgb(170,172,238); }
H1.HeaderClassName
{
color: #AAACEE;
}
.AnyTagClassName
{
color: #AAACEE;
}
</style>
background-color css
<style>
a { background-color: #AAACEE; }
a { background-color: rgb(170,172,238); }
div.DivClassName
{
background-color: #AAACEE;
}
.BgClassName
{
background-color: #AAACEE;
}
</style>
border-color css
<style>
span { border-color: #AAACEE; }
span { border-color: rgb(170,172,238); }
td.TdClassName
{
border-color: #AAACEE;
}
.TagClassName
{
border-color: #AAACEE;
}
</style>