Shades of Perano #AAB7EF
Tints of Perano #AAB7EF
RGB
CMYK
RGB Variations
Color information
#AAB7EF (or 0xAAB7EF) is known color: Perano. HEX triplet: AA, B7 and EF. RGB value is (170,183,239). Sum of RGB (Red+Green+Blue) = 170+183+239=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #AAB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7EF is #554810. Grayscale: #B9B9B9. Windows color (decimal): -5589009 or 15710122. OLE color: 15710122.
HSL color Cylindrical-coordinate representation of color #AAB7EF: hue angle of 228.7º 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 #AAB7EF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 183 | 239 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.06 |
| HSL | 228.7º | 0.68% | 0.8% | - |
| HSV(B) | 228.7º | 0.29% | 0.94% | - |
| XYZ | 49.09 | 48.65 | 88.46 | - |
| YUV | 185.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 239 | 0.29 | 0.23 | 0 | 0.06 | 228.7 | 0.68 | 0.8 |
| Hex | AA | B7 | EF | 1D | 17 | 0 | 6 | E5 | 44 | 50 |
| Octal | 252 | 267 | 357 | 35 | 27 | 0 | 6 | 345 | 104 | 120 |
| Binary | 10101010 | 10110111 | 11101111 | 11101 | 10111 | 0 | 110 | 11100101 | 1000100 | 1010000 |
Color Harmonies of #AAB7EF
Complementary color
Monochromatic Colors of #AAB7EF
Black with #AAB7EF
Text Example
Text Example
White with #AAB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7EF; }
p { color: rgb(170,183,239); }
H1.HeaderClassName
{
color: #AAB7EF;
}
.AnyTagClassName
{
color: #AAB7EF;
}
</style>
background-color css
<style>
a { background-color: #AAB7EF; }
a { background-color: rgb(170,183,239); }
div.DivClassName
{
background-color: #AAB7EF;
}
.BgClassName
{
background-color: #AAB7EF;
}
</style>
border-color css
<style>
span { border-color: #AAB7EF; }
span { border-color: rgb(170,183,239); }
td.TdClassName
{
border-color: #AAB7EF;
}
.TagClassName
{
border-color: #AAB7EF;
}
</style>