Shades of Vista Blue #86D6A3
Tints of Vista Blue #86D6A3
RGB
CMYK
RGB Variations
Color information
#86D6A3 (or 0x86D6A3) is known color: Vista Blue. HEX triplet: 86, D6 and A3. RGB value is (134,214,163). Sum of RGB (Red+Green+Blue) = 134+214+163=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D6A3 is #79295C. Grayscale: #B8B8B8. Windows color (decimal): -7940445 or 10737286. OLE color: 10737286.
HSL color Cylindrical-coordinate representation of color #86D6A3: hue angle of 141.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D6A3 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 163 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.16 |
| HSL | 141.75º | 0.49% | 0.68% | - |
| HSV(B) | 141.75º | 0.37% | 0.84% | - |
| XYZ | 40.49 | 55.81 | 43.29 | - |
| YUV | 184.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 163 | 0.37 | 0 | 0.24 | 0.16 | 141.75 | 0.49 | 0.68 |
| Hex | 86 | D6 | A3 | 25 | 0 | 18 | 10 | 8E | 31 | 44 |
| Octal | 206 | 326 | 243 | 45 | 0 | 30 | 20 | 216 | 61 | 104 |
| Binary | 10000110 | 11010110 | 10100011 | 100101 | 0 | 11000 | 10000 | 10001110 | 110001 | 1000100 |
Color Harmonies of #86D6A3
Complementary color
Monochromatic Colors of #86D6A3
Black with #86D6A3
Text Example
Text Example
White with #86D6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6A3; }
p { color: rgb(134,214,163); }
H1.HeaderClassName
{
color: #86D6A3;
}
.AnyTagClassName
{
color: #86D6A3;
}
</style>
background-color css
<style>
a { background-color: #86D6A3; }
a { background-color: rgb(134,214,163); }
div.DivClassName
{
background-color: #86D6A3;
}
.BgClassName
{
background-color: #86D6A3;
}
</style>
border-color css
<style>
span { border-color: #86D6A3; }
span { border-color: rgb(134,214,163); }
td.TdClassName
{
border-color: #86D6A3;
}
.TagClassName
{
border-color: #86D6A3;
}
</style>