Shades of Vista Blue #91E5B4
Tints of Vista Blue #91E5B4
RGB
CMYK
RGB Variations
Color information
#91E5B4 (or 0x91E5B4) is known color: Vista Blue. HEX triplet: 91, E5 and B4. RGB value is (145,229,180). Sum of RGB (Red+Green+Blue) = 145+229+180=554 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.17% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #91E5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91E5B4 is #6E1A4B. Grayscale: #C6C6C6. Windows color (decimal): -7215692 or 11855249. OLE color: 11855249.
HSL color Cylindrical-coordinate representation of color #91E5B4: hue angle of 145º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91E5B4 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 229 | 180 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.10 |
| HSL | 145º | 0.62% | 0.73% | - |
| HSV(B) | 145º | 0.37% | 0.9% | - |
| XYZ | 47.93 | 65.35 | 53.27 | - |
| YUV | 198.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 229 | 180 | 0.37 | 0 | 0.21 | 0.10 | 145 | 0.62 | 0.73 |
| Hex | 91 | E5 | B4 | 25 | 0 | 15 | A | 91 | 3E | 49 |
| Octal | 221 | 345 | 264 | 45 | 0 | 25 | 12 | 221 | 76 | 111 |
| Binary | 10010001 | 11100101 | 10110100 | 100101 | 0 | 10101 | 1010 | 10010001 | 111110 | 1001001 |
Color Harmonies of #91E5B4
Complementary color
Monochromatic Colors of #91E5B4
Black with #91E5B4
Text Example
Text Example
White with #91E5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E5B4; }
p { color: rgb(145,229,180); }
H1.HeaderClassName
{
color: #91E5B4;
}
.AnyTagClassName
{
color: #91E5B4;
}
</style>
background-color css
<style>
a { background-color: #91E5B4; }
a { background-color: rgb(145,229,180); }
div.DivClassName
{
background-color: #91E5B4;
}
.BgClassName
{
background-color: #91E5B4;
}
</style>
border-color css
<style>
span { border-color: #91E5B4; }
span { border-color: rgb(145,229,180); }
td.TdClassName
{
border-color: #91E5B4;
}
.TagClassName
{
border-color: #91E5B4;
}
</style>