Shades of Vista Blue #85D8AB
Tints of Vista Blue #85D8AB
RGB
CMYK
RGB Variations
Color information
#85D8AB (or 0x85D8AB) is known color: Vista Blue. HEX triplet: 85, D8 and AB. RGB value is (133,216,171). Sum of RGB (Red+Green+Blue) = 133+216+171=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #85D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D8AB is #7A2754. Grayscale: #BABABA. Windows color (decimal): -8005461 or 11262085. OLE color: 11262085.
HSL color Cylindrical-coordinate representation of color #85D8AB: hue angle of 147.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D8AB is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 171 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.15 |
| HSL | 147.47º | 0.52% | 0.68% | - |
| HSV(B) | 147.47º | 0.38% | 0.85% | - |
| XYZ | 41.58 | 57.04 | 47.35 | - |
| YUV | 186.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 171 | 0.38 | 0 | 0.21 | 0.15 | 147.47 | 0.52 | 0.68 |
| Hex | 85 | D8 | AB | 26 | 0 | 15 | F | 93 | 34 | 44 |
| Octal | 205 | 330 | 253 | 46 | 0 | 25 | 17 | 223 | 64 | 104 |
| Binary | 10000101 | 11011000 | 10101011 | 100110 | 0 | 10101 | 1111 | 10010011 | 110100 | 1000100 |
Color Harmonies of #85D8AB
Complementary color
Monochromatic Colors of #85D8AB
Black with #85D8AB
Text Example
Text Example
White with #85D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D8AB; }
p { color: rgb(133,216,171); }
H1.HeaderClassName
{
color: #85D8AB;
}
.AnyTagClassName
{
color: #85D8AB;
}
</style>
background-color css
<style>
a { background-color: #85D8AB; }
a { background-color: rgb(133,216,171); }
div.DivClassName
{
background-color: #85D8AB;
}
.BgClassName
{
background-color: #85D8AB;
}
</style>
border-color css
<style>
span { border-color: #85D8AB; }
span { border-color: rgb(133,216,171); }
td.TdClassName
{
border-color: #85D8AB;
}
.TagClassName
{
border-color: #85D8AB;
}
</style>