Shades of Vista Blue #91F7BA
Tints of Vista Blue #91F7BA
RGB
CMYK
RGB Variations
Color information
#91F7BA (or 0x91F7BA) is known color: Vista Blue. HEX triplet: 91, F7 and BA. RGB value is (145,247,186). Sum of RGB (Red+Green+Blue) = 145+247+186=578 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.09% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #91F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F7BA is #6E0845. Grayscale: #D1D1D1. Windows color (decimal): -7211078 or 12253073. OLE color: 12253073.
HSL color Cylindrical-coordinate representation of color #91F7BA: hue angle of 144.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91F7BA is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 247 | 186 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.03 |
| HSL | 144.12º | 0.86% | 0.77% | - |
| HSV(B) | 144.12º | 0.41% | 0.97% | - |
| XYZ | 53.8 | 76.09 | 58.3 | - |
| YUV | 209.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 247 | 186 | 0.41 | 0 | 0.25 | 0.03 | 144.12 | 0.86 | 0.77 |
| Hex | 91 | F7 | BA | 29 | 0 | 19 | 3 | 90 | 56 | 4D |
| Octal | 221 | 367 | 272 | 51 | 0 | 31 | 3 | 220 | 126 | 115 |
| Binary | 10010001 | 11110111 | 10111010 | 101001 | 0 | 11001 | 11 | 10010000 | 1010110 | 1001101 |
Color Harmonies of #91F7BA
Complementary color
Monochromatic Colors of #91F7BA
Black with #91F7BA
Text Example
Text Example
White with #91F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F7BA; }
p { color: rgb(145,247,186); }
H1.HeaderClassName
{
color: #91F7BA;
}
.AnyTagClassName
{
color: #91F7BA;
}
</style>
background-color css
<style>
a { background-color: #91F7BA; }
a { background-color: rgb(145,247,186); }
div.DivClassName
{
background-color: #91F7BA;
}
.BgClassName
{
background-color: #91F7BA;
}
</style>
border-color css
<style>
span { border-color: #91F7BA; }
span { border-color: rgb(145,247,186); }
td.TdClassName
{
border-color: #91F7BA;
}
.TagClassName
{
border-color: #91F7BA;
}
</style>