Shades of Vista Blue #91EEBF
Tints of Vista Blue #91EEBF
RGB
CMYK
RGB Variations
Color information
#91EEBF (or 0x91EEBF) is known color: Vista Blue. HEX triplet: 91, EE and BF. RGB value is (145,238,191). Sum of RGB (Red+Green+Blue) = 145+238+191=574 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.26% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #91EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EEBF is #6E1140. Grayscale: #CCCCCC. Windows color (decimal): -7213377 or 12578449. OLE color: 12578449.
HSL color Cylindrical-coordinate representation of color #91EEBF: hue angle of 149.68º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EEBF is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 238 | 191 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.07 |
| HSL | 149.68º | 0.73% | 0.75% | - |
| HSV(B) | 149.68º | 0.39% | 0.93% | - |
| XYZ | 51.66 | 70.93 | 60.26 | - |
| YUV | 204.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 191 | 0.39 | 0 | 0.20 | 0.07 | 149.68 | 0.73 | 0.75 |
| Hex | 91 | EE | BF | 27 | 0 | 14 | 7 | 96 | 49 | 4B |
| Octal | 221 | 356 | 277 | 47 | 0 | 24 | 7 | 226 | 111 | 113 |
| Binary | 10010001 | 11101110 | 10111111 | 100111 | 0 | 10100 | 111 | 10010110 | 1001001 | 1001011 |
Color Harmonies of #91EEBF
Complementary color
Monochromatic Colors of #91EEBF
Black with #91EEBF
Text Example
Text Example
White with #91EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EEBF; }
p { color: rgb(145,238,191); }
H1.HeaderClassName
{
color: #91EEBF;
}
.AnyTagClassName
{
color: #91EEBF;
}
</style>
background-color css
<style>
a { background-color: #91EEBF; }
a { background-color: rgb(145,238,191); }
div.DivClassName
{
background-color: #91EEBF;
}
.BgClassName
{
background-color: #91EEBF;
}
</style>
border-color css
<style>
span { border-color: #91EEBF; }
span { border-color: rgb(145,238,191); }
td.TdClassName
{
border-color: #91EEBF;
}
.TagClassName
{
border-color: #91EEBF;
}
</style>