Shades of Perano #AABDEE
Tints of Perano #AABDEE
RGB
CMYK
RGB Variations
Color information
#AABDEE (or 0xAABDEE) is known color: Perano. HEX triplet: AA, BD and EE. RGB value is (170,189,238). Sum of RGB (Red+Green+Blue) = 170+189+238=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #AABDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDEE is #554211. Grayscale: #BCBCBC. Windows color (decimal): -5587474 or 15646122. OLE color: 15646122.
HSL color Cylindrical-coordinate representation of color #AABDEE: hue angle of 223.24º 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 #AABDEE is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 189 | 238 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.07 |
| HSL | 223.24º | 0.67% | 0.8% | - |
| HSV(B) | 223.24º | 0.29% | 0.93% | - |
| XYZ | 50.21 | 51.11 | 88.11 | - |
| YUV | 188.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 238 | 0.29 | 0.21 | 0 | 0.07 | 223.24 | 0.67 | 0.8 |
| Hex | AA | BD | EE | 1D | 15 | 0 | 7 | DF | 43 | 50 |
| Octal | 252 | 275 | 356 | 35 | 25 | 0 | 7 | 337 | 103 | 120 |
| Binary | 10101010 | 10111101 | 11101110 | 11101 | 10101 | 0 | 111 | 11011111 | 1000011 | 1010000 |
Color Harmonies of #AABDEE
Complementary color
Monochromatic Colors of #AABDEE
Black with #AABDEE
Text Example
Text Example
White with #AABDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDEE; }
p { color: rgb(170,189,238); }
H1.HeaderClassName
{
color: #AABDEE;
}
.AnyTagClassName
{
color: #AABDEE;
}
</style>
background-color css
<style>
a { background-color: #AABDEE; }
a { background-color: rgb(170,189,238); }
div.DivClassName
{
background-color: #AABDEE;
}
.BgClassName
{
background-color: #AABDEE;
}
</style>
border-color css
<style>
span { border-color: #AABDEE; }
span { border-color: rgb(170,189,238); }
td.TdClassName
{
border-color: #AABDEE;
}
.TagClassName
{
border-color: #AABDEE;
}
</style>