Shades of Vista Blue #91E2BD
Tints of Vista Blue #91E2BD
RGB
CMYK
RGB Variations
Color information
#91E2BD (or 0x91E2BD) is known color: Vista Blue. HEX triplet: 91, E2 and BD. RGB value is (145,226,189). Sum of RGB (Red+Green+Blue) = 145+226+189=560 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.89% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #91E2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91E2BD is #6E1D42. Grayscale: #C5C5C5. Windows color (decimal): -7216451 or 12444305. OLE color: 12444305.
HSL color Cylindrical-coordinate representation of color #91E2BD: hue angle of 152.59º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91E2BD is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 226 | 189 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.11 |
| HSL | 152.59º | 0.58% | 0.73% | - |
| HSV(B) | 152.59º | 0.36% | 0.89% | - |
| XYZ | 48.06 | 64.09 | 57.98 | - |
| YUV | 197.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 226 | 189 | 0.36 | 0 | 0.16 | 0.11 | 152.59 | 0.58 | 0.73 |
| Hex | 91 | E2 | BD | 24 | 0 | 10 | B | 99 | 3A | 49 |
| Octal | 221 | 342 | 275 | 44 | 0 | 20 | 13 | 231 | 72 | 111 |
| Binary | 10010001 | 11100010 | 10111101 | 100100 | 0 | 10000 | 1011 | 10011001 | 111010 | 1001001 |
Color Harmonies of #91E2BD
Complementary color
Monochromatic Colors of #91E2BD
Black with #91E2BD
Text Example
Text Example
White with #91E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E2BD; }
p { color: rgb(145,226,189); }
H1.HeaderClassName
{
color: #91E2BD;
}
.AnyTagClassName
{
color: #91E2BD;
}
</style>
background-color css
<style>
a { background-color: #91E2BD; }
a { background-color: rgb(145,226,189); }
div.DivClassName
{
background-color: #91E2BD;
}
.BgClassName
{
background-color: #91E2BD;
}
</style>
border-color css
<style>
span { border-color: #91E2BD; }
span { border-color: rgb(145,226,189); }
td.TdClassName
{
border-color: #91E2BD;
}
.TagClassName
{
border-color: #91E2BD;
}
</style>