Shades of Vista Blue #85DBA9
Tints of Vista Blue #85DBA9
RGB
CMYK
RGB Variations
Color information
#85DBA9 (or 0x85DBA9) is known color: Vista Blue. HEX triplet: 85, DB and A9. RGB value is (133,219,169). Sum of RGB (Red+Green+Blue) = 133+219+169=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBA9 is #7A2456. Grayscale: #BBBBBB. Windows color (decimal): -8004695 or 11131781. OLE color: 11131781.
HSL color Cylindrical-coordinate representation of color #85DBA9: hue angle of 145.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBA9 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 169 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.14 |
| HSL | 145.12º | 0.54% | 0.69% | - |
| HSV(B) | 145.12º | 0.39% | 0.86% | - |
| XYZ | 42.17 | 58.51 | 46.61 | - |
| YUV | 187.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 169 | 0.39 | 0 | 0.23 | 0.14 | 145.12 | 0.54 | 0.69 |
| Hex | 85 | DB | A9 | 27 | 0 | 17 | E | 91 | 36 | 45 |
| Octal | 205 | 333 | 251 | 47 | 0 | 27 | 16 | 221 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10101001 | 100111 | 0 | 10111 | 1110 | 10010001 | 110110 | 1000101 |
Color Harmonies of #85DBA9
Complementary color
Monochromatic Colors of #85DBA9
Black with #85DBA9
Text Example
Text Example
White with #85DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBA9; }
p { color: rgb(133,219,169); }
H1.HeaderClassName
{
color: #85DBA9;
}
.AnyTagClassName
{
color: #85DBA9;
}
</style>
background-color css
<style>
a { background-color: #85DBA9; }
a { background-color: rgb(133,219,169); }
div.DivClassName
{
background-color: #85DBA9;
}
.BgClassName
{
background-color: #85DBA9;
}
</style>
border-color css
<style>
span { border-color: #85DBA9; }
span { border-color: rgb(133,219,169); }
td.TdClassName
{
border-color: #85DBA9;
}
.TagClassName
{
border-color: #85DBA9;
}
</style>