Shades of Vista Blue #86F2AA
Tints of Vista Blue #86F2AA
RGB
CMYK
RGB Variations
Color information
#86F2AA (or 0x86F2AA) is known color: Vista Blue. HEX triplet: 86, F2 and AA. RGB value is (134,242,170). Sum of RGB (Red+Green+Blue) = 134+242+170=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F2AA is #790D55. Grayscale: #C9C9C9. Windows color (decimal): -7933270 or 11203206. OLE color: 11203206.
HSL color Cylindrical-coordinate representation of color #86F2AA: hue angle of 140º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2AA is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 170 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.05 |
| HSL | 140º | 0.81% | 0.74% | - |
| HSV(B) | 140º | 0.45% | 0.95% | - |
| XYZ | 48.84 | 71.47 | 49.25 | - |
| YUV | 201.5 | 110.22 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 170 | 0.45 | 0 | 0.30 | 0.05 | 140 | 0.81 | 0.74 |
| Hex | 86 | F2 | AA | 2D | 0 | 1E | 5 | 8C | 51 | 4A |
| Octal | 206 | 362 | 252 | 55 | 0 | 36 | 5 | 214 | 121 | 112 |
| Binary | 10000110 | 11110010 | 10101010 | 101101 | 0 | 11110 | 101 | 10001100 | 1010001 | 1001010 |
Color Harmonies of #86F2AA
Complementary color
Monochromatic Colors of #86F2AA
Black with #86F2AA
Text Example
Text Example
White with #86F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F2AA; }
p { color: rgb(134,242,170); }
H1.HeaderClassName
{
color: #86F2AA;
}
.AnyTagClassName
{
color: #86F2AA;
}
</style>
background-color css
<style>
a { background-color: #86F2AA; }
a { background-color: rgb(134,242,170); }
div.DivClassName
{
background-color: #86F2AA;
}
.BgClassName
{
background-color: #86F2AA;
}
</style>
border-color css
<style>
span { border-color: #86F2AA; }
span { border-color: rgb(134,242,170); }
td.TdClassName
{
border-color: #86F2AA;
}
.TagClassName
{
border-color: #86F2AA;
}
</style>