Shades of Vista Blue #91E9C0
Tints of Vista Blue #91E9C0
RGB
CMYK
RGB Variations
Color information
#91E9C0 (or 0x91E9C0) is known color: Vista Blue. HEX triplet: 91, E9 and C0. RGB value is (145,233,192). Sum of RGB (Red+Green+Blue) = 145+233+192=570 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.44% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 233 - color contains mainly: green. Hex color #91E9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E9C0 is #6E163F. Grayscale: #CACACA. Windows color (decimal): -7214656 or 12642705. OLE color: 12642705.
HSL color Cylindrical-coordinate representation of color #91E9C0: hue angle of 152.05º 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 #91E9C0 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 233 | 192 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.09 |
| HSL | 152.05º | 0.67% | 0.74% | - |
| HSV(B) | 152.05º | 0.38% | 0.91% | - |
| XYZ | 50.33 | 68.1 | 60.36 | - |
| YUV | 202.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 192 | 0.38 | 0 | 0.18 | 0.09 | 152.05 | 0.67 | 0.74 |
| Hex | 91 | E9 | C0 | 26 | 0 | 12 | 9 | 98 | 43 | 4A |
| Octal | 221 | 351 | 300 | 46 | 0 | 22 | 11 | 230 | 103 | 112 |
| Binary | 10010001 | 11101001 | 11000000 | 100110 | 0 | 10010 | 1001 | 10011000 | 1000011 | 1001010 |
Color Harmonies of #91E9C0
Complementary color
Monochromatic Colors of #91E9C0
Black with #91E9C0
Text Example
Text Example
White with #91E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E9C0; }
p { color: rgb(145,233,192); }
H1.HeaderClassName
{
color: #91E9C0;
}
.AnyTagClassName
{
color: #91E9C0;
}
</style>
background-color css
<style>
a { background-color: #91E9C0; }
a { background-color: rgb(145,233,192); }
div.DivClassName
{
background-color: #91E9C0;
}
.BgClassName
{
background-color: #91E9C0;
}
</style>
border-color css
<style>
span { border-color: #91E9C0; }
span { border-color: rgb(145,233,192); }
td.TdClassName
{
border-color: #91E9C0;
}
.TagClassName
{
border-color: #91E9C0;
}
</style>