Shades of Vista Blue #86DBA7
Tints of Vista Blue #86DBA7
RGB
CMYK
RGB Variations
Color information
#86DBA7 (or 0x86DBA7) is known color: Vista Blue. HEX triplet: 86, DB and A7. RGB value is (134,219,167). Sum of RGB (Red+Green+Blue) = 134+219+167=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBA7 is #792458. Grayscale: #BBBBBB. Windows color (decimal): -7939161 or 11000710. OLE color: 11000710.
HSL color Cylindrical-coordinate representation of color #86DBA7: hue angle of 143.29º degrees, saturation: 0.54, 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 #86DBA7 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 167 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.14 |
| HSL | 143.29º | 0.54% | 0.69% | - |
| HSV(B) | 143.29º | 0.39% | 0.86% | - |
| XYZ | 42.14 | 58.52 | 45.63 | - |
| YUV | 187.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 167 | 0.39 | 0 | 0.24 | 0.14 | 143.29 | 0.54 | 0.69 |
| Hex | 86 | DB | A7 | 27 | 0 | 18 | E | 8F | 36 | 45 |
| Octal | 206 | 333 | 247 | 47 | 0 | 30 | 16 | 217 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10100111 | 100111 | 0 | 11000 | 1110 | 10001111 | 110110 | 1000101 |
Color Harmonies of #86DBA7
Complementary color
Monochromatic Colors of #86DBA7
Black with #86DBA7
Text Example
Text Example
White with #86DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBA7; }
p { color: rgb(134,219,167); }
H1.HeaderClassName
{
color: #86DBA7;
}
.AnyTagClassName
{
color: #86DBA7;
}
</style>
background-color css
<style>
a { background-color: #86DBA7; }
a { background-color: rgb(134,219,167); }
div.DivClassName
{
background-color: #86DBA7;
}
.BgClassName
{
background-color: #86DBA7;
}
</style>
border-color css
<style>
span { border-color: #86DBA7; }
span { border-color: rgb(134,219,167); }
td.TdClassName
{
border-color: #86DBA7;
}
.TagClassName
{
border-color: #86DBA7;
}
</style>