Shades of Vista Blue #91DCA9
Tints of Vista Blue #91DCA9
RGB
CMYK
RGB Variations
Color information
#91DCA9 (or 0x91DCA9) is known color: Vista Blue. HEX triplet: 91, DC and A9. RGB value is (145,220,169). Sum of RGB (Red+Green+Blue) = 145+220+169=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #91DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DCA9 is #6E2356. Grayscale: #BFBFBF. Windows color (decimal): -7218007 or 11132049. OLE color: 11132049.
HSL color Cylindrical-coordinate representation of color #91DCA9: hue angle of 139.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DCA9 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 169 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.14 |
| HSL | 139.2º | 0.52% | 0.72% | - |
| HSV(B) | 139.2º | 0.34% | 0.86% | - |
| XYZ | 44.43 | 60.07 | 46.79 | - |
| YUV | 191.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 169 | 0.34 | 0 | 0.23 | 0.14 | 139.2 | 0.52 | 0.72 |
| Hex | 91 | DC | A9 | 22 | 0 | 17 | E | 8B | 34 | 48 |
| Octal | 221 | 334 | 251 | 42 | 0 | 27 | 16 | 213 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10101001 | 100010 | 0 | 10111 | 1110 | 10001011 | 110100 | 1001000 |
Color Harmonies of #91DCA9
Complementary color
Monochromatic Colors of #91DCA9
Black with #91DCA9
Text Example
Text Example
White with #91DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCA9; }
p { color: rgb(145,220,169); }
H1.HeaderClassName
{
color: #91DCA9;
}
.AnyTagClassName
{
color: #91DCA9;
}
</style>
background-color css
<style>
a { background-color: #91DCA9; }
a { background-color: rgb(145,220,169); }
div.DivClassName
{
background-color: #91DCA9;
}
.BgClassName
{
background-color: #91DCA9;
}
</style>
border-color css
<style>
span { border-color: #91DCA9; }
span { border-color: rgb(145,220,169); }
td.TdClassName
{
border-color: #91DCA9;
}
.TagClassName
{
border-color: #91DCA9;
}
</style>