Shades of Perano #AABFEE
Tints of Perano #AABFEE
RGB
CMYK
RGB Variations
Color information
#AABFEE (or 0xAABFEE) is known color: Perano. HEX triplet: AA, BF and EE. RGB value is (170,191,238). Sum of RGB (Red+Green+Blue) = 170+191+238=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #AABFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFEE is #554011. Grayscale: #BDBDBD. Windows color (decimal): -5586962 or 15646634. OLE color: 15646634.
HSL color Cylindrical-coordinate representation of color #AABFEE: hue angle of 221.47º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABFEE is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 191 | 238 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.07 |
| HSL | 221.47º | 0.67% | 0.8% | - |
| HSV(B) | 221.47º | 0.29% | 0.93% | - |
| XYZ | 50.64 | 51.98 | 88.25 | - |
| YUV | 190.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 238 | 0.29 | 0.20 | 0 | 0.07 | 221.47 | 0.67 | 0.8 |
| Hex | AA | BF | EE | 1D | 14 | 0 | 7 | DD | 43 | 50 |
| Octal | 252 | 277 | 356 | 35 | 24 | 0 | 7 | 335 | 103 | 120 |
| Binary | 10101010 | 10111111 | 11101110 | 11101 | 10100 | 0 | 111 | 11011101 | 1000011 | 1010000 |
Color Harmonies of #AABFEE
Complementary color
Monochromatic Colors of #AABFEE
Black with #AABFEE
Text Example
Text Example
White with #AABFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFEE; }
p { color: rgb(170,191,238); }
H1.HeaderClassName
{
color: #AABFEE;
}
.AnyTagClassName
{
color: #AABFEE;
}
</style>
background-color css
<style>
a { background-color: #AABFEE; }
a { background-color: rgb(170,191,238); }
div.DivClassName
{
background-color: #AABFEE;
}
.BgClassName
{
background-color: #AABFEE;
}
</style>
border-color css
<style>
span { border-color: #AABFEE; }
span { border-color: rgb(170,191,238); }
td.TdClassName
{
border-color: #AABFEE;
}
.TagClassName
{
border-color: #AABFEE;
}
</style>