Shades of Vista Blue #86E5AE
Tints of Vista Blue #86E5AE
RGB
CMYK
RGB Variations
Color information
#86E5AE (or 0x86E5AE) is known color: Vista Blue. HEX triplet: 86, E5 and AE. RGB value is (134,229,174). Sum of RGB (Red+Green+Blue) = 134+229+174=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #86E5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E5AE is #791A51. Grayscale: #C2C2C2. Windows color (decimal): -7936594 or 11462022. OLE color: 11462022.
HSL color Cylindrical-coordinate representation of color #86E5AE: hue angle of 145.26º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E5AE is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 174 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.10 |
| HSL | 145.26º | 0.65% | 0.71% | - |
| HSV(B) | 145.26º | 0.41% | 0.9% | - |
| XYZ | 45.49 | 64.16 | 50.03 | - |
| YUV | 194.33 | 116.53 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 174 | 0.41 | 0 | 0.24 | 0.10 | 145.26 | 0.65 | 0.71 |
| Hex | 86 | E5 | AE | 29 | 0 | 18 | A | 91 | 41 | 47 |
| Octal | 206 | 345 | 256 | 51 | 0 | 30 | 12 | 221 | 101 | 107 |
| Binary | 10000110 | 11100101 | 10101110 | 101001 | 0 | 11000 | 1010 | 10010001 | 1000001 | 1000111 |
Color Harmonies of #86E5AE
Complementary color
Monochromatic Colors of #86E5AE
Black with #86E5AE
Text Example
Text Example
White with #86E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E5AE; }
p { color: rgb(134,229,174); }
H1.HeaderClassName
{
color: #86E5AE;
}
.AnyTagClassName
{
color: #86E5AE;
}
</style>
background-color css
<style>
a { background-color: #86E5AE; }
a { background-color: rgb(134,229,174); }
div.DivClassName
{
background-color: #86E5AE;
}
.BgClassName
{
background-color: #86E5AE;
}
</style>
border-color css
<style>
span { border-color: #86E5AE; }
span { border-color: rgb(134,229,174); }
td.TdClassName
{
border-color: #86E5AE;
}
.TagClassName
{
border-color: #86E5AE;
}
</style>