Shades of Vista Blue #8FE0AC
Tints of Vista Blue #8FE0AC
RGB
CMYK
RGB Variations
Color information
#8FE0AC (or 0x8FE0AC) is known color: Vista Blue. HEX triplet: 8F, E0 and AC. RGB value is (143,224,172). Sum of RGB (Red+Green+Blue) = 143+224+172=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE0AC is #701F53. Grayscale: #C1C1C1. Windows color (decimal): -7348052 or 11329679. OLE color: 11329679.
HSL color Cylindrical-coordinate representation of color #8FE0AC: hue angle of 141.48º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0AC is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 172 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.12 |
| HSL | 141.48º | 0.57% | 0.72% | - |
| HSV(B) | 141.48º | 0.36% | 0.88% | - |
| XYZ | 45.43 | 62.13 | 48.63 | - |
| YUV | 193.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 172 | 0.36 | 0 | 0.23 | 0.12 | 141.48 | 0.57 | 0.72 |
| Hex | 8F | E0 | AC | 24 | 0 | 17 | C | 8D | 39 | 48 |
| Octal | 217 | 340 | 254 | 44 | 0 | 27 | 14 | 215 | 71 | 110 |
| Binary | 10001111 | 11100000 | 10101100 | 100100 | 0 | 10111 | 1100 | 10001101 | 111001 | 1001000 |
Color Harmonies of #8FE0AC
Complementary color
Monochromatic Colors of #8FE0AC
Black with #8FE0AC
Text Example
Text Example
White with #8FE0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0AC; }
p { color: rgb(143,224,172); }
H1.HeaderClassName
{
color: #8FE0AC;
}
.AnyTagClassName
{
color: #8FE0AC;
}
</style>
background-color css
<style>
a { background-color: #8FE0AC; }
a { background-color: rgb(143,224,172); }
div.DivClassName
{
background-color: #8FE0AC;
}
.BgClassName
{
background-color: #8FE0AC;
}
</style>
border-color css
<style>
span { border-color: #8FE0AC; }
span { border-color: rgb(143,224,172); }
td.TdClassName
{
border-color: #8FE0AC;
}
.TagClassName
{
border-color: #8FE0AC;
}
</style>