Shades of Vista Blue #86ECBC
Tints of Vista Blue #86ECBC
RGB
CMYK
RGB Variations
Color information
#86ECBC (or 0x86ECBC) is known color: Vista Blue. HEX triplet: 86, EC and BC. RGB value is (134,236,188). Sum of RGB (Red+Green+Blue) = 134+236+188=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECBC is #791343. Grayscale: #C8C8C8. Windows color (decimal): -7934788 or 12381318. OLE color: 12381318.
HSL color Cylindrical-coordinate representation of color #86ECBC: hue angle of 151.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 #86ECBC is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 188 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.07 |
| HSL | 151.76º | 0.73% | 0.73% | - |
| HSV(B) | 151.76º | 0.43% | 0.93% | - |
| XYZ | 48.9 | 68.69 | 58.26 | - |
| YUV | 200.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 188 | 0.43 | 0 | 0.20 | 0.07 | 151.76 | 0.73 | 0.73 |
| Hex | 86 | EC | BC | 2B | 0 | 14 | 7 | 98 | 49 | 49 |
| Octal | 206 | 354 | 274 | 53 | 0 | 24 | 7 | 230 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10111100 | 101011 | 0 | 10100 | 111 | 10011000 | 1001001 | 1001001 |
Color Harmonies of #86ECBC
Complementary color
Monochromatic Colors of #86ECBC
Black with #86ECBC
Text Example
Text Example
White with #86ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ECBC; }
p { color: rgb(134,236,188); }
H1.HeaderClassName
{
color: #86ECBC;
}
.AnyTagClassName
{
color: #86ECBC;
}
</style>
background-color css
<style>
a { background-color: #86ECBC; }
a { background-color: rgb(134,236,188); }
div.DivClassName
{
background-color: #86ECBC;
}
.BgClassName
{
background-color: #86ECBC;
}
</style>
border-color css
<style>
span { border-color: #86ECBC; }
span { border-color: rgb(134,236,188); }
td.TdClassName
{
border-color: #86ECBC;
}
.TagClassName
{
border-color: #86ECBC;
}
</style>