Shades of Vista Blue #91E8BC
Tints of Vista Blue #91E8BC
RGB
CMYK
RGB Variations
Color information
#91E8BC (or 0x91E8BC) is known color: Vista Blue. HEX triplet: 91, E8 and BC. RGB value is (145,232,188). Sum of RGB (Red+Green+Blue) = 145+232+188=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #91E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E8BC is #6E1743. Grayscale: #C9C9C9. Windows color (decimal): -7214916 or 12380305. OLE color: 12380305.
HSL color Cylindrical-coordinate representation of color #91E8BC: hue angle of 149.66º degrees, saturation: 0.65, 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 #91E8BC is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 232 | 188 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.09 |
| HSL | 149.66º | 0.65% | 0.74% | - |
| HSV(B) | 149.66º | 0.38% | 0.91% | - |
| XYZ | 49.61 | 67.36 | 57.96 | - |
| YUV | 200.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 232 | 188 | 0.38 | 0 | 0.19 | 0.09 | 149.66 | 0.65 | 0.74 |
| Hex | 91 | E8 | BC | 26 | 0 | 13 | 9 | 96 | 41 | 4A |
| Octal | 221 | 350 | 274 | 46 | 0 | 23 | 11 | 226 | 101 | 112 |
| Binary | 10010001 | 11101000 | 10111100 | 100110 | 0 | 10011 | 1001 | 10010110 | 1000001 | 1001010 |
Color Harmonies of #91E8BC
Complementary color
Monochromatic Colors of #91E8BC
Black with #91E8BC
Text Example
Text Example
White with #91E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E8BC; }
p { color: rgb(145,232,188); }
H1.HeaderClassName
{
color: #91E8BC;
}
.AnyTagClassName
{
color: #91E8BC;
}
</style>
background-color css
<style>
a { background-color: #91E8BC; }
a { background-color: rgb(145,232,188); }
div.DivClassName
{
background-color: #91E8BC;
}
.BgClassName
{
background-color: #91E8BC;
}
</style>
border-color css
<style>
span { border-color: #91E8BC; }
span { border-color: rgb(145,232,188); }
td.TdClassName
{
border-color: #91E8BC;
}
.TagClassName
{
border-color: #91E8BC;
}
</style>