Shades of Vista Blue #86DFB5
Tints of Vista Blue #86DFB5
RGB
CMYK
RGB Variations
Color information
#86DFB5 (or 0x86DFB5) is known color: Vista Blue. HEX triplet: 86, DF and B5. RGB value is (134,223,181). Sum of RGB (Red+Green+Blue) = 134+223+181=538 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.91% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFB5 is #79204A. Grayscale: #BFBFBF. Windows color (decimal): -7938123 or 11919238. OLE color: 11919238.
HSL color Cylindrical-coordinate representation of color #86DFB5: hue angle of 151.69º 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 #86DFB5 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 181 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.13 |
| HSL | 151.69º | 0.58% | 0.7% | - |
| HSV(B) | 151.69º | 0.4% | 0.87% | - |
| XYZ | 44.56 | 61.18 | 53.18 | - |
| YUV | 191.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 181 | 0.40 | 0 | 0.19 | 0.13 | 151.69 | 0.58 | 0.7 |
| Hex | 86 | DF | B5 | 28 | 0 | 13 | D | 98 | 3A | 46 |
| Octal | 206 | 337 | 265 | 50 | 0 | 23 | 15 | 230 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10110101 | 101000 | 0 | 10011 | 1101 | 10011000 | 111010 | 1000110 |
Color Harmonies of #86DFB5
Complementary color
Monochromatic Colors of #86DFB5
Black with #86DFB5
Text Example
Text Example
White with #86DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFB5; }
p { color: rgb(134,223,181); }
H1.HeaderClassName
{
color: #86DFB5;
}
.AnyTagClassName
{
color: #86DFB5;
}
</style>
background-color css
<style>
a { background-color: #86DFB5; }
a { background-color: rgb(134,223,181); }
div.DivClassName
{
background-color: #86DFB5;
}
.BgClassName
{
background-color: #86DFB5;
}
</style>
border-color css
<style>
span { border-color: #86DFB5; }
span { border-color: rgb(134,223,181); }
td.TdClassName
{
border-color: #86DFB5;
}
.TagClassName
{
border-color: #86DFB5;
}
</style>