Shades of Perano #AAB5EF
Tints of Perano #AAB5EF
RGB
CMYK
RGB Variations
Color information
#AAB5EF (or 0xAAB5EF) is known color: Perano. HEX triplet: AA, B5 and EF. RGB value is (170,181,239). Sum of RGB (Red+Green+Blue) = 170+181+239=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5EF is #554A10. Grayscale: #B8B8B8. Windows color (decimal): -5589521 or 15709610. OLE color: 15709610.
HSL color Cylindrical-coordinate representation of color #AAB5EF: hue angle of 230.43º 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 #AAB5EF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 181 | 239 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.06 |
| HSL | 230.43º | 0.68% | 0.8% | - |
| HSV(B) | 230.43º | 0.29% | 0.94% | - |
| XYZ | 48.68 | 47.83 | 88.33 | - |
| YUV | 184.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 239 | 0.29 | 0.24 | 0 | 0.06 | 230.43 | 0.68 | 0.8 |
| Hex | AA | B5 | EF | 1D | 18 | 0 | 6 | E6 | 44 | 50 |
| Octal | 252 | 265 | 357 | 35 | 30 | 0 | 6 | 346 | 104 | 120 |
| Binary | 10101010 | 10110101 | 11101111 | 11101 | 11000 | 0 | 110 | 11100110 | 1000100 | 1010000 |
Color Harmonies of #AAB5EF
Complementary color
Monochromatic Colors of #AAB5EF
Black with #AAB5EF
Text Example
Text Example
White with #AAB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5EF; }
p { color: rgb(170,181,239); }
H1.HeaderClassName
{
color: #AAB5EF;
}
.AnyTagClassName
{
color: #AAB5EF;
}
</style>
background-color css
<style>
a { background-color: #AAB5EF; }
a { background-color: rgb(170,181,239); }
div.DivClassName
{
background-color: #AAB5EF;
}
.BgClassName
{
background-color: #AAB5EF;
}
</style>
border-color css
<style>
span { border-color: #AAB5EF; }
span { border-color: rgb(170,181,239); }
td.TdClassName
{
border-color: #AAB5EF;
}
.TagClassName
{
border-color: #AAB5EF;
}
</style>