Shades of Vista Blue #91E9BA
Tints of Vista Blue #91E9BA
RGB
CMYK
RGB Variations
Color information
#91E9BA (or 0x91E9BA) is known color: Vista Blue. HEX triplet: 91, E9 and BA. RGB value is (145,233,186). Sum of RGB (Red+Green+Blue) = 145+233+186=564 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.71% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #91E9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E9BA is #6E1645. Grayscale: #C9C9C9. Windows color (decimal): -7214662 or 12249489. OLE color: 12249489.
HSL color Cylindrical-coordinate representation of color #91E9BA: hue angle of 147.95º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91E9BA is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 233 | 186 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.09 |
| HSL | 147.95º | 0.67% | 0.74% | - |
| HSV(B) | 147.95º | 0.38% | 0.91% | - |
| XYZ | 49.68 | 67.84 | 56.93 | - |
| YUV | 201.33 | 119.35 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 186 | 0.38 | 0 | 0.20 | 0.09 | 147.95 | 0.67 | 0.74 |
| Hex | 91 | E9 | BA | 26 | 0 | 14 | 9 | 94 | 43 | 4A |
| Octal | 221 | 351 | 272 | 46 | 0 | 24 | 11 | 224 | 103 | 112 |
| Binary | 10010001 | 11101001 | 10111010 | 100110 | 0 | 10100 | 1001 | 10010100 | 1000011 | 1001010 |
Color Harmonies of #91E9BA
Complementary color
Monochromatic Colors of #91E9BA
Black with #91E9BA
Text Example
Text Example
White with #91E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E9BA; }
p { color: rgb(145,233,186); }
H1.HeaderClassName
{
color: #91E9BA;
}
.AnyTagClassName
{
color: #91E9BA;
}
</style>
background-color css
<style>
a { background-color: #91E9BA; }
a { background-color: rgb(145,233,186); }
div.DivClassName
{
background-color: #91E9BA;
}
.BgClassName
{
background-color: #91E9BA;
}
</style>
border-color css
<style>
span { border-color: #91E9BA; }
span { border-color: rgb(145,233,186); }
td.TdClassName
{
border-color: #91E9BA;
}
.TagClassName
{
border-color: #91E9BA;
}
</style>