Shades of Vista Blue #86D9A3
Tints of Vista Blue #86D9A3
RGB
CMYK
RGB Variations
Color information
#86D9A3 (or 0x86D9A3) is known color: Vista Blue. HEX triplet: 86, D9 and A3. RGB value is (134,217,163). Sum of RGB (Red+Green+Blue) = 134+217+163=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #86D9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D9A3 is #79265C. Grayscale: #BABABA. Windows color (decimal): -7939677 or 10738054. OLE color: 10738054.
HSL color Cylindrical-coordinate representation of color #86D9A3: hue angle of 140.96º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D9A3 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 217 | 163 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.15 |
| HSL | 140.96º | 0.52% | 0.69% | - |
| HSV(B) | 140.96º | 0.38% | 0.85% | - |
| XYZ | 41.26 | 57.34 | 43.54 | - |
| YUV | 186.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 163 | 0.38 | 0 | 0.25 | 0.15 | 140.96 | 0.52 | 0.69 |
| Hex | 86 | D9 | A3 | 26 | 0 | 19 | F | 8D | 34 | 45 |
| Octal | 206 | 331 | 243 | 46 | 0 | 31 | 17 | 215 | 64 | 105 |
| Binary | 10000110 | 11011001 | 10100011 | 100110 | 0 | 11001 | 1111 | 10001101 | 110100 | 1000101 |
Color Harmonies of #86D9A3
Complementary color
Monochromatic Colors of #86D9A3
Black with #86D9A3
Text Example
Text Example
White with #86D9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D9A3; }
p { color: rgb(134,217,163); }
H1.HeaderClassName
{
color: #86D9A3;
}
.AnyTagClassName
{
color: #86D9A3;
}
</style>
background-color css
<style>
a { background-color: #86D9A3; }
a { background-color: rgb(134,217,163); }
div.DivClassName
{
background-color: #86D9A3;
}
.BgClassName
{
background-color: #86D9A3;
}
</style>
border-color css
<style>
span { border-color: #86D9A3; }
span { border-color: rgb(134,217,163); }
td.TdClassName
{
border-color: #86D9A3;
}
.TagClassName
{
border-color: #86D9A3;
}
</style>