Shades of Vista Blue #91DBAB
Tints of Vista Blue #91DBAB
RGB
CMYK
RGB Variations
Color information
#91DBAB (or 0x91DBAB) is known color: Vista Blue. HEX triplet: 91, DB and AB. RGB value is (145,219,171). Sum of RGB (Red+Green+Blue) = 145+219+171=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DBAB is #6E2454. Grayscale: #BFBFBF. Windows color (decimal): -7218261 or 11262865. OLE color: 11262865.
HSL color Cylindrical-coordinate representation of color #91DBAB: hue angle of 141.08º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DBAB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 171 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.14 |
| HSL | 141.08º | 0.51% | 0.71% | - |
| HSV(B) | 141.08º | 0.34% | 0.86% | - |
| XYZ | 44.36 | 59.62 | 47.7 | - |
| YUV | 191.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 171 | 0.34 | 0 | 0.22 | 0.14 | 141.08 | 0.51 | 0.71 |
| Hex | 91 | DB | AB | 22 | 0 | 16 | E | 8D | 33 | 47 |
| Octal | 221 | 333 | 253 | 42 | 0 | 26 | 16 | 215 | 63 | 107 |
| Binary | 10010001 | 11011011 | 10101011 | 100010 | 0 | 10110 | 1110 | 10001101 | 110011 | 1000111 |
Color Harmonies of #91DBAB
Complementary color
Monochromatic Colors of #91DBAB
Black with #91DBAB
Text Example
Text Example
White with #91DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBAB; }
p { color: rgb(145,219,171); }
H1.HeaderClassName
{
color: #91DBAB;
}
.AnyTagClassName
{
color: #91DBAB;
}
</style>
background-color css
<style>
a { background-color: #91DBAB; }
a { background-color: rgb(145,219,171); }
div.DivClassName
{
background-color: #91DBAB;
}
.BgClassName
{
background-color: #91DBAB;
}
</style>
border-color css
<style>
span { border-color: #91DBAB; }
span { border-color: rgb(145,219,171); }
td.TdClassName
{
border-color: #91DBAB;
}
.TagClassName
{
border-color: #91DBAB;
}
</style>