Shades of Vista Blue #85DCA9
Tints of Vista Blue #85DCA9
RGB
CMYK
RGB Variations
Color information
#85DCA9 (or 0x85DCA9) is known color: Vista Blue. HEX triplet: 85, DC and A9. RGB value is (133,220,169). Sum of RGB (Red+Green+Blue) = 133+220+169=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCA9 is #7A2356. Grayscale: #BCBCBC. Windows color (decimal): -8004439 or 11132037. OLE color: 11132037.
HSL color Cylindrical-coordinate representation of color #85DCA9: hue angle of 144.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCA9 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 169 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.14 |
| HSL | 144.83º | 0.55% | 0.69% | - |
| HSV(B) | 144.83º | 0.4% | 0.86% | - |
| XYZ | 42.43 | 59.04 | 46.7 | - |
| YUV | 188.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 169 | 0.40 | 0 | 0.23 | 0.14 | 144.83 | 0.55 | 0.69 |
| Hex | 85 | DC | A9 | 28 | 0 | 17 | E | 91 | 37 | 45 |
| Octal | 205 | 334 | 251 | 50 | 0 | 27 | 16 | 221 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10101001 | 101000 | 0 | 10111 | 1110 | 10010001 | 110111 | 1000101 |
Color Harmonies of #85DCA9
Complementary color
Monochromatic Colors of #85DCA9
Black with #85DCA9
Text Example
Text Example
White with #85DCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCA9; }
p { color: rgb(133,220,169); }
H1.HeaderClassName
{
color: #85DCA9;
}
.AnyTagClassName
{
color: #85DCA9;
}
</style>
background-color css
<style>
a { background-color: #85DCA9; }
a { background-color: rgb(133,220,169); }
div.DivClassName
{
background-color: #85DCA9;
}
.BgClassName
{
background-color: #85DCA9;
}
</style>
border-color css
<style>
span { border-color: #85DCA9; }
span { border-color: rgb(133,220,169); }
td.TdClassName
{
border-color: #85DCA9;
}
.TagClassName
{
border-color: #85DCA9;
}
</style>