Shades of Vista Blue #86D0AC
Tints of Vista Blue #86D0AC
RGB
CMYK
RGB Variations
Color information
#86D0AC (or 0x86D0AC) is known color: Vista Blue. HEX triplet: 86, D0 and AC. RGB value is (134,208,172). Sum of RGB (Red+Green+Blue) = 134+208+172=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #86D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D0AC is #792F53. Grayscale: #B5B5B5. Windows color (decimal): -7941972 or 11325574. OLE color: 11325574.
HSL color Cylindrical-coordinate representation of color #86D0AC: hue angle of 150.81º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D0AC is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 172 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.18 |
| HSL | 150.81º | 0.44% | 0.67% | - |
| HSV(B) | 150.81º | 0.36% | 0.82% | - |
| XYZ | 39.83 | 53.16 | 47.19 | - |
| YUV | 181.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 172 | 0.36 | 0 | 0.17 | 0.18 | 150.81 | 0.44 | 0.67 |
| Hex | 86 | D0 | AC | 24 | 0 | 11 | 12 | 97 | 2C | 43 |
| Octal | 206 | 320 | 254 | 44 | 0 | 21 | 22 | 227 | 54 | 103 |
| Binary | 10000110 | 11010000 | 10101100 | 100100 | 0 | 10001 | 10010 | 10010111 | 101100 | 1000011 |
Color Harmonies of #86D0AC
Complementary color
Monochromatic Colors of #86D0AC
Black with #86D0AC
Text Example
Text Example
White with #86D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D0AC; }
p { color: rgb(134,208,172); }
H1.HeaderClassName
{
color: #86D0AC;
}
.AnyTagClassName
{
color: #86D0AC;
}
</style>
background-color css
<style>
a { background-color: #86D0AC; }
a { background-color: rgb(134,208,172); }
div.DivClassName
{
background-color: #86D0AC;
}
.BgClassName
{
background-color: #86D0AC;
}
</style>
border-color css
<style>
span { border-color: #86D0AC; }
span { border-color: rgb(134,208,172); }
td.TdClassName
{
border-color: #86D0AC;
}
.TagClassName
{
border-color: #86D0AC;
}
</style>