Shades of Vista Blue #91DDAC
Tints of Vista Blue #91DDAC
RGB
CMYK
RGB Variations
Color information
#91DDAC (or 0x91DDAC) is known color: Vista Blue. HEX triplet: 91, DD and AC. RGB value is (145,221,172). Sum of RGB (Red+Green+Blue) = 145+221+172=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #91DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DDAC is #6E2253. Grayscale: #C0C0C0. Windows color (decimal): -7217748 or 11328913. OLE color: 11328913.
HSL color Cylindrical-coordinate representation of color #91DDAC: hue angle of 141.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DDAC is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 172 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.13 |
| HSL | 141.32º | 0.53% | 0.72% | - |
| HSV(B) | 141.32º | 0.34% | 0.87% | - |
| XYZ | 44.98 | 60.71 | 48.38 | - |
| YUV | 192.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 172 | 0.34 | 0 | 0.22 | 0.13 | 141.32 | 0.53 | 0.72 |
| Hex | 91 | DD | AC | 22 | 0 | 16 | D | 8D | 35 | 48 |
| Octal | 221 | 335 | 254 | 42 | 0 | 26 | 15 | 215 | 65 | 110 |
| Binary | 10010001 | 11011101 | 10101100 | 100010 | 0 | 10110 | 1101 | 10001101 | 110101 | 1001000 |
Color Harmonies of #91DDAC
Complementary color
Monochromatic Colors of #91DDAC
Black with #91DDAC
Text Example
Text Example
White with #91DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDAC; }
p { color: rgb(145,221,172); }
H1.HeaderClassName
{
color: #91DDAC;
}
.AnyTagClassName
{
color: #91DDAC;
}
</style>
background-color css
<style>
a { background-color: #91DDAC; }
a { background-color: rgb(145,221,172); }
div.DivClassName
{
background-color: #91DDAC;
}
.BgClassName
{
background-color: #91DDAC;
}
</style>
border-color css
<style>
span { border-color: #91DDAC; }
span { border-color: rgb(145,221,172); }
td.TdClassName
{
border-color: #91DDAC;
}
.TagClassName
{
border-color: #91DDAC;
}
</style>