Shades of Vista Blue #86EBA7
Tints of Vista Blue #86EBA7
RGB
CMYK
RGB Variations
Color information
#86EBA7 (or 0x86EBA7) is known color: Vista Blue. HEX triplet: 86, EB and A7. RGB value is (134,235,167). Sum of RGB (Red+Green+Blue) = 134+235+167=536 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EBA7 is #791458. Grayscale: #C5C5C5. Windows color (decimal): -7935065 or 11004806. OLE color: 11004806.
HSL color Cylindrical-coordinate representation of color #86EBA7: hue angle of 139.6º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EBA7 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 235 | 167 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.08 |
| HSL | 139.6º | 0.72% | 0.72% | - |
| HSV(B) | 139.6º | 0.43% | 0.92% | - |
| XYZ | 46.51 | 67.28 | 47.09 | - |
| YUV | 197.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 235 | 167 | 0.43 | 0 | 0.29 | 0.08 | 139.6 | 0.72 | 0.72 |
| Hex | 86 | EB | A7 | 2B | 0 | 1D | 8 | 8C | 48 | 48 |
| Octal | 206 | 353 | 247 | 53 | 0 | 35 | 10 | 214 | 110 | 110 |
| Binary | 10000110 | 11101011 | 10100111 | 101011 | 0 | 11101 | 1000 | 10001100 | 1001000 | 1001000 |
Color Harmonies of #86EBA7
Complementary color
Monochromatic Colors of #86EBA7
Black with #86EBA7
Text Example
Text Example
White with #86EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EBA7; }
p { color: rgb(134,235,167); }
H1.HeaderClassName
{
color: #86EBA7;
}
.AnyTagClassName
{
color: #86EBA7;
}
</style>
background-color css
<style>
a { background-color: #86EBA7; }
a { background-color: rgb(134,235,167); }
div.DivClassName
{
background-color: #86EBA7;
}
.BgClassName
{
background-color: #86EBA7;
}
</style>
border-color css
<style>
span { border-color: #86EBA7; }
span { border-color: rgb(134,235,167); }
td.TdClassName
{
border-color: #86EBA7;
}
.TagClassName
{
border-color: #86EBA7;
}
</style>