Shades of Vista Blue #86ECB8
Tints of Vista Blue #86ECB8
RGB
CMYK
RGB Variations
Color information
#86ECB8 (or 0x86ECB8) is known color: Vista Blue. HEX triplet: 86, EC and B8. RGB value is (134,236,184). Sum of RGB (Red+Green+Blue) = 134+236+184=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECB8 is #791347. Grayscale: #C7C7C7. Windows color (decimal): -7934792 or 12119174. OLE color: 12119174.
HSL color Cylindrical-coordinate representation of color #86ECB8: hue angle of 149.41º degrees, saturation: 0.73, 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 #86ECB8 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 184 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.07 |
| HSL | 149.41º | 0.73% | 0.73% | - |
| HSV(B) | 149.41º | 0.43% | 0.93% | - |
| XYZ | 48.48 | 68.52 | 56.02 | - |
| YUV | 199.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 184 | 0.43 | 0 | 0.22 | 0.07 | 149.41 | 0.73 | 0.73 |
| Hex | 86 | EC | B8 | 2B | 0 | 16 | 7 | 95 | 49 | 49 |
| Octal | 206 | 354 | 270 | 53 | 0 | 26 | 7 | 225 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10111000 | 101011 | 0 | 10110 | 111 | 10010101 | 1001001 | 1001001 |
Color Harmonies of #86ECB8
Complementary color
Monochromatic Colors of #86ECB8
Black with #86ECB8
Text Example
Text Example
White with #86ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ECB8; }
p { color: rgb(134,236,184); }
H1.HeaderClassName
{
color: #86ECB8;
}
.AnyTagClassName
{
color: #86ECB8;
}
</style>
background-color css
<style>
a { background-color: #86ECB8; }
a { background-color: rgb(134,236,184); }
div.DivClassName
{
background-color: #86ECB8;
}
.BgClassName
{
background-color: #86ECB8;
}
</style>
border-color css
<style>
span { border-color: #86ECB8; }
span { border-color: rgb(134,236,184); }
td.TdClassName
{
border-color: #86ECB8;
}
.TagClassName
{
border-color: #86ECB8;
}
</style>