Shades of Perano #AAAEF8
Tints of Perano #AAAEF8
RGB
CMYK
RGB Variations
Color information
#AAAEF8 (or 0xAAAEF8) is known color: Perano. HEX triplet: AA, AE and F8. RGB value is (170,174,248). Sum of RGB (Red+Green+Blue) = 170+174+248=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAAEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEF8 is #555107. Grayscale: #B4B4B4. Windows color (decimal): -5591304 or 16297642. OLE color: 16297642.
HSL color Cylindrical-coordinate representation of color #AAAEF8: hue angle of 236.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAAEF8 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 174 | 248 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.03 |
| HSL | 236.92º | 0.85% | 0.82% | - |
| HSV(B) | 236.92º | 0.31% | 0.97% | - |
| XYZ | 48.66 | 45.6 | 95.04 | - |
| YUV | 181.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 248 | 0.31 | 0.30 | 0 | 0.03 | 236.92 | 0.85 | 0.82 |
| Hex | AA | AE | F8 | 1F | 1E | 0 | 3 | ED | 55 | 52 |
| Octal | 252 | 256 | 370 | 37 | 36 | 0 | 3 | 355 | 125 | 122 |
| Binary | 10101010 | 10101110 | 11111000 | 11111 | 11110 | 0 | 11 | 11101101 | 1010101 | 1010010 |
Color Harmonies of #AAAEF8
Complementary color
Monochromatic Colors of #AAAEF8
Black with #AAAEF8
Text Example
Text Example
White with #AAAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEF8; }
p { color: rgb(170,174,248); }
H1.HeaderClassName
{
color: #AAAEF8;
}
.AnyTagClassName
{
color: #AAAEF8;
}
</style>
background-color css
<style>
a { background-color: #AAAEF8; }
a { background-color: rgb(170,174,248); }
div.DivClassName
{
background-color: #AAAEF8;
}
.BgClassName
{
background-color: #AAAEF8;
}
</style>
border-color css
<style>
span { border-color: #AAAEF8; }
span { border-color: rgb(170,174,248); }
td.TdClassName
{
border-color: #AAAEF8;
}
.TagClassName
{
border-color: #AAAEF8;
}
</style>