Shades of Vista Blue #91FEB7
Tints of Vista Blue #91FEB7
RGB
CMYK
RGB Variations
Color information
#91FEB7 (or 0x91FEB7) is known color: Vista Blue. HEX triplet: 91, FE and B7. RGB value is (145,254,183). Sum of RGB (Red+Green+Blue) = 145+254+183=582 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.91% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #91FEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FEB7 is #6E0148. Grayscale: #D5D5D5. Windows color (decimal): -7209289 or 12058257. OLE color: 12058257.
HSL color Cylindrical-coordinate representation of color #91FEB7: hue angle of 140.92º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FEB7 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 254 | 183 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.00 |
| HSL | 140.92º | 0.98% | 0.78% | - |
| HSV(B) | 140.92º | 0.43% | 1% | - |
| XYZ | 55.67 | 80.32 | 57.37 | - |
| YUV | 213.32 | 110.89 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 183 | 0.43 | 0 | 0.28 | 0.00 | 140.92 | 0.98 | 0.78 |
| Hex | 91 | FE | B7 | 2B | 0 | 1C | 0 | 8D | 62 | 4E |
| Octal | 221 | 376 | 267 | 53 | 0 | 34 | 0 | 215 | 142 | 116 |
| Binary | 10010001 | 11111110 | 10110111 | 101011 | 0 | 11100 | 0 | 10001101 | 1100010 | 1001110 |
Color Harmonies of #91FEB7
Complementary color
Monochromatic Colors of #91FEB7
Black with #91FEB7
Text Example
Text Example
White with #91FEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FEB7; }
p { color: rgb(145,254,183); }
H1.HeaderClassName
{
color: #91FEB7;
}
.AnyTagClassName
{
color: #91FEB7;
}
</style>
background-color css
<style>
a { background-color: #91FEB7; }
a { background-color: rgb(145,254,183); }
div.DivClassName
{
background-color: #91FEB7;
}
.BgClassName
{
background-color: #91FEB7;
}
</style>
border-color css
<style>
span { border-color: #91FEB7; }
span { border-color: rgb(145,254,183); }
td.TdClassName
{
border-color: #91FEB7;
}
.TagClassName
{
border-color: #91FEB7;
}
</style>