Shades of Vista Blue #86F0AB
Tints of Vista Blue #86F0AB
RGB
CMYK
RGB Variations
Color information
#86F0AB (or 0x86F0AB) is known color: Vista Blue. HEX triplet: 86, F0 and AB. RGB value is (134,240,171). Sum of RGB (Red+Green+Blue) = 134+240+171=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #86F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F0AB is #790F54. Grayscale: #C8C8C8. Windows color (decimal): -7933781 or 11268230. OLE color: 11268230.
HSL color Cylindrical-coordinate representation of color #86F0AB: hue angle of 140.94º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F0AB is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 171 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.06 |
| HSL | 140.94º | 0.78% | 0.73% | - |
| HSV(B) | 140.94º | 0.44% | 0.94% | - |
| XYZ | 48.34 | 70.33 | 49.55 | - |
| YUV | 200.44 | 111.38 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 171 | 0.44 | 0 | 0.29 | 0.06 | 140.94 | 0.78 | 0.73 |
| Hex | 86 | F0 | AB | 2C | 0 | 1D | 6 | 8D | 4E | 49 |
| Octal | 206 | 360 | 253 | 54 | 0 | 35 | 6 | 215 | 116 | 111 |
| Binary | 10000110 | 11110000 | 10101011 | 101100 | 0 | 11101 | 110 | 10001101 | 1001110 | 1001001 |
Color Harmonies of #86F0AB
Complementary color
Monochromatic Colors of #86F0AB
Black with #86F0AB
Text Example
Text Example
White with #86F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F0AB; }
p { color: rgb(134,240,171); }
H1.HeaderClassName
{
color: #86F0AB;
}
.AnyTagClassName
{
color: #86F0AB;
}
</style>
background-color css
<style>
a { background-color: #86F0AB; }
a { background-color: rgb(134,240,171); }
div.DivClassName
{
background-color: #86F0AB;
}
.BgClassName
{
background-color: #86F0AB;
}
</style>
border-color css
<style>
span { border-color: #86F0AB; }
span { border-color: rgb(134,240,171); }
td.TdClassName
{
border-color: #86F0AB;
}
.TagClassName
{
border-color: #86F0AB;
}
</style>