Shades of Vista Blue #86F4AA
Tints of Vista Blue #86F4AA
RGB
CMYK
RGB Variations
Color information
#86F4AA (or 0x86F4AA) is known color: Vista Blue. HEX triplet: 86, F4 and AA. RGB value is (134,244,170). Sum of RGB (Red+Green+Blue) = 134+244+170=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #86F4AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F4AA is #790B55. Grayscale: #CACACA. Windows color (decimal): -7932758 or 11203718. OLE color: 11203718.
HSL color Cylindrical-coordinate representation of color #86F4AA: hue angle of 139.64º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F4AA is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 244 | 170 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.04 |
| HSL | 139.64º | 0.83% | 0.74% | - |
| HSV(B) | 139.64º | 0.45% | 0.96% | - |
| XYZ | 49.44 | 72.67 | 49.45 | - |
| YUV | 202.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 244 | 170 | 0.45 | 0 | 0.30 | 0.04 | 139.64 | 0.83 | 0.74 |
| Hex | 86 | F4 | AA | 2D | 0 | 1E | 4 | 8C | 53 | 4A |
| Octal | 206 | 364 | 252 | 55 | 0 | 36 | 4 | 214 | 123 | 112 |
| Binary | 10000110 | 11110100 | 10101010 | 101101 | 0 | 11110 | 100 | 10001100 | 1010011 | 1001010 |
Color Harmonies of #86F4AA
Complementary color
Monochromatic Colors of #86F4AA
Black with #86F4AA
Text Example
Text Example
White with #86F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F4AA; }
p { color: rgb(134,244,170); }
H1.HeaderClassName
{
color: #86F4AA;
}
.AnyTagClassName
{
color: #86F4AA;
}
</style>
background-color css
<style>
a { background-color: #86F4AA; }
a { background-color: rgb(134,244,170); }
div.DivClassName
{
background-color: #86F4AA;
}
.BgClassName
{
background-color: #86F4AA;
}
</style>
border-color css
<style>
span { border-color: #86F4AA; }
span { border-color: rgb(134,244,170); }
td.TdClassName
{
border-color: #86F4AA;
}
.TagClassName
{
border-color: #86F4AA;
}
</style>