Shades of Vista Blue #86EEB7
Tints of Vista Blue #86EEB7
RGB
CMYK
RGB Variations
Color information
#86EEB7 (or 0x86EEB7) is known color: Vista Blue. HEX triplet: 86, EE and B7. RGB value is (134,238,183). Sum of RGB (Red+Green+Blue) = 134+238+183=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEB7 is #791148. Grayscale: #C8C8C8. Windows color (decimal): -7934281 or 12054150. OLE color: 12054150.
HSL color Cylindrical-coordinate representation of color #86EEB7: hue angle of 148.27º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEB7 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 183 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.07 |
| HSL | 148.27º | 0.75% | 0.73% | - |
| HSV(B) | 148.27º | 0.44% | 0.93% | - |
| XYZ | 48.95 | 69.64 | 55.66 | - |
| YUV | 200.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 183 | 0.44 | 0 | 0.23 | 0.07 | 148.27 | 0.75 | 0.73 |
| Hex | 86 | EE | B7 | 2C | 0 | 17 | 7 | 94 | 4B | 49 |
| Octal | 206 | 356 | 267 | 54 | 0 | 27 | 7 | 224 | 113 | 111 |
| Binary | 10000110 | 11101110 | 10110111 | 101100 | 0 | 10111 | 111 | 10010100 | 1001011 | 1001001 |
Color Harmonies of #86EEB7
Complementary color
Monochromatic Colors of #86EEB7
Black with #86EEB7
Text Example
Text Example
White with #86EEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEB7; }
p { color: rgb(134,238,183); }
H1.HeaderClassName
{
color: #86EEB7;
}
.AnyTagClassName
{
color: #86EEB7;
}
</style>
background-color css
<style>
a { background-color: #86EEB7; }
a { background-color: rgb(134,238,183); }
div.DivClassName
{
background-color: #86EEB7;
}
.BgClassName
{
background-color: #86EEB7;
}
</style>
border-color css
<style>
span { border-color: #86EEB7; }
span { border-color: rgb(134,238,183); }
td.TdClassName
{
border-color: #86EEB7;
}
.TagClassName
{
border-color: #86EEB7;
}
</style>