Shades of Vista Blue #91D9AC
Tints of Vista Blue #91D9AC
RGB
CMYK
RGB Variations
Color information
#91D9AC (or 0x91D9AC) is known color: Vista Blue. HEX triplet: 91, D9 and AC. RGB value is (145,217,172). Sum of RGB (Red+Green+Blue) = 145+217+172=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #91D9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D9AC is #6E2653. Grayscale: #BEBEBE. Windows color (decimal): -7218772 or 11327889. OLE color: 11327889.
HSL color Cylindrical-coordinate representation of color #91D9AC: hue angle of 142.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D9AC is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 217 | 172 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.15 |
| HSL | 142.5º | 0.49% | 0.71% | - |
| HSV(B) | 142.5º | 0.33% | 0.85% | - |
| XYZ | 43.94 | 58.62 | 48.03 | - |
| YUV | 190.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 217 | 172 | 0.33 | 0 | 0.21 | 0.15 | 142.5 | 0.49 | 0.71 |
| Hex | 91 | D9 | AC | 21 | 0 | 15 | F | 8E | 31 | 47 |
| Octal | 221 | 331 | 254 | 41 | 0 | 25 | 17 | 216 | 61 | 107 |
| Binary | 10010001 | 11011001 | 10101100 | 100001 | 0 | 10101 | 1111 | 10001110 | 110001 | 1000111 |
Color Harmonies of #91D9AC
Complementary color
Monochromatic Colors of #91D9AC
Black with #91D9AC
Text Example
Text Example
White with #91D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D9AC; }
p { color: rgb(145,217,172); }
H1.HeaderClassName
{
color: #91D9AC;
}
.AnyTagClassName
{
color: #91D9AC;
}
</style>
background-color css
<style>
a { background-color: #91D9AC; }
a { background-color: rgb(145,217,172); }
div.DivClassName
{
background-color: #91D9AC;
}
.BgClassName
{
background-color: #91D9AC;
}
</style>
border-color css
<style>
span { border-color: #91D9AC; }
span { border-color: rgb(145,217,172); }
td.TdClassName
{
border-color: #91D9AC;
}
.TagClassName
{
border-color: #91D9AC;
}
</style>