Shades of Vista Blue #85D2A6
Tints of Vista Blue #85D2A6
RGB
CMYK
RGB Variations
Color information
#85D2A6 (or 0x85D2A6) is known color: Vista Blue. HEX triplet: 85, D2 and A6. RGB value is (133,210,166). Sum of RGB (Red+Green+Blue) = 133+210+166=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #85D2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D2A6 is #7A2D59. Grayscale: #B6B6B6. Windows color (decimal): -8007002 or 10932869. OLE color: 10932869.
HSL color Cylindrical-coordinate representation of color #85D2A6: hue angle of 145.71º 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 #85D2A6 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 166 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.18 |
| HSL | 145.71º | 0.46% | 0.67% | - |
| HSV(B) | 145.71º | 0.37% | 0.82% | - |
| XYZ | 39.6 | 53.83 | 44.38 | - |
| YUV | 181.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 166 | 0.37 | 0 | 0.21 | 0.18 | 145.71 | 0.46 | 0.67 |
| Hex | 85 | D2 | A6 | 25 | 0 | 15 | 12 | 92 | 2E | 43 |
| Octal | 205 | 322 | 246 | 45 | 0 | 25 | 22 | 222 | 56 | 103 |
| Binary | 10000101 | 11010010 | 10100110 | 100101 | 0 | 10101 | 10010 | 10010010 | 101110 | 1000011 |
Color Harmonies of #85D2A6
Complementary color
Monochromatic Colors of #85D2A6
Black with #85D2A6
Text Example
Text Example
White with #85D2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D2A6; }
p { color: rgb(133,210,166); }
H1.HeaderClassName
{
color: #85D2A6;
}
.AnyTagClassName
{
color: #85D2A6;
}
</style>
background-color css
<style>
a { background-color: #85D2A6; }
a { background-color: rgb(133,210,166); }
div.DivClassName
{
background-color: #85D2A6;
}
.BgClassName
{
background-color: #85D2A6;
}
</style>
border-color css
<style>
span { border-color: #85D2A6; }
span { border-color: rgb(133,210,166); }
td.TdClassName
{
border-color: #85D2A6;
}
.TagClassName
{
border-color: #85D2A6;
}
</style>