Shades of Vista Blue #86E4B5
Tints of Vista Blue #86E4B5
RGB
CMYK
RGB Variations
Color information
#86E4B5 (or 0x86E4B5) is known color: Vista Blue. HEX triplet: 86, E4 and B5. RGB value is (134,228,181). Sum of RGB (Red+Green+Blue) = 134+228+181=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #86E4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E4B5 is #791B4A. Grayscale: #C2C2C2. Windows color (decimal): -7936843 or 11920518. OLE color: 11920518.
HSL color Cylindrical-coordinate representation of color #86E4B5: hue angle of 150º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E4B5 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 181 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.11 |
| HSL | 150º | 0.64% | 0.71% | - |
| HSV(B) | 150º | 0.41% | 0.89% | - |
| XYZ | 45.92 | 63.89 | 53.63 | - |
| YUV | 194.54 | 120.36 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 181 | 0.41 | 0 | 0.21 | 0.11 | 150 | 0.64 | 0.71 |
| Hex | 86 | E4 | B5 | 29 | 0 | 15 | B | 96 | 40 | 47 |
| Octal | 206 | 344 | 265 | 51 | 0 | 25 | 13 | 226 | 100 | 107 |
| Binary | 10000110 | 11100100 | 10110101 | 101001 | 0 | 10101 | 1011 | 10010110 | 1000000 | 1000111 |
Color Harmonies of #86E4B5
Complementary color
Monochromatic Colors of #86E4B5
Black with #86E4B5
Text Example
Text Example
White with #86E4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E4B5; }
p { color: rgb(134,228,181); }
H1.HeaderClassName
{
color: #86E4B5;
}
.AnyTagClassName
{
color: #86E4B5;
}
</style>
background-color css
<style>
a { background-color: #86E4B5; }
a { background-color: rgb(134,228,181); }
div.DivClassName
{
background-color: #86E4B5;
}
.BgClassName
{
background-color: #86E4B5;
}
</style>
border-color css
<style>
span { border-color: #86E4B5; }
span { border-color: rgb(134,228,181); }
td.TdClassName
{
border-color: #86E4B5;
}
.TagClassName
{
border-color: #86E4B5;
}
</style>