Shades of Vista Blue #86DFB6
Tints of Vista Blue #86DFB6
RGB
CMYK
RGB Variations
Color information
#86DFB6 (or 0x86DFB6) is known color: Vista Blue. HEX triplet: 86, DF and B6. RGB value is (134,223,182). Sum of RGB (Red+Green+Blue) = 134+223+182=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFB6 is #792049. Grayscale: #BFBFBF. Windows color (decimal): -7938122 or 11984774. OLE color: 11984774.
HSL color Cylindrical-coordinate representation of color #86DFB6: hue angle of 152.36º 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 #86DFB6 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 182 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.13 |
| HSL | 152.36º | 0.58% | 0.7% | - |
| HSV(B) | 152.36º | 0.4% | 0.87% | - |
| XYZ | 44.66 | 61.22 | 53.72 | - |
| YUV | 191.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 182 | 0.40 | 0 | 0.18 | 0.13 | 152.36 | 0.58 | 0.7 |
| Hex | 86 | DF | B6 | 28 | 0 | 12 | D | 98 | 3A | 46 |
| Octal | 206 | 337 | 266 | 50 | 0 | 22 | 15 | 230 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10110110 | 101000 | 0 | 10010 | 1101 | 10011000 | 111010 | 1000110 |
Color Harmonies of #86DFB6
Complementary color
Monochromatic Colors of #86DFB6
Black with #86DFB6
Text Example
Text Example
White with #86DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFB6; }
p { color: rgb(134,223,182); }
H1.HeaderClassName
{
color: #86DFB6;
}
.AnyTagClassName
{
color: #86DFB6;
}
</style>
background-color css
<style>
a { background-color: #86DFB6; }
a { background-color: rgb(134,223,182); }
div.DivClassName
{
background-color: #86DFB6;
}
.BgClassName
{
background-color: #86DFB6;
}
</style>
border-color css
<style>
span { border-color: #86DFB6; }
span { border-color: rgb(134,223,182); }
td.TdClassName
{
border-color: #86DFB6;
}
.TagClassName
{
border-color: #86DFB6;
}
</style>