Shades of Vista Blue #91F5BB
Tints of Vista Blue #91F5BB
RGB
CMYK
RGB Variations
Color information
#91F5BB (or 0x91F5BB) is known color: Vista Blue. HEX triplet: 91, F5 and BB. RGB value is (145,245,187). Sum of RGB (Red+Green+Blue) = 145+245+187=577 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.13% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #91F5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F5BB is #6E0A44. Grayscale: #D0D0D0. Windows color (decimal): -7211589 or 12318097. OLE color: 12318097.
HSL color Cylindrical-coordinate representation of color #91F5BB: hue angle of 145.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91F5BB is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 245 | 187 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.04 |
| HSL | 145.2º | 0.83% | 0.76% | - |
| HSV(B) | 145.2º | 0.41% | 0.96% | - |
| XYZ | 53.3 | 74.91 | 58.66 | - |
| YUV | 208.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 245 | 187 | 0.41 | 0 | 0.24 | 0.04 | 145.2 | 0.83 | 0.76 |
| Hex | 91 | F5 | BB | 29 | 0 | 18 | 4 | 91 | 53 | 4C |
| Octal | 221 | 365 | 273 | 51 | 0 | 30 | 4 | 221 | 123 | 114 |
| Binary | 10010001 | 11110101 | 10111011 | 101001 | 0 | 11000 | 100 | 10010001 | 1010011 | 1001100 |
Color Harmonies of #91F5BB
Complementary color
Monochromatic Colors of #91F5BB
Black with #91F5BB
Text Example
Text Example
White with #91F5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F5BB; }
p { color: rgb(145,245,187); }
H1.HeaderClassName
{
color: #91F5BB;
}
.AnyTagClassName
{
color: #91F5BB;
}
</style>
background-color css
<style>
a { background-color: #91F5BB; }
a { background-color: rgb(145,245,187); }
div.DivClassName
{
background-color: #91F5BB;
}
.BgClassName
{
background-color: #91F5BB;
}
</style>
border-color css
<style>
span { border-color: #91F5BB; }
span { border-color: rgb(145,245,187); }
td.TdClassName
{
border-color: #91F5BB;
}
.TagClassName
{
border-color: #91F5BB;
}
</style>