Shades of Perano #AAB9E4
Tints of Perano #AAB9E4
RGB
CMYK
RGB Variations
Color information
#AAB9E4 (or 0xAAB9E4) is known color: Perano. HEX triplet: AA, B9 and E4. RGB value is (170,185,228). Sum of RGB (Red+Green+Blue) = 170+185+228=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAB9E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9E4 is #55461B. Grayscale: #B9B9B9. Windows color (decimal): -5588508 or 14989738. OLE color: 14989738.
HSL color Cylindrical-coordinate representation of color #AAB9E4: hue angle of 224.48º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB9E4 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 185 | 228 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.11 |
| HSL | 224.48º | 0.52% | 0.78% | - |
| HSV(B) | 224.48º | 0.25% | 0.89% | - |
| XYZ | 47.93 | 48.85 | 80.3 | - |
| YUV | 185.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 228 | 0.25 | 0.19 | 0 | 0.11 | 224.48 | 0.52 | 0.78 |
| Hex | AA | B9 | E4 | 19 | 13 | 0 | B | E0 | 34 | 4E |
| Octal | 252 | 271 | 344 | 31 | 23 | 0 | 13 | 340 | 64 | 116 |
| Binary | 10101010 | 10111001 | 11100100 | 11001 | 10011 | 0 | 1011 | 11100000 | 110100 | 1001110 |
Color Harmonies of #AAB9E4
Complementary color
Monochromatic Colors of #AAB9E4
Black with #AAB9E4
Text Example
Text Example
White with #AAB9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9E4; }
p { color: rgb(170,185,228); }
H1.HeaderClassName
{
color: #AAB9E4;
}
.AnyTagClassName
{
color: #AAB9E4;
}
</style>
background-color css
<style>
a { background-color: #AAB9E4; }
a { background-color: rgb(170,185,228); }
div.DivClassName
{
background-color: #AAB9E4;
}
.BgClassName
{
background-color: #AAB9E4;
}
</style>
border-color css
<style>
span { border-color: #AAB9E4; }
span { border-color: rgb(170,185,228); }
td.TdClassName
{
border-color: #AAB9E4;
}
.TagClassName
{
border-color: #AAB9E4;
}
</style>