Shades of Vista Blue #86EDB9
Tints of Vista Blue #86EDB9
RGB
CMYK
RGB Variations
Color information
#86EDB9 (or 0x86EDB9) is known color: Vista Blue. HEX triplet: 86, ED and B9. RGB value is (134,237,185). Sum of RGB (Red+Green+Blue) = 134+237+185=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDB9 is #791246. Grayscale: #C8C8C8. Windows color (decimal): -7934535 or 12184966. OLE color: 12184966.
HSL color Cylindrical-coordinate representation of color #86EDB9: hue angle of 149.71º 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 #86EDB9 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 185 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.07 |
| HSL | 149.71º | 0.74% | 0.73% | - |
| HSV(B) | 149.71º | 0.43% | 0.93% | - |
| XYZ | 48.87 | 69.14 | 56.67 | - |
| YUV | 200.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 185 | 0.43 | 0 | 0.22 | 0.07 | 149.71 | 0.74 | 0.73 |
| Hex | 86 | ED | B9 | 2B | 0 | 16 | 7 | 96 | 4A | 49 |
| Octal | 206 | 355 | 271 | 53 | 0 | 26 | 7 | 226 | 112 | 111 |
| Binary | 10000110 | 11101101 | 10111001 | 101011 | 0 | 10110 | 111 | 10010110 | 1001010 | 1001001 |
Color Harmonies of #86EDB9
Complementary color
Monochromatic Colors of #86EDB9
Black with #86EDB9
Text Example
Text Example
White with #86EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDB9; }
p { color: rgb(134,237,185); }
H1.HeaderClassName
{
color: #86EDB9;
}
.AnyTagClassName
{
color: #86EDB9;
}
</style>
background-color css
<style>
a { background-color: #86EDB9; }
a { background-color: rgb(134,237,185); }
div.DivClassName
{
background-color: #86EDB9;
}
.BgClassName
{
background-color: #86EDB9;
}
</style>
border-color css
<style>
span { border-color: #86EDB9; }
span { border-color: rgb(134,237,185); }
td.TdClassName
{
border-color: #86EDB9;
}
.TagClassName
{
border-color: #86EDB9;
}
</style>