Shades of Vista Blue #86DEA8
Tints of Vista Blue #86DEA8
RGB
CMYK
RGB Variations
Color information
#86DEA8 (or 0x86DEA8) is known color: Vista Blue. HEX triplet: 86, DE and A8. RGB value is (134,222,168). Sum of RGB (Red+Green+Blue) = 134+222+168=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #86DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DEA8 is #792157. Grayscale: #BDBDBD. Windows color (decimal): -7938392 or 11067014. OLE color: 11067014.
HSL color Cylindrical-coordinate representation of color #86DEA8: hue angle of 143.18º degrees, saturation: 0.57, 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 #86DEA8 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 168 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.13 |
| HSL | 143.18º | 0.57% | 0.7% | - |
| HSV(B) | 143.18º | 0.4% | 0.87% | - |
| XYZ | 43.02 | 60.14 | 46.39 | - |
| YUV | 189.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 168 | 0.40 | 0 | 0.24 | 0.13 | 143.18 | 0.57 | 0.7 |
| Hex | 86 | DE | A8 | 28 | 0 | 18 | D | 8F | 39 | 46 |
| Octal | 206 | 336 | 250 | 50 | 0 | 30 | 15 | 217 | 71 | 106 |
| Binary | 10000110 | 11011110 | 10101000 | 101000 | 0 | 11000 | 1101 | 10001111 | 111001 | 1000110 |
Color Harmonies of #86DEA8
Complementary color
Monochromatic Colors of #86DEA8
Black with #86DEA8
Text Example
Text Example
White with #86DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DEA8; }
p { color: rgb(134,222,168); }
H1.HeaderClassName
{
color: #86DEA8;
}
.AnyTagClassName
{
color: #86DEA8;
}
</style>
background-color css
<style>
a { background-color: #86DEA8; }
a { background-color: rgb(134,222,168); }
div.DivClassName
{
background-color: #86DEA8;
}
.BgClassName
{
background-color: #86DEA8;
}
</style>
border-color css
<style>
span { border-color: #86DEA8; }
span { border-color: rgb(134,222,168); }
td.TdClassName
{
border-color: #86DEA8;
}
.TagClassName
{
border-color: #86DEA8;
}
</style>