Shades of Vista Blue #86ECB5
Tints of Vista Blue #86ECB5
RGB
CMYK
RGB Variations
Color information
#86ECB5 (or 0x86ECB5) is known color: Vista Blue. HEX triplet: 86, EC and B5. RGB value is (134,236,181). Sum of RGB (Red+Green+Blue) = 134+236+181=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECB5 is #79134A. Grayscale: #C7C7C7. Windows color (decimal): -7934795 or 11922566. OLE color: 11922566.
HSL color Cylindrical-coordinate representation of color #86ECB5: hue angle of 147.65º 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 #86ECB5 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 181 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.07 |
| HSL | 147.65º | 0.73% | 0.73% | - |
| HSV(B) | 147.65º | 0.43% | 0.93% | - |
| XYZ | 48.17 | 68.4 | 54.38 | - |
| YUV | 199.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 181 | 0.43 | 0 | 0.23 | 0.07 | 147.65 | 0.73 | 0.73 |
| Hex | 86 | EC | B5 | 2B | 0 | 17 | 7 | 94 | 49 | 49 |
| Octal | 206 | 354 | 265 | 53 | 0 | 27 | 7 | 224 | 111 | 111 |
| Binary | 10000110 | 11101100 | 10110101 | 101011 | 0 | 10111 | 111 | 10010100 | 1001001 | 1001001 |
Color Harmonies of #86ECB5
Complementary color
Monochromatic Colors of #86ECB5
Black with #86ECB5
Text Example
Text Example
White with #86ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ECB5; }
p { color: rgb(134,236,181); }
H1.HeaderClassName
{
color: #86ECB5;
}
.AnyTagClassName
{
color: #86ECB5;
}
</style>
background-color css
<style>
a { background-color: #86ECB5; }
a { background-color: rgb(134,236,181); }
div.DivClassName
{
background-color: #86ECB5;
}
.BgClassName
{
background-color: #86ECB5;
}
</style>
border-color css
<style>
span { border-color: #86ECB5; }
span { border-color: rgb(134,236,181); }
td.TdClassName
{
border-color: #86ECB5;
}
.TagClassName
{
border-color: #86ECB5;
}
</style>