Shades of Vista Blue #86DCAC
Tints of Vista Blue #86DCAC
RGB
CMYK
RGB Variations
Color information
#86DCAC (or 0x86DCAC) is known color: Vista Blue. HEX triplet: 86, DC and AC. RGB value is (134,220,172). Sum of RGB (Red+Green+Blue) = 134+220+172=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DCAC is #792353. Grayscale: #BCBCBC. Windows color (decimal): -7938900 or 11328646. OLE color: 11328646.
HSL color Cylindrical-coordinate representation of color #86DCAC: hue angle of 146.51º 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 #86DCAC is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 172 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.14 |
| HSL | 146.51º | 0.55% | 0.69% | - |
| HSV(B) | 146.51º | 0.39% | 0.86% | - |
| XYZ | 42.87 | 59.23 | 48.2 | - |
| YUV | 188.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 172 | 0.39 | 0 | 0.22 | 0.14 | 146.51 | 0.55 | 0.69 |
| Hex | 86 | DC | AC | 27 | 0 | 16 | E | 93 | 37 | 45 |
| Octal | 206 | 334 | 254 | 47 | 0 | 26 | 16 | 223 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10101100 | 100111 | 0 | 10110 | 1110 | 10010011 | 110111 | 1000101 |
Color Harmonies of #86DCAC
Complementary color
Monochromatic Colors of #86DCAC
Black with #86DCAC
Text Example
Text Example
White with #86DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCAC; }
p { color: rgb(134,220,172); }
H1.HeaderClassName
{
color: #86DCAC;
}
.AnyTagClassName
{
color: #86DCAC;
}
</style>
background-color css
<style>
a { background-color: #86DCAC; }
a { background-color: rgb(134,220,172); }
div.DivClassName
{
background-color: #86DCAC;
}
.BgClassName
{
background-color: #86DCAC;
}
</style>
border-color css
<style>
span { border-color: #86DCAC; }
span { border-color: rgb(134,220,172); }
td.TdClassName
{
border-color: #86DCAC;
}
.TagClassName
{
border-color: #86DCAC;
}
</style>