Shades of Vista Blue #86DBA3
Tints of Vista Blue #86DBA3
RGB
CMYK
RGB Variations
Color information
#86DBA3 (or 0x86DBA3) is known color: Vista Blue. HEX triplet: 86, DB and A3. RGB value is (134,219,163). Sum of RGB (Red+Green+Blue) = 134+219+163=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBA3 is #79245C. Grayscale: #BBBBBB. Windows color (decimal): -7939165 or 10738566. OLE color: 10738566.
HSL color Cylindrical-coordinate representation of color #86DBA3: hue angle of 140.47º 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 #86DBA3 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 163 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.14 |
| HSL | 140.47º | 0.54% | 0.69% | - |
| HSV(B) | 140.47º | 0.39% | 0.86% | - |
| XYZ | 41.77 | 58.38 | 43.72 | - |
| YUV | 187.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 163 | 0.39 | 0 | 0.26 | 0.14 | 140.47 | 0.54 | 0.69 |
| Hex | 86 | DB | A3 | 27 | 0 | 1A | E | 8C | 36 | 45 |
| Octal | 206 | 333 | 243 | 47 | 0 | 32 | 16 | 214 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10100011 | 100111 | 0 | 11010 | 1110 | 10001100 | 110110 | 1000101 |
Color Harmonies of #86DBA3
Complementary color
Monochromatic Colors of #86DBA3
Black with #86DBA3
Text Example
Text Example
White with #86DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBA3; }
p { color: rgb(134,219,163); }
H1.HeaderClassName
{
color: #86DBA3;
}
.AnyTagClassName
{
color: #86DBA3;
}
</style>
background-color css
<style>
a { background-color: #86DBA3; }
a { background-color: rgb(134,219,163); }
div.DivClassName
{
background-color: #86DBA3;
}
.BgClassName
{
background-color: #86DBA3;
}
</style>
border-color css
<style>
span { border-color: #86DBA3; }
span { border-color: rgb(134,219,163); }
td.TdClassName
{
border-color: #86DBA3;
}
.TagClassName
{
border-color: #86DBA3;
}
</style>