Shades of Vista Blue #86E1A4
Tints of Vista Blue #86E1A4
RGB
CMYK
RGB Variations
Color information
#86E1A4 (or 0x86E1A4) is known color: Vista Blue. HEX triplet: 86, E1 and A4. RGB value is (134,225,164). Sum of RGB (Red+Green+Blue) = 134+225+164=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #86E1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E1A4 is #791E5B. Grayscale: #BEBEBE. Windows color (decimal): -7937628 or 10805638. OLE color: 10805638.
HSL color Cylindrical-coordinate representation of color #86E1A4: hue angle of 139.78º 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 #86E1A4 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 225 | 164 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.12 |
| HSL | 139.78º | 0.6% | 0.7% | - |
| HSV(B) | 139.78º | 0.4% | 0.88% | - |
| XYZ | 43.46 | 61.6 | 44.72 | - |
| YUV | 190.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 225 | 164 | 0.40 | 0 | 0.27 | 0.12 | 139.78 | 0.6 | 0.7 |
| Hex | 86 | E1 | A4 | 28 | 0 | 1B | C | 8C | 3C | 46 |
| Octal | 206 | 341 | 244 | 50 | 0 | 33 | 14 | 214 | 74 | 106 |
| Binary | 10000110 | 11100001 | 10100100 | 101000 | 0 | 11011 | 1100 | 10001100 | 111100 | 1000110 |
Color Harmonies of #86E1A4
Complementary color
Monochromatic Colors of #86E1A4
Black with #86E1A4
Text Example
Text Example
White with #86E1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E1A4; }
p { color: rgb(134,225,164); }
H1.HeaderClassName
{
color: #86E1A4;
}
.AnyTagClassName
{
color: #86E1A4;
}
</style>
background-color css
<style>
a { background-color: #86E1A4; }
a { background-color: rgb(134,225,164); }
div.DivClassName
{
background-color: #86E1A4;
}
.BgClassName
{
background-color: #86E1A4;
}
</style>
border-color css
<style>
span { border-color: #86E1A4; }
span { border-color: rgb(134,225,164); }
td.TdClassName
{
border-color: #86E1A4;
}
.TagClassName
{
border-color: #86E1A4;
}
</style>