Shades of Vista Blue #86EDB6
Tints of Vista Blue #86EDB6
RGB
CMYK
RGB Variations
Color information
#86EDB6 (or 0x86EDB6) is known color: Vista Blue. HEX triplet: 86, ED and B6. RGB value is (134,237,182). Sum of RGB (Red+Green+Blue) = 134+237+182=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDB6 is #791249. Grayscale: #C8C8C8. Windows color (decimal): -7934538 or 11988358. OLE color: 11988358.
HSL color Cylindrical-coordinate representation of color #86EDB6: hue angle of 147.96º 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 #86EDB6 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 182 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.07 |
| HSL | 147.96º | 0.74% | 0.73% | - |
| HSV(B) | 147.96º | 0.43% | 0.93% | - |
| XYZ | 48.56 | 69.01 | 55.02 | - |
| YUV | 199.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 182 | 0.43 | 0 | 0.23 | 0.07 | 147.96 | 0.74 | 0.73 |
| Hex | 86 | ED | B6 | 2B | 0 | 17 | 7 | 94 | 4A | 49 |
| Octal | 206 | 355 | 266 | 53 | 0 | 27 | 7 | 224 | 112 | 111 |
| Binary | 10000110 | 11101101 | 10110110 | 101011 | 0 | 10111 | 111 | 10010100 | 1001010 | 1001001 |
Color Harmonies of #86EDB6
Complementary color
Monochromatic Colors of #86EDB6
Black with #86EDB6
Text Example
Text Example
White with #86EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDB6; }
p { color: rgb(134,237,182); }
H1.HeaderClassName
{
color: #86EDB6;
}
.AnyTagClassName
{
color: #86EDB6;
}
</style>
background-color css
<style>
a { background-color: #86EDB6; }
a { background-color: rgb(134,237,182); }
div.DivClassName
{
background-color: #86EDB6;
}
.BgClassName
{
background-color: #86EDB6;
}
</style>
border-color css
<style>
span { border-color: #86EDB6; }
span { border-color: rgb(134,237,182); }
td.TdClassName
{
border-color: #86EDB6;
}
.TagClassName
{
border-color: #86EDB6;
}
</style>