Shades of Vista Blue #8FE6AC
Tints of Vista Blue #8FE6AC
RGB
CMYK
RGB Variations
Color information
#8FE6AC (or 0x8FE6AC) is known color: Vista Blue. HEX triplet: 8F, E6 and AC. RGB value is (143,230,172). Sum of RGB (Red+Green+Blue) = 143+230+172=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE6AC is #701953. Grayscale: #C5C5C5. Windows color (decimal): -7346516 or 11331215. OLE color: 11331215.
HSL color Cylindrical-coordinate representation of color #8FE6AC: hue angle of 140º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE6AC is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 172 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.10 |
| HSL | 140º | 0.64% | 0.73% | - |
| HSV(B) | 140º | 0.38% | 0.9% | - |
| XYZ | 47.07 | 65.41 | 49.17 | - |
| YUV | 197.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 172 | 0.38 | 0 | 0.25 | 0.10 | 140 | 0.64 | 0.73 |
| Hex | 8F | E6 | AC | 26 | 0 | 19 | A | 8C | 40 | 49 |
| Octal | 217 | 346 | 254 | 46 | 0 | 31 | 12 | 214 | 100 | 111 |
| Binary | 10001111 | 11100110 | 10101100 | 100110 | 0 | 11001 | 1010 | 10001100 | 1000000 | 1001001 |
Color Harmonies of #8FE6AC
Complementary color
Monochromatic Colors of #8FE6AC
Black with #8FE6AC
Text Example
Text Example
White with #8FE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6AC; }
p { color: rgb(143,230,172); }
H1.HeaderClassName
{
color: #8FE6AC;
}
.AnyTagClassName
{
color: #8FE6AC;
}
</style>
background-color css
<style>
a { background-color: #8FE6AC; }
a { background-color: rgb(143,230,172); }
div.DivClassName
{
background-color: #8FE6AC;
}
.BgClassName
{
background-color: #8FE6AC;
}
</style>
border-color css
<style>
span { border-color: #8FE6AC; }
span { border-color: rgb(143,230,172); }
td.TdClassName
{
border-color: #8FE6AC;
}
.TagClassName
{
border-color: #8FE6AC;
}
</style>