Shades of Vista Blue #86D5A4
Tints of Vista Blue #86D5A4
RGB
CMYK
RGB Variations
Color information
#86D5A4 (or 0x86D5A4) is known color: Vista Blue. HEX triplet: 86, D5 and A4. RGB value is (134,213,164). Sum of RGB (Red+Green+Blue) = 134+213+164=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D5A4 is #792A5B. Grayscale: #B7B7B7. Windows color (decimal): -7940700 or 10802566. OLE color: 10802566.
HSL color Cylindrical-coordinate representation of color #86D5A4: hue angle of 142.78º degrees, saturation: 0.48, 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 #86D5A4 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 164 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.16 |
| HSL | 142.78º | 0.48% | 0.68% | - |
| HSV(B) | 142.78º | 0.37% | 0.84% | - |
| XYZ | 40.33 | 55.34 | 43.68 | - |
| YUV | 183.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 164 | 0.37 | 0 | 0.23 | 0.16 | 142.78 | 0.48 | 0.68 |
| Hex | 86 | D5 | A4 | 25 | 0 | 17 | 10 | 8F | 30 | 44 |
| Octal | 206 | 325 | 244 | 45 | 0 | 27 | 20 | 217 | 60 | 104 |
| Binary | 10000110 | 11010101 | 10100100 | 100101 | 0 | 10111 | 10000 | 10001111 | 110000 | 1000100 |
Color Harmonies of #86D5A4
Complementary color
Monochromatic Colors of #86D5A4
Black with #86D5A4
Text Example
Text Example
White with #86D5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D5A4; }
p { color: rgb(134,213,164); }
H1.HeaderClassName
{
color: #86D5A4;
}
.AnyTagClassName
{
color: #86D5A4;
}
</style>
background-color css
<style>
a { background-color: #86D5A4; }
a { background-color: rgb(134,213,164); }
div.DivClassName
{
background-color: #86D5A4;
}
.BgClassName
{
background-color: #86D5A4;
}
</style>
border-color css
<style>
span { border-color: #86D5A4; }
span { border-color: rgb(134,213,164); }
td.TdClassName
{
border-color: #86D5A4;
}
.TagClassName
{
border-color: #86D5A4;
}
</style>