Shades of Perano #AAACEF
Tints of Perano #AAACEF
RGB
CMYK
RGB Variations
Color information
#AAACEF (or 0xAAACEF) is known color: Perano. HEX triplet: AA, AC and EF. RGB value is (170,172,239). Sum of RGB (Red+Green+Blue) = 170+172+239=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACEF is #555310. Grayscale: #B2B2B2. Windows color (decimal): -5591825 or 15707306. OLE color: 15707306.
HSL color Cylindrical-coordinate representation of color #AAACEF: hue angle of 238.26º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAACEF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 172 | 239 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.06 |
| HSL | 238.26º | 0.68% | 0.8% | - |
| HSV(B) | 238.26º | 0.29% | 0.94% | - |
| XYZ | 46.91 | 44.28 | 87.74 | - |
| YUV | 179.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 239 | 0.29 | 0.28 | 0 | 0.06 | 238.26 | 0.68 | 0.8 |
| Hex | AA | AC | EF | 1D | 1C | 0 | 6 | EE | 44 | 50 |
| Octal | 252 | 254 | 357 | 35 | 34 | 0 | 6 | 356 | 104 | 120 |
| Binary | 10101010 | 10101100 | 11101111 | 11101 | 11100 | 0 | 110 | 11101110 | 1000100 | 1010000 |
Color Harmonies of #AAACEF
Complementary color
Monochromatic Colors of #AAACEF
Black with #AAACEF
Text Example
Text Example
White with #AAACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACEF; }
p { color: rgb(170,172,239); }
H1.HeaderClassName
{
color: #AAACEF;
}
.AnyTagClassName
{
color: #AAACEF;
}
</style>
background-color css
<style>
a { background-color: #AAACEF; }
a { background-color: rgb(170,172,239); }
div.DivClassName
{
background-color: #AAACEF;
}
.BgClassName
{
background-color: #AAACEF;
}
</style>
border-color css
<style>
span { border-color: #AAACEF; }
span { border-color: rgb(170,172,239); }
td.TdClassName
{
border-color: #AAACEF;
}
.TagClassName
{
border-color: #AAACEF;
}
</style>