Shades of Vista Blue #86DFAC
Tints of Vista Blue #86DFAC
RGB
CMYK
RGB Variations
Color information
#86DFAC (or 0x86DFAC) is known color: Vista Blue. HEX triplet: 86, DF and AC. RGB value is (134,223,172). Sum of RGB (Red+Green+Blue) = 134+223+172=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DFAC is #792053. Grayscale: #BEBEBE. Windows color (decimal): -7938132 or 11329414. OLE color: 11329414.
HSL color Cylindrical-coordinate representation of color #86DFAC: hue angle of 145.62º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DFAC is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 172 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.13 |
| HSL | 145.62º | 0.58% | 0.7% | - |
| HSV(B) | 145.62º | 0.4% | 0.87% | - |
| XYZ | 43.67 | 60.82 | 48.47 | - |
| YUV | 190.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 172 | 0.40 | 0 | 0.23 | 0.13 | 145.62 | 0.58 | 0.7 |
| Hex | 86 | DF | AC | 28 | 0 | 17 | D | 92 | 3A | 46 |
| Octal | 206 | 337 | 254 | 50 | 0 | 27 | 15 | 222 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10101100 | 101000 | 0 | 10111 | 1101 | 10010010 | 111010 | 1000110 |
Color Harmonies of #86DFAC
Complementary color
Monochromatic Colors of #86DFAC
Black with #86DFAC
Text Example
Text Example
White with #86DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFAC; }
p { color: rgb(134,223,172); }
H1.HeaderClassName
{
color: #86DFAC;
}
.AnyTagClassName
{
color: #86DFAC;
}
</style>
background-color css
<style>
a { background-color: #86DFAC; }
a { background-color: rgb(134,223,172); }
div.DivClassName
{
background-color: #86DFAC;
}
.BgClassName
{
background-color: #86DFAC;
}
</style>
border-color css
<style>
span { border-color: #86DFAC; }
span { border-color: rgb(134,223,172); }
td.TdClassName
{
border-color: #86DFAC;
}
.TagClassName
{
border-color: #86DFAC;
}
</style>