Shades of Perano #AABBFD
Tints of Perano #AABBFD
RGB
CMYK
RGB Variations
Color information
#AABBFD (or 0xAABBFD) is known color: Perano. HEX triplet: AA, BB and FD. RGB value is (170,187,253). Sum of RGB (Red+Green+Blue) = 170+187+253=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #AABBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBFD is #554402. Grayscale: #BDBDBD. Windows color (decimal): -5587971 or 16628650. OLE color: 16628650.
HSL color Cylindrical-coordinate representation of color #AABBFD: hue angle of 227.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABBFD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 187 | 253 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.01 |
| HSL | 227.71º | 0.95% | 0.83% | - |
| HSV(B) | 227.71º | 0.33% | 0.99% | - |
| XYZ | 52.08 | 51.18 | 100.06 | - |
| YUV | 189.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 253 | 0.33 | 0.26 | 0 | 0.01 | 227.71 | 0.95 | 0.83 |
| Hex | AA | BB | FD | 21 | 1A | 0 | 1 | E4 | 5F | 53 |
| Octal | 252 | 273 | 375 | 41 | 32 | 0 | 1 | 344 | 137 | 123 |
| Binary | 10101010 | 10111011 | 11111101 | 100001 | 11010 | 0 | 1 | 11100100 | 1011111 | 1010011 |
Color Harmonies of #AABBFD
Complementary color
Monochromatic Colors of #AABBFD
Black with #AABBFD
Text Example
Text Example
White with #AABBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBFD; }
p { color: rgb(170,187,253); }
H1.HeaderClassName
{
color: #AABBFD;
}
.AnyTagClassName
{
color: #AABBFD;
}
</style>
background-color css
<style>
a { background-color: #AABBFD; }
a { background-color: rgb(170,187,253); }
div.DivClassName
{
background-color: #AABBFD;
}
.BgClassName
{
background-color: #AABBFD;
}
</style>
border-color css
<style>
span { border-color: #AABBFD; }
span { border-color: rgb(170,187,253); }
td.TdClassName
{
border-color: #AABBFD;
}
.TagClassName
{
border-color: #AABBFD;
}
</style>