Shades of Vista Blue #8FF0AB
Tints of Vista Blue #8FF0AB
RGB
CMYK
RGB Variations
Color information
#8FF0AB (or 0x8FF0AB) is known color: Vista Blue. HEX triplet: 8F, F0 and AB. RGB value is (143,240,171). Sum of RGB (Red+Green+Blue) = 143+240+171=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF0AB is #700F54. Grayscale: #CBCBCB. Windows color (decimal): -7343957 or 11268239. OLE color: 11268239.
HSL color Cylindrical-coordinate representation of color #8FF0AB: hue angle of 137.32º 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 #8FF0AB is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 171 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.06 |
| HSL | 137.32º | 0.76% | 0.75% | - |
| HSV(B) | 137.32º | 0.4% | 0.94% | - |
| XYZ | 49.84 | 71.1 | 49.63 | - |
| YUV | 203.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 171 | 0.40 | 0 | 0.29 | 0.06 | 137.32 | 0.76 | 0.75 |
| Hex | 8F | F0 | AB | 28 | 0 | 1D | 6 | 89 | 4C | 4B |
| Octal | 217 | 360 | 253 | 50 | 0 | 35 | 6 | 211 | 114 | 113 |
| Binary | 10001111 | 11110000 | 10101011 | 101000 | 0 | 11101 | 110 | 10001001 | 1001100 | 1001011 |
Color Harmonies of #8FF0AB
Complementary color
Monochromatic Colors of #8FF0AB
Black with #8FF0AB
Text Example
Text Example
White with #8FF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0AB; }
p { color: rgb(143,240,171); }
H1.HeaderClassName
{
color: #8FF0AB;
}
.AnyTagClassName
{
color: #8FF0AB;
}
</style>
background-color css
<style>
a { background-color: #8FF0AB; }
a { background-color: rgb(143,240,171); }
div.DivClassName
{
background-color: #8FF0AB;
}
.BgClassName
{
background-color: #8FF0AB;
}
</style>
border-color css
<style>
span { border-color: #8FF0AB; }
span { border-color: rgb(143,240,171); }
td.TdClassName
{
border-color: #8FF0AB;
}
.TagClassName
{
border-color: #8FF0AB;
}
</style>