Shades of Vista Blue #86E1AF
Tints of Vista Blue #86E1AF
RGB
CMYK
RGB Variations
Color information
#86E1AF (or 0x86E1AF) is known color: Vista Blue. HEX triplet: 86, E1 and AF. RGB value is (134,225,175). Sum of RGB (Red+Green+Blue) = 134+225+175=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #86E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E1AF is #791E50. Grayscale: #C0C0C0. Windows color (decimal): -7937617 or 11526534. OLE color: 11526534.
HSL color Cylindrical-coordinate representation of color #86E1AF: hue angle of 147.03º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E1AF is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 225 | 175 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.12 |
| HSL | 147.03º | 0.6% | 0.7% | - |
| HSV(B) | 147.03º | 0.4% | 0.88% | - |
| XYZ | 44.49 | 62.01 | 50.18 | - |
| YUV | 192.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 225 | 175 | 0.40 | 0 | 0.22 | 0.12 | 147.03 | 0.6 | 0.7 |
| Hex | 86 | E1 | AF | 28 | 0 | 16 | C | 93 | 3C | 46 |
| Octal | 206 | 341 | 257 | 50 | 0 | 26 | 14 | 223 | 74 | 106 |
| Binary | 10000110 | 11100001 | 10101111 | 101000 | 0 | 10110 | 1100 | 10010011 | 111100 | 1000110 |
Color Harmonies of #86E1AF
Complementary color
Monochromatic Colors of #86E1AF
Black with #86E1AF
Text Example
Text Example
White with #86E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E1AF; }
p { color: rgb(134,225,175); }
H1.HeaderClassName
{
color: #86E1AF;
}
.AnyTagClassName
{
color: #86E1AF;
}
</style>
background-color css
<style>
a { background-color: #86E1AF; }
a { background-color: rgb(134,225,175); }
div.DivClassName
{
background-color: #86E1AF;
}
.BgClassName
{
background-color: #86E1AF;
}
</style>
border-color css
<style>
span { border-color: #86E1AF; }
span { border-color: rgb(134,225,175); }
td.TdClassName
{
border-color: #86E1AF;
}
.TagClassName
{
border-color: #86E1AF;
}
</style>