Shades of Perano #91AAF6
Tints of Perano #91AAF6
RGB
CMYK
RGB Variations
Color information
#91AAF6 (or 0x91AAF6) is known color: Perano. HEX triplet: 91, AA and F6. RGB value is (145,170,246). Sum of RGB (Red+Green+Blue) = 145+170+246=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #91AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AAF6 is #6E5509. Grayscale: #AAAAAA. Windows color (decimal): -7230730 or 16165521. OLE color: 16165521.
HSL color Cylindrical-coordinate representation of color #91AAF6: hue angle of 225.15º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91AAF6 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 170 | 246 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.04 |
| HSL | 225.15º | 0.85% | 0.77% | - |
| HSV(B) | 225.15º | 0.41% | 0.96% | - |
| XYZ | 42.69 | 41.42 | 92.93 | - |
| YUV | 171.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 246 | 0.41 | 0.31 | 0 | 0.04 | 225.15 | 0.85 | 0.77 |
| Hex | 91 | AA | F6 | 29 | 1F | 0 | 4 | E1 | 55 | 4D |
| Octal | 221 | 252 | 366 | 51 | 37 | 0 | 4 | 341 | 125 | 115 |
| Binary | 10010001 | 10101010 | 11110110 | 101001 | 11111 | 0 | 100 | 11100001 | 1010101 | 1001101 |
Color Harmonies of #91AAF6
Complementary color
Monochromatic Colors of #91AAF6
Black with #91AAF6
Text Example
Text Example
White with #91AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAF6; }
p { color: rgb(145,170,246); }
H1.HeaderClassName
{
color: #91AAF6;
}
.AnyTagClassName
{
color: #91AAF6;
}
</style>
background-color css
<style>
a { background-color: #91AAF6; }
a { background-color: rgb(145,170,246); }
div.DivClassName
{
background-color: #91AAF6;
}
.BgClassName
{
background-color: #91AAF6;
}
</style>
border-color css
<style>
span { border-color: #91AAF6; }
span { border-color: rgb(145,170,246); }
td.TdClassName
{
border-color: #91AAF6;
}
.TagClassName
{
border-color: #91AAF6;
}
</style>