Shades of Vista Blue #85D2AB
Tints of Vista Blue #85D2AB
RGB
CMYK
RGB Variations
Color information
#85D2AB (or 0x85D2AB) is known color: Vista Blue. HEX triplet: 85, D2 and AB. RGB value is (133,210,171). Sum of RGB (Red+Green+Blue) = 133+210+171=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #85D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D2AB is #7A2D54. Grayscale: #B6B6B6. Windows color (decimal): -8006997 or 11260549. OLE color: 11260549.
HSL color Cylindrical-coordinate representation of color #85D2AB: hue angle of 149.61º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D2AB is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 171 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.18 |
| HSL | 149.61º | 0.46% | 0.67% | - |
| HSV(B) | 149.61º | 0.37% | 0.82% | - |
| XYZ | 40.07 | 54.02 | 46.84 | - |
| YUV | 182.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 171 | 0.37 | 0 | 0.19 | 0.18 | 149.61 | 0.46 | 0.67 |
| Hex | 85 | D2 | AB | 25 | 0 | 13 | 12 | 96 | 2E | 43 |
| Octal | 205 | 322 | 253 | 45 | 0 | 23 | 22 | 226 | 56 | 103 |
| Binary | 10000101 | 11010010 | 10101011 | 100101 | 0 | 10011 | 10010 | 10010110 | 101110 | 1000011 |
Color Harmonies of #85D2AB
Complementary color
Monochromatic Colors of #85D2AB
Black with #85D2AB
Text Example
Text Example
White with #85D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D2AB; }
p { color: rgb(133,210,171); }
H1.HeaderClassName
{
color: #85D2AB;
}
.AnyTagClassName
{
color: #85D2AB;
}
</style>
background-color css
<style>
a { background-color: #85D2AB; }
a { background-color: rgb(133,210,171); }
div.DivClassName
{
background-color: #85D2AB;
}
.BgClassName
{
background-color: #85D2AB;
}
</style>
border-color css
<style>
span { border-color: #85D2AB; }
span { border-color: rgb(133,210,171); }
td.TdClassName
{
border-color: #85D2AB;
}
.TagClassName
{
border-color: #85D2AB;
}
</style>