Shades of Vista Blue #8FFEB6
Tints of Vista Blue #8FFEB6
RGB
CMYK
RGB Variations
Color information
#8FFEB6 (or 0x8FFEB6) is known color: Vista Blue. HEX triplet: 8F, FE and B6. RGB value is (143,254,182). Sum of RGB (Red+Green+Blue) = 143+254+182=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEB6 is #700149. Grayscale: #D4D4D4. Windows color (decimal): -7340362 or 11992719. OLE color: 11992719.
HSL color Cylindrical-coordinate representation of color #8FFEB6: hue angle of 141.08º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEB6 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 182 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.00 |
| HSL | 141.08º | 0.98% | 0.78% | - |
| HSV(B) | 141.08º | 0.44% | 1% | - |
| XYZ | 55.21 | 80.1 | 56.81 | - |
| YUV | 212.6 | 110.73 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 182 | 0.44 | 0 | 0.28 | 0.00 | 141.08 | 0.98 | 0.78 |
| Hex | 8F | FE | B6 | 2C | 0 | 1C | 0 | 8D | 62 | 4E |
| Octal | 217 | 376 | 266 | 54 | 0 | 34 | 0 | 215 | 142 | 116 |
| Binary | 10001111 | 11111110 | 10110110 | 101100 | 0 | 11100 | 0 | 10001101 | 1100010 | 1001110 |
Color Harmonies of #8FFEB6
Complementary color
Monochromatic Colors of #8FFEB6
Black with #8FFEB6
Text Example
Text Example
White with #8FFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEB6; }
p { color: rgb(143,254,182); }
H1.HeaderClassName
{
color: #8FFEB6;
}
.AnyTagClassName
{
color: #8FFEB6;
}
</style>
background-color css
<style>
a { background-color: #8FFEB6; }
a { background-color: rgb(143,254,182); }
div.DivClassName
{
background-color: #8FFEB6;
}
.BgClassName
{
background-color: #8FFEB6;
}
</style>
border-color css
<style>
span { border-color: #8FFEB6; }
span { border-color: rgb(143,254,182); }
td.TdClassName
{
border-color: #8FFEB6;
}
.TagClassName
{
border-color: #8FFEB6;
}
</style>