Shades of Vista Blue #86EFB7
Tints of Vista Blue #86EFB7
RGB
CMYK
RGB Variations
Color information
#86EFB7 (or 0x86EFB7) is known color: Vista Blue. HEX triplet: 86, EF and B7. RGB value is (134,239,183). Sum of RGB (Red+Green+Blue) = 134+239+183=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFB7 is #791048. Grayscale: #C9C9C9. Windows color (decimal): -7934025 or 12054406. OLE color: 12054406.
HSL color Cylindrical-coordinate representation of color #86EFB7: hue angle of 148º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EFB7 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 183 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.06 |
| HSL | 148º | 0.77% | 0.73% | - |
| HSV(B) | 148º | 0.44% | 0.94% | - |
| XYZ | 49.25 | 70.22 | 55.76 | - |
| YUV | 201.22 | 117.71 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 183 | 0.44 | 0 | 0.23 | 0.06 | 148 | 0.77 | 0.73 |
| Hex | 86 | EF | B7 | 2C | 0 | 17 | 6 | 94 | 4D | 49 |
| Octal | 206 | 357 | 267 | 54 | 0 | 27 | 6 | 224 | 115 | 111 |
| Binary | 10000110 | 11101111 | 10110111 | 101100 | 0 | 10111 | 110 | 10010100 | 1001101 | 1001001 |
Color Harmonies of #86EFB7
Complementary color
Monochromatic Colors of #86EFB7
Black with #86EFB7
Text Example
Text Example
White with #86EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EFB7; }
p { color: rgb(134,239,183); }
H1.HeaderClassName
{
color: #86EFB7;
}
.AnyTagClassName
{
color: #86EFB7;
}
</style>
background-color css
<style>
a { background-color: #86EFB7; }
a { background-color: rgb(134,239,183); }
div.DivClassName
{
background-color: #86EFB7;
}
.BgClassName
{
background-color: #86EFB7;
}
</style>
border-color css
<style>
span { border-color: #86EFB7; }
span { border-color: rgb(134,239,183); }
td.TdClassName
{
border-color: #86EFB7;
}
.TagClassName
{
border-color: #86EFB7;
}
</style>