Shades of Vista Blue #86DCAB
Tints of Vista Blue #86DCAB
RGB
CMYK
RGB Variations
Color information
#86DCAB (or 0x86DCAB) is known color: Vista Blue. HEX triplet: 86, DC and AB. RGB value is (134,220,171). Sum of RGB (Red+Green+Blue) = 134+220+171=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DCAB is #792354. Grayscale: #BCBCBC. Windows color (decimal): -7938901 or 11263110. OLE color: 11263110.
HSL color Cylindrical-coordinate representation of color #86DCAB: hue angle of 145.81º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCAB is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 171 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.14 |
| HSL | 145.81º | 0.55% | 0.69% | - |
| HSV(B) | 145.81º | 0.39% | 0.86% | - |
| XYZ | 42.78 | 59.2 | 47.7 | - |
| YUV | 188.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 171 | 0.39 | 0 | 0.22 | 0.14 | 145.81 | 0.55 | 0.69 |
| Hex | 86 | DC | AB | 27 | 0 | 16 | E | 92 | 37 | 45 |
| Octal | 206 | 334 | 253 | 47 | 0 | 26 | 16 | 222 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10101011 | 100111 | 0 | 10110 | 1110 | 10010010 | 110111 | 1000101 |
Color Harmonies of #86DCAB
Complementary color
Monochromatic Colors of #86DCAB
Black with #86DCAB
Text Example
Text Example
White with #86DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCAB; }
p { color: rgb(134,220,171); }
H1.HeaderClassName
{
color: #86DCAB;
}
.AnyTagClassName
{
color: #86DCAB;
}
</style>
background-color css
<style>
a { background-color: #86DCAB; }
a { background-color: rgb(134,220,171); }
div.DivClassName
{
background-color: #86DCAB;
}
.BgClassName
{
background-color: #86DCAB;
}
</style>
border-color css
<style>
span { border-color: #86DCAB; }
span { border-color: rgb(134,220,171); }
td.TdClassName
{
border-color: #86DCAB;
}
.TagClassName
{
border-color: #86DCAB;
}
</style>