Shades of Vista Blue #86C7A9
Tints of Vista Blue #86C7A9
RGB
CMYK
RGB Variations
Color information
#86C7A9 (or 0x86C7A9) is known color: Vista Blue. HEX triplet: 86, C7 and A9. RGB value is (134,199,169). Sum of RGB (Red+Green+Blue) = 134+199+169=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #86C7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C7A9 is #793856. Grayscale: #B0B0B0. Windows color (decimal): -7944279 or 11126662. OLE color: 11126662.
HSL color Cylindrical-coordinate representation of color #86C7A9: hue angle of 152.31º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C7A9 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 199 | 169 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.22 |
| HSL | 152.31º | 0.37% | 0.65% | - |
| HSV(B) | 152.31º | 0.33% | 0.78% | - |
| XYZ | 37.42 | 48.78 | 44.98 | - |
| YUV | 176.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 199 | 169 | 0.33 | 0 | 0.15 | 0.22 | 152.31 | 0.37 | 0.65 |
| Hex | 86 | C7 | A9 | 21 | 0 | F | 16 | 98 | 25 | 41 |
| Octal | 206 | 307 | 251 | 41 | 0 | 17 | 26 | 230 | 45 | 101 |
| Binary | 10000110 | 11000111 | 10101001 | 100001 | 0 | 1111 | 10110 | 10011000 | 100101 | 1000001 |
Color Harmonies of #86C7A9
Complementary color
Monochromatic Colors of #86C7A9
Black with #86C7A9
Text Example
Text Example
White with #86C7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C7A9; }
p { color: rgb(134,199,169); }
H1.HeaderClassName
{
color: #86C7A9;
}
.AnyTagClassName
{
color: #86C7A9;
}
</style>
background-color css
<style>
a { background-color: #86C7A9; }
a { background-color: rgb(134,199,169); }
div.DivClassName
{
background-color: #86C7A9;
}
.BgClassName
{
background-color: #86C7A9;
}
</style>
border-color css
<style>
span { border-color: #86C7A9; }
span { border-color: rgb(134,199,169); }
td.TdClassName
{
border-color: #86C7A9;
}
.TagClassName
{
border-color: #86C7A9;
}
</style>