Shades of Vista Blue #86EFB5
Tints of Vista Blue #86EFB5
RGB
CMYK
RGB Variations
Color information
#86EFB5 (or 0x86EFB5) is known color: Vista Blue. HEX triplet: 86, EF and B5. RGB value is (134,239,181). Sum of RGB (Red+Green+Blue) = 134+239+181=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EFB5 is #79104A. Grayscale: #C9C9C9. Windows color (decimal): -7934027 or 11923334. OLE color: 11923334.
HSL color Cylindrical-coordinate representation of color #86EFB5: hue angle of 146.86º 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 #86EFB5 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 181 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.06 |
| HSL | 146.86º | 0.77% | 0.73% | - |
| HSV(B) | 146.86º | 0.44% | 0.94% | - |
| XYZ | 49.04 | 70.14 | 54.67 | - |
| YUV | 200.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 181 | 0.44 | 0 | 0.24 | 0.06 | 146.86 | 0.77 | 0.73 |
| Hex | 86 | EF | B5 | 2C | 0 | 18 | 6 | 93 | 4D | 49 |
| Octal | 206 | 357 | 265 | 54 | 0 | 30 | 6 | 223 | 115 | 111 |
| Binary | 10000110 | 11101111 | 10110101 | 101100 | 0 | 11000 | 110 | 10010011 | 1001101 | 1001001 |
Color Harmonies of #86EFB5
Complementary color
Monochromatic Colors of #86EFB5
Black with #86EFB5
Text Example
Text Example
White with #86EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EFB5; }
p { color: rgb(134,239,181); }
H1.HeaderClassName
{
color: #86EFB5;
}
.AnyTagClassName
{
color: #86EFB5;
}
</style>
background-color css
<style>
a { background-color: #86EFB5; }
a { background-color: rgb(134,239,181); }
div.DivClassName
{
background-color: #86EFB5;
}
.BgClassName
{
background-color: #86EFB5;
}
</style>
border-color css
<style>
span { border-color: #86EFB5; }
span { border-color: rgb(134,239,181); }
td.TdClassName
{
border-color: #86EFB5;
}
.TagClassName
{
border-color: #86EFB5;
}
</style>