Shades of Vista Blue #91DFAB
Tints of Vista Blue #91DFAB
RGB
CMYK
RGB Variations
Color information
#91DFAB (or 0x91DFAB) is known color: Vista Blue. HEX triplet: 91, DF and AB. RGB value is (145,223,171). Sum of RGB (Red+Green+Blue) = 145+223+171=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DFAB is #6E2054. Grayscale: #C1C1C1. Windows color (decimal): -7217237 or 11263889. OLE color: 11263889.
HSL color Cylindrical-coordinate representation of color #91DFAB: hue angle of 140º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DFAB is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 171 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.13 |
| HSL | 140º | 0.55% | 0.72% | - |
| HSV(B) | 140º | 0.35% | 0.87% | - |
| XYZ | 45.42 | 61.74 | 48.05 | - |
| YUV | 193.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 171 | 0.35 | 0 | 0.23 | 0.13 | 140 | 0.55 | 0.72 |
| Hex | 91 | DF | AB | 23 | 0 | 17 | D | 8C | 37 | 48 |
| Octal | 221 | 337 | 253 | 43 | 0 | 27 | 15 | 214 | 67 | 110 |
| Binary | 10010001 | 11011111 | 10101011 | 100011 | 0 | 10111 | 1101 | 10001100 | 110111 | 1001000 |
Color Harmonies of #91DFAB
Complementary color
Monochromatic Colors of #91DFAB
Black with #91DFAB
Text Example
Text Example
White with #91DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFAB; }
p { color: rgb(145,223,171); }
H1.HeaderClassName
{
color: #91DFAB;
}
.AnyTagClassName
{
color: #91DFAB;
}
</style>
background-color css
<style>
a { background-color: #91DFAB; }
a { background-color: rgb(145,223,171); }
div.DivClassName
{
background-color: #91DFAB;
}
.BgClassName
{
background-color: #91DFAB;
}
</style>
border-color css
<style>
span { border-color: #91DFAB; }
span { border-color: rgb(145,223,171); }
td.TdClassName
{
border-color: #91DFAB;
}
.TagClassName
{
border-color: #91DFAB;
}
</style>