Shades of Vista Blue #91F6BA
Tints of Vista Blue #91F6BA
RGB
CMYK
RGB Variations
Color information
#91F6BA (or 0x91F6BA) is known color: Vista Blue. HEX triplet: 91, F6 and BA. RGB value is (145,246,186). Sum of RGB (Red+Green+Blue) = 145+246+186=577 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.13% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #91F6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F6BA is #6E0945. Grayscale: #D1D1D1. Windows color (decimal): -7211334 or 12252817. OLE color: 12252817.
HSL color Cylindrical-coordinate representation of color #91F6BA: hue angle of 144.36º 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 #91F6BA is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 246 | 186 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.04 |
| HSL | 144.36º | 0.85% | 0.77% | - |
| HSV(B) | 144.36º | 0.41% | 0.96% | - |
| XYZ | 53.5 | 75.48 | 58.2 | - |
| YUV | 208.96 | 115.04 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 246 | 186 | 0.41 | 0 | 0.24 | 0.04 | 144.36 | 0.85 | 0.77 |
| Hex | 91 | F6 | BA | 29 | 0 | 18 | 4 | 90 | 55 | 4D |
| Octal | 221 | 366 | 272 | 51 | 0 | 30 | 4 | 220 | 125 | 115 |
| Binary | 10010001 | 11110110 | 10111010 | 101001 | 0 | 11000 | 100 | 10010000 | 1010101 | 1001101 |
Color Harmonies of #91F6BA
Complementary color
Monochromatic Colors of #91F6BA
Black with #91F6BA
Text Example
Text Example
White with #91F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F6BA; }
p { color: rgb(145,246,186); }
H1.HeaderClassName
{
color: #91F6BA;
}
.AnyTagClassName
{
color: #91F6BA;
}
</style>
background-color css
<style>
a { background-color: #91F6BA; }
a { background-color: rgb(145,246,186); }
div.DivClassName
{
background-color: #91F6BA;
}
.BgClassName
{
background-color: #91F6BA;
}
</style>
border-color css
<style>
span { border-color: #91F6BA; }
span { border-color: rgb(145,246,186); }
td.TdClassName
{
border-color: #91F6BA;
}
.TagClassName
{
border-color: #91F6BA;
}
</style>