Shades of Perano #91B1F6
Tints of Perano #91B1F6
RGB
CMYK
RGB Variations
Color information
#91B1F6 (or 0x91B1F6) is known color: Perano. HEX triplet: 91, B1 and F6. RGB value is (145,177,246). Sum of RGB (Red+Green+Blue) = 145+177+246=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #91B1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91B1F6 is #6E4E09. Grayscale: #AEAEAE. Windows color (decimal): -7228938 or 16167313. OLE color: 16167313.
HSL color Cylindrical-coordinate representation of color #91B1F6: hue angle of 220.99º 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 #91B1F6 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 177 | 246 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.04 |
| HSL | 220.99º | 0.85% | 0.77% | - |
| HSV(B) | 220.99º | 0.41% | 0.96% | - |
| XYZ | 44.03 | 44.12 | 93.38 | - |
| YUV | 175.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 177 | 246 | 0.41 | 0.28 | 0 | 0.04 | 220.99 | 0.85 | 0.77 |
| Hex | 91 | B1 | F6 | 29 | 1C | 0 | 4 | DD | 55 | 4D |
| Octal | 221 | 261 | 366 | 51 | 34 | 0 | 4 | 335 | 125 | 115 |
| Binary | 10010001 | 10110001 | 11110110 | 101001 | 11100 | 0 | 100 | 11011101 | 1010101 | 1001101 |
Color Harmonies of #91B1F6
Complementary color
Monochromatic Colors of #91B1F6
Black with #91B1F6
Text Example
Text Example
White with #91B1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B1F6; }
p { color: rgb(145,177,246); }
H1.HeaderClassName
{
color: #91B1F6;
}
.AnyTagClassName
{
color: #91B1F6;
}
</style>
background-color css
<style>
a { background-color: #91B1F6; }
a { background-color: rgb(145,177,246); }
div.DivClassName
{
background-color: #91B1F6;
}
.BgClassName
{
background-color: #91B1F6;
}
</style>
border-color css
<style>
span { border-color: #91B1F6; }
span { border-color: rgb(145,177,246); }
td.TdClassName
{
border-color: #91B1F6;
}
.TagClassName
{
border-color: #91B1F6;
}
</style>