Shades of Vista Blue #85D2AF
Tints of Vista Blue #85D2AF
RGB
CMYK
RGB Variations
Color information
#85D2AF (or 0x85D2AF) is known color: Vista Blue. HEX triplet: 85, D2 and AF. RGB value is (133,210,175). Sum of RGB (Red+Green+Blue) = 133+210+175=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #85D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D2AF is #7A2D50. Grayscale: #B7B7B7. Windows color (decimal): -8006993 or 11522693. OLE color: 11522693.
HSL color Cylindrical-coordinate representation of color #85D2AF: hue angle of 152.73º 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 #85D2AF is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 175 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.18 |
| HSL | 152.73º | 0.46% | 0.67% | - |
| HSV(B) | 152.73º | 0.37% | 0.82% | - |
| XYZ | 40.46 | 54.17 | 48.88 | - |
| YUV | 182.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 175 | 0.37 | 0 | 0.17 | 0.18 | 152.73 | 0.46 | 0.67 |
| Hex | 85 | D2 | AF | 25 | 0 | 11 | 12 | 99 | 2E | 43 |
| Octal | 205 | 322 | 257 | 45 | 0 | 21 | 22 | 231 | 56 | 103 |
| Binary | 10000101 | 11010010 | 10101111 | 100101 | 0 | 10001 | 10010 | 10011001 | 101110 | 1000011 |
Color Harmonies of #85D2AF
Complementary color
Monochromatic Colors of #85D2AF
Black with #85D2AF
Text Example
Text Example
White with #85D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D2AF; }
p { color: rgb(133,210,175); }
H1.HeaderClassName
{
color: #85D2AF;
}
.AnyTagClassName
{
color: #85D2AF;
}
</style>
background-color css
<style>
a { background-color: #85D2AF; }
a { background-color: rgb(133,210,175); }
div.DivClassName
{
background-color: #85D2AF;
}
.BgClassName
{
background-color: #85D2AF;
}
</style>
border-color css
<style>
span { border-color: #85D2AF; }
span { border-color: rgb(133,210,175); }
td.TdClassName
{
border-color: #85D2AF;
}
.TagClassName
{
border-color: #85D2AF;
}
</style>