Shades of Vista Blue #8FF0AC
Tints of Vista Blue #8FF0AC
RGB
CMYK
RGB Variations
Color information
#8FF0AC (or 0x8FF0AC) is known color: Vista Blue. HEX triplet: 8F, F0 and AC. RGB value is (143,240,172). Sum of RGB (Red+Green+Blue) = 143+240+172=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF0AC is #700F53. Grayscale: #CBCBCB. Windows color (decimal): -7343956 or 11333775. OLE color: 11333775.
HSL color Cylindrical-coordinate representation of color #8FF0AC: hue angle of 137.94º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FF0AC is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 172 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.06 |
| HSL | 137.94º | 0.76% | 0.75% | - |
| HSV(B) | 137.94º | 0.4% | 0.94% | - |
| XYZ | 49.93 | 71.14 | 50.13 | - |
| YUV | 203.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 172 | 0.40 | 0 | 0.28 | 0.06 | 137.94 | 0.76 | 0.75 |
| Hex | 8F | F0 | AC | 28 | 0 | 1C | 6 | 8A | 4C | 4B |
| Octal | 217 | 360 | 254 | 50 | 0 | 34 | 6 | 212 | 114 | 113 |
| Binary | 10001111 | 11110000 | 10101100 | 101000 | 0 | 11100 | 110 | 10001010 | 1001100 | 1001011 |
Color Harmonies of #8FF0AC
Complementary color
Monochromatic Colors of #8FF0AC
Black with #8FF0AC
Text Example
Text Example
White with #8FF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0AC; }
p { color: rgb(143,240,172); }
H1.HeaderClassName
{
color: #8FF0AC;
}
.AnyTagClassName
{
color: #8FF0AC;
}
</style>
background-color css
<style>
a { background-color: #8FF0AC; }
a { background-color: rgb(143,240,172); }
div.DivClassName
{
background-color: #8FF0AC;
}
.BgClassName
{
background-color: #8FF0AC;
}
</style>
border-color css
<style>
span { border-color: #8FF0AC; }
span { border-color: rgb(143,240,172); }
td.TdClassName
{
border-color: #8FF0AC;
}
.TagClassName
{
border-color: #8FF0AC;
}
</style>