Shades of Vista Blue #85DDA9
Tints of Vista Blue #85DDA9
RGB
CMYK
RGB Variations
Color information
#85DDA9 (or 0x85DDA9) is known color: Vista Blue. HEX triplet: 85, DD and A9. RGB value is (133,221,169). Sum of RGB (Red+Green+Blue) = 133+221+169=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA9 is #7A2256. Grayscale: #BCBCBC. Windows color (decimal): -8004183 or 11132293. OLE color: 11132293.
HSL color Cylindrical-coordinate representation of color #85DDA9: hue angle of 144.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDA9 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 169 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.13 |
| HSL | 144.55º | 0.56% | 0.69% | - |
| HSV(B) | 144.55º | 0.4% | 0.87% | - |
| XYZ | 42.69 | 59.56 | 46.78 | - |
| YUV | 188.76 | 116.85 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 169 | 0.40 | 0 | 0.24 | 0.13 | 144.55 | 0.56 | 0.69 |
| Hex | 85 | DD | A9 | 28 | 0 | 18 | D | 91 | 38 | 45 |
| Octal | 205 | 335 | 251 | 50 | 0 | 30 | 15 | 221 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10101001 | 101000 | 0 | 11000 | 1101 | 10010001 | 111000 | 1000101 |
Color Harmonies of #85DDA9
Complementary color
Monochromatic Colors of #85DDA9
Black with #85DDA9
Text Example
Text Example
White with #85DDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDA9; }
p { color: rgb(133,221,169); }
H1.HeaderClassName
{
color: #85DDA9;
}
.AnyTagClassName
{
color: #85DDA9;
}
</style>
background-color css
<style>
a { background-color: #85DDA9; }
a { background-color: rgb(133,221,169); }
div.DivClassName
{
background-color: #85DDA9;
}
.BgClassName
{
background-color: #85DDA9;
}
</style>
border-color css
<style>
span { border-color: #85DDA9; }
span { border-color: rgb(133,221,169); }
td.TdClassName
{
border-color: #85DDA9;
}
.TagClassName
{
border-color: #85DDA9;
}
</style>