Shades of Vista Blue #85D9AB
Tints of Vista Blue #85D9AB
RGB
CMYK
RGB Variations
Color information
#85D9AB (or 0x85D9AB) is known color: Vista Blue. HEX triplet: 85, D9 and AB. RGB value is (133,217,171). Sum of RGB (Red+Green+Blue) = 133+217+171=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D9AB is #7A2654. Grayscale: #BABABA. Windows color (decimal): -8005205 or 11262341. OLE color: 11262341.
HSL color Cylindrical-coordinate representation of color #85D9AB: hue angle of 147.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9AB is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 171 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.15 |
| HSL | 147.14º | 0.53% | 0.69% | - |
| HSV(B) | 147.14º | 0.39% | 0.85% | - |
| XYZ | 41.84 | 57.55 | 47.43 | - |
| YUV | 186.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 171 | 0.39 | 0 | 0.21 | 0.15 | 147.14 | 0.53 | 0.69 |
| Hex | 85 | D9 | AB | 27 | 0 | 15 | F | 93 | 34 | 45 |
| Octal | 205 | 331 | 253 | 47 | 0 | 25 | 17 | 223 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10101011 | 100111 | 0 | 10101 | 1111 | 10010011 | 110100 | 1000101 |
Color Harmonies of #85D9AB
Complementary color
Monochromatic Colors of #85D9AB
Black with #85D9AB
Text Example
Text Example
White with #85D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D9AB; }
p { color: rgb(133,217,171); }
H1.HeaderClassName
{
color: #85D9AB;
}
.AnyTagClassName
{
color: #85D9AB;
}
</style>
background-color css
<style>
a { background-color: #85D9AB; }
a { background-color: rgb(133,217,171); }
div.DivClassName
{
background-color: #85D9AB;
}
.BgClassName
{
background-color: #85D9AB;
}
</style>
border-color css
<style>
span { border-color: #85D9AB; }
span { border-color: rgb(133,217,171); }
td.TdClassName
{
border-color: #85D9AB;
}
.TagClassName
{
border-color: #85D9AB;
}
</style>