Shades of Perano #AABDF0
Tints of Perano #AABDF0
RGB
CMYK
RGB Variations
Color information
#AABDF0 (or 0xAABDF0) is known color: Perano. HEX triplet: AA, BD and F0. RGB value is (170,189,240). Sum of RGB (Red+Green+Blue) = 170+189+240=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #AABDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDF0 is #55420F. Grayscale: #BCBCBC. Windows color (decimal): -5587472 or 15777194. OLE color: 15777194.
HSL color Cylindrical-coordinate representation of color #AABDF0: hue angle of 223.71º degrees, saturation: 0.7, 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 #AABDF0 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 189 | 240 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.06 |
| HSL | 223.71º | 0.7% | 0.8% | - |
| HSV(B) | 223.71º | 0.29% | 0.94% | - |
| XYZ | 50.5 | 51.23 | 89.67 | - |
| YUV | 189.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 240 | 0.29 | 0.21 | 0 | 0.06 | 223.71 | 0.7 | 0.8 |
| Hex | AA | BD | F0 | 1D | 15 | 0 | 6 | E0 | 46 | 50 |
| Octal | 252 | 275 | 360 | 35 | 25 | 0 | 6 | 340 | 106 | 120 |
| Binary | 10101010 | 10111101 | 11110000 | 11101 | 10101 | 0 | 110 | 11100000 | 1000110 | 1010000 |
Color Harmonies of #AABDF0
Complementary color
Monochromatic Colors of #AABDF0
Black with #AABDF0
Text Example
Text Example
White with #AABDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDF0; }
p { color: rgb(170,189,240); }
H1.HeaderClassName
{
color: #AABDF0;
}
.AnyTagClassName
{
color: #AABDF0;
}
</style>
background-color css
<style>
a { background-color: #AABDF0; }
a { background-color: rgb(170,189,240); }
div.DivClassName
{
background-color: #AABDF0;
}
.BgClassName
{
background-color: #AABDF0;
}
</style>
border-color css
<style>
span { border-color: #AABDF0; }
span { border-color: rgb(170,189,240); }
td.TdClassName
{
border-color: #AABDF0;
}
.TagClassName
{
border-color: #AABDF0;
}
</style>