Shades of Vista Blue #86ECAB
Tints of Vista Blue #86ECAB
RGB
CMYK
RGB Variations
Color information
#86ECAB (or 0x86ECAB) is known color: Vista Blue. HEX triplet: 86, EC and AB. RGB value is (134,236,171). Sum of RGB (Red+Green+Blue) = 134+236+171=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86ECAB is #791354. Grayscale: #C6C6C6. Windows color (decimal): -7934805 or 11267206. OLE color: 11267206.
HSL color Cylindrical-coordinate representation of color #86ECAB: hue angle of 141.76º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86ECAB is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 171 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.07 |
| HSL | 141.76º | 0.73% | 0.73% | - |
| HSV(B) | 141.76º | 0.43% | 0.93% | - |
| XYZ | 47.18 | 68 | 49.17 | - |
| YUV | 198.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 171 | 0.43 | 0 | 0.28 | 0.07 | 141.76 | 0.73 | 0.73 |
| Hex | 86 | EC | AB | 2B | 0 | 1C | 7 | 8E | 49 | 49 |
| Octal | 206 | 354 | 253 | 53 | 0 | 34 | 7 | 216 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10101011 | 101011 | 0 | 11100 | 111 | 10001110 | 1001001 | 1001001 |
Color Harmonies of #86ECAB
Complementary color
Monochromatic Colors of #86ECAB
Black with #86ECAB
Text Example
Text Example
White with #86ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ECAB; }
p { color: rgb(134,236,171); }
H1.HeaderClassName
{
color: #86ECAB;
}
.AnyTagClassName
{
color: #86ECAB;
}
</style>
background-color css
<style>
a { background-color: #86ECAB; }
a { background-color: rgb(134,236,171); }
div.DivClassName
{
background-color: #86ECAB;
}
.BgClassName
{
background-color: #86ECAB;
}
</style>
border-color css
<style>
span { border-color: #86ECAB; }
span { border-color: rgb(134,236,171); }
td.TdClassName
{
border-color: #86ECAB;
}
.TagClassName
{
border-color: #86ECAB;
}
</style>