Shades of Vista Blue #86EDA6
Tints of Vista Blue #86EDA6
RGB
CMYK
RGB Variations
Color information
#86EDA6 (or 0x86EDA6) is known color: Vista Blue. HEX triplet: 86, ED and A6. RGB value is (134,237,166). Sum of RGB (Red+Green+Blue) = 134+237+166=537 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.95% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EDA6 is #791259. Grayscale: #C6C6C6. Windows color (decimal): -7934554 or 10939782. OLE color: 10939782.
HSL color Cylindrical-coordinate representation of color #86EDA6: hue angle of 138.64º 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 #86EDA6 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 166 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.07 |
| HSL | 138.64º | 0.74% | 0.73% | - |
| HSV(B) | 138.64º | 0.43% | 0.93% | - |
| XYZ | 47 | 68.39 | 46.8 | - |
| YUV | 198.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 166 | 0.43 | 0 | 0.30 | 0.07 | 138.64 | 0.74 | 0.73 |
| Hex | 86 | ED | A6 | 2B | 0 | 1E | 7 | 8B | 4A | 49 |
| Octal | 206 | 355 | 246 | 53 | 0 | 36 | 7 | 213 | 112 | 111 |
| Binary | 10000110 | 11101101 | 10100110 | 101011 | 0 | 11110 | 111 | 10001011 | 1001010 | 1001001 |
Color Harmonies of #86EDA6
Complementary color
Monochromatic Colors of #86EDA6
Black with #86EDA6
Text Example
Text Example
White with #86EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDA6; }
p { color: rgb(134,237,166); }
H1.HeaderClassName
{
color: #86EDA6;
}
.AnyTagClassName
{
color: #86EDA6;
}
</style>
background-color css
<style>
a { background-color: #86EDA6; }
a { background-color: rgb(134,237,166); }
div.DivClassName
{
background-color: #86EDA6;
}
.BgClassName
{
background-color: #86EDA6;
}
</style>
border-color css
<style>
span { border-color: #86EDA6; }
span { border-color: rgb(134,237,166); }
td.TdClassName
{
border-color: #86EDA6;
}
.TagClassName
{
border-color: #86EDA6;
}
</style>