Shades of Vista Blue #86EDA8
Tints of Vista Blue #86EDA8
RGB
CMYK
RGB Variations
Color information
#86EDA8 (or 0x86EDA8) is known color: Vista Blue. HEX triplet: 86, ED and A8. RGB value is (134,237,168). Sum of RGB (Red+Green+Blue) = 134+237+168=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EDA8 is #791257. Grayscale: #C6C6C6. Windows color (decimal): -7934552 or 11070854. OLE color: 11070854.
HSL color Cylindrical-coordinate representation of color #86EDA8: hue angle of 139.81º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EDA8 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 168 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.07 |
| HSL | 139.81º | 0.74% | 0.73% | - |
| HSV(B) | 139.81º | 0.43% | 0.93% | - |
| XYZ | 47.18 | 68.46 | 47.77 | - |
| YUV | 198.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 168 | 0.43 | 0 | 0.29 | 0.07 | 139.81 | 0.74 | 0.73 |
| Hex | 86 | ED | A8 | 2B | 0 | 1D | 7 | 8C | 4A | 49 |
| Octal | 206 | 355 | 250 | 53 | 0 | 35 | 7 | 214 | 112 | 111 |
| Binary | 10000110 | 11101101 | 10101000 | 101011 | 0 | 11101 | 111 | 10001100 | 1001010 | 1001001 |
Color Harmonies of #86EDA8
Complementary color
Monochromatic Colors of #86EDA8
Black with #86EDA8
Text Example
Text Example
White with #86EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDA8; }
p { color: rgb(134,237,168); }
H1.HeaderClassName
{
color: #86EDA8;
}
.AnyTagClassName
{
color: #86EDA8;
}
</style>
background-color css
<style>
a { background-color: #86EDA8; }
a { background-color: rgb(134,237,168); }
div.DivClassName
{
background-color: #86EDA8;
}
.BgClassName
{
background-color: #86EDA8;
}
</style>
border-color css
<style>
span { border-color: #86EDA8; }
span { border-color: rgb(134,237,168); }
td.TdClassName
{
border-color: #86EDA8;
}
.TagClassName
{
border-color: #86EDA8;
}
</style>