Shades of Vista Blue #91DFAC
Tints of Vista Blue #91DFAC
RGB
CMYK
RGB Variations
Color information
#91DFAC (or 0x91DFAC) is known color: Vista Blue. HEX triplet: 91, DF and AC. RGB value is (145,223,172). Sum of RGB (Red+Green+Blue) = 145+223+172=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DFAC is #6E2053. Grayscale: #C1C1C1. Windows color (decimal): -7217236 or 11329425. OLE color: 11329425.
HSL color Cylindrical-coordinate representation of color #91DFAC: hue angle of 140.77º 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 #91DFAC is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 172 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.13 |
| HSL | 140.77º | 0.55% | 0.72% | - |
| HSV(B) | 140.77º | 0.35% | 0.87% | - |
| XYZ | 45.51 | 61.77 | 48.55 | - |
| YUV | 193.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 172 | 0.35 | 0 | 0.23 | 0.13 | 140.77 | 0.55 | 0.72 |
| Hex | 91 | DF | AC | 23 | 0 | 17 | D | 8D | 37 | 48 |
| Octal | 221 | 337 | 254 | 43 | 0 | 27 | 15 | 215 | 67 | 110 |
| Binary | 10010001 | 11011111 | 10101100 | 100011 | 0 | 10111 | 1101 | 10001101 | 110111 | 1001000 |
Color Harmonies of #91DFAC
Complementary color
Monochromatic Colors of #91DFAC
Black with #91DFAC
Text Example
Text Example
White with #91DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFAC; }
p { color: rgb(145,223,172); }
H1.HeaderClassName
{
color: #91DFAC;
}
.AnyTagClassName
{
color: #91DFAC;
}
</style>
background-color css
<style>
a { background-color: #91DFAC; }
a { background-color: rgb(145,223,172); }
div.DivClassName
{
background-color: #91DFAC;
}
.BgClassName
{
background-color: #91DFAC;
}
</style>
border-color css
<style>
span { border-color: #91DFAC; }
span { border-color: rgb(145,223,172); }
td.TdClassName
{
border-color: #91DFAC;
}
.TagClassName
{
border-color: #91DFAC;
}
</style>