Shades of Vista Blue #86D8AB
Tints of Vista Blue #86D8AB
RGB
CMYK
RGB Variations
Color information
#86D8AB (or 0x86D8AB) is known color: Vista Blue. HEX triplet: 86, D8 and AB. RGB value is (134,216,171). Sum of RGB (Red+Green+Blue) = 134+216+171=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #86D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D8AB is #792754. Grayscale: #BABABA. Windows color (decimal): -7939925 or 11262086. OLE color: 11262086.
HSL color Cylindrical-coordinate representation of color #86D8AB: hue angle of 147.07º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D8AB is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 171 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.15 |
| HSL | 147.07º | 0.51% | 0.69% | - |
| HSV(B) | 147.07º | 0.38% | 0.85% | - |
| XYZ | 41.74 | 57.12 | 47.35 | - |
| YUV | 186.35 | 119.33 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 171 | 0.38 | 0 | 0.21 | 0.15 | 147.07 | 0.51 | 0.69 |
| Hex | 86 | D8 | AB | 26 | 0 | 15 | F | 93 | 33 | 45 |
| Octal | 206 | 330 | 253 | 46 | 0 | 25 | 17 | 223 | 63 | 105 |
| Binary | 10000110 | 11011000 | 10101011 | 100110 | 0 | 10101 | 1111 | 10010011 | 110011 | 1000101 |
Color Harmonies of #86D8AB
Complementary color
Monochromatic Colors of #86D8AB
Black with #86D8AB
Text Example
Text Example
White with #86D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D8AB; }
p { color: rgb(134,216,171); }
H1.HeaderClassName
{
color: #86D8AB;
}
.AnyTagClassName
{
color: #86D8AB;
}
</style>
background-color css
<style>
a { background-color: #86D8AB; }
a { background-color: rgb(134,216,171); }
div.DivClassName
{
background-color: #86D8AB;
}
.BgClassName
{
background-color: #86D8AB;
}
</style>
border-color css
<style>
span { border-color: #86D8AB; }
span { border-color: rgb(134,216,171); }
td.TdClassName
{
border-color: #86D8AB;
}
.TagClassName
{
border-color: #86D8AB;
}
</style>