Shades of Perano #AABCEE
Tints of Perano #AABCEE
RGB
CMYK
RGB Variations
Color information
#AABCEE (or 0xAABCEE) is known color: Perano. HEX triplet: AA, BC and EE. RGB value is (170,188,238). Sum of RGB (Red+Green+Blue) = 170+188+238=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #AABCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCEE is #554311. Grayscale: #BCBCBC. Windows color (decimal): -5587730 or 15645866. OLE color: 15645866.
HSL color Cylindrical-coordinate representation of color #AABCEE: hue angle of 224.12º 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 #AABCEE is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 188 | 238 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.07 |
| HSL | 224.12º | 0.67% | 0.8% | - |
| HSV(B) | 224.12º | 0.29% | 0.93% | - |
| XYZ | 49.99 | 50.69 | 88.04 | - |
| YUV | 188.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 238 | 0.29 | 0.21 | 0 | 0.07 | 224.12 | 0.67 | 0.8 |
| Hex | AA | BC | EE | 1D | 15 | 0 | 7 | E0 | 43 | 50 |
| Octal | 252 | 274 | 356 | 35 | 25 | 0 | 7 | 340 | 103 | 120 |
| Binary | 10101010 | 10111100 | 11101110 | 11101 | 10101 | 0 | 111 | 11100000 | 1000011 | 1010000 |
Color Harmonies of #AABCEE
Complementary color
Monochromatic Colors of #AABCEE
Black with #AABCEE
Text Example
Text Example
White with #AABCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCEE; }
p { color: rgb(170,188,238); }
H1.HeaderClassName
{
color: #AABCEE;
}
.AnyTagClassName
{
color: #AABCEE;
}
</style>
background-color css
<style>
a { background-color: #AABCEE; }
a { background-color: rgb(170,188,238); }
div.DivClassName
{
background-color: #AABCEE;
}
.BgClassName
{
background-color: #AABCEE;
}
</style>
border-color css
<style>
span { border-color: #AABCEE; }
span { border-color: rgb(170,188,238); }
td.TdClassName
{
border-color: #AABCEE;
}
.TagClassName
{
border-color: #AABCEE;
}
</style>