Shades of Vista Blue #91F1BD
Tints of Vista Blue #91F1BD
RGB
CMYK
RGB Variations
Color information
#91F1BD (or 0x91F1BD) is known color: Vista Blue. HEX triplet: 91, F1 and BD. RGB value is (145,241,189). Sum of RGB (Red+Green+Blue) = 145+241+189=575 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.22% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #91F1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91F1BD is #6E0E42. Grayscale: #CECECE. Windows color (decimal): -7212611 or 12448145. OLE color: 12448145.
HSL color Cylindrical-coordinate representation of color #91F1BD: hue angle of 147.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F1BD is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 241 | 189 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.05 |
| HSL | 147.5º | 0.77% | 0.76% | - |
| HSV(B) | 147.5º | 0.4% | 0.95% | - |
| XYZ | 52.32 | 72.6 | 59.4 | - |
| YUV | 206.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 241 | 189 | 0.40 | 0 | 0.22 | 0.05 | 147.5 | 0.77 | 0.76 |
| Hex | 91 | F1 | BD | 28 | 0 | 16 | 5 | 94 | 4D | 4C |
| Octal | 221 | 361 | 275 | 50 | 0 | 26 | 5 | 224 | 115 | 114 |
| Binary | 10010001 | 11110001 | 10111101 | 101000 | 0 | 10110 | 101 | 10010100 | 1001101 | 1001100 |
Color Harmonies of #91F1BD
Complementary color
Monochromatic Colors of #91F1BD
Black with #91F1BD
Text Example
Text Example
White with #91F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F1BD; }
p { color: rgb(145,241,189); }
H1.HeaderClassName
{
color: #91F1BD;
}
.AnyTagClassName
{
color: #91F1BD;
}
</style>
background-color css
<style>
a { background-color: #91F1BD; }
a { background-color: rgb(145,241,189); }
div.DivClassName
{
background-color: #91F1BD;
}
.BgClassName
{
background-color: #91F1BD;
}
</style>
border-color css
<style>
span { border-color: #91F1BD; }
span { border-color: rgb(145,241,189); }
td.TdClassName
{
border-color: #91F1BD;
}
.TagClassName
{
border-color: #91F1BD;
}
</style>