Shades of Vista Blue #8FE6AB
Tints of Vista Blue #8FE6AB
RGB
CMYK
RGB Variations
Color information
#8FE6AB (or 0x8FE6AB) is known color: Vista Blue. HEX triplet: 8F, E6 and AB. RGB value is (143,230,171). Sum of RGB (Red+Green+Blue) = 143+230+171=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE6AB is #701954. Grayscale: #C5C5C5. Windows color (decimal): -7346517 or 11265679. OLE color: 11265679.
HSL color Cylindrical-coordinate representation of color #8FE6AB: hue angle of 139.31º 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 #8FE6AB is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 171 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.10 |
| HSL | 139.31º | 0.64% | 0.73% | - |
| HSV(B) | 139.31º | 0.38% | 0.9% | - |
| XYZ | 46.98 | 65.37 | 48.67 | - |
| YUV | 197.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 171 | 0.38 | 0 | 0.26 | 0.10 | 139.31 | 0.64 | 0.73 |
| Hex | 8F | E6 | AB | 26 | 0 | 1A | A | 8B | 40 | 49 |
| Octal | 217 | 346 | 253 | 46 | 0 | 32 | 12 | 213 | 100 | 111 |
| Binary | 10001111 | 11100110 | 10101011 | 100110 | 0 | 11010 | 1010 | 10001011 | 1000000 | 1001001 |
Color Harmonies of #8FE6AB
Complementary color
Monochromatic Colors of #8FE6AB
Black with #8FE6AB
Text Example
Text Example
White with #8FE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6AB; }
p { color: rgb(143,230,171); }
H1.HeaderClassName
{
color: #8FE6AB;
}
.AnyTagClassName
{
color: #8FE6AB;
}
</style>
background-color css
<style>
a { background-color: #8FE6AB; }
a { background-color: rgb(143,230,171); }
div.DivClassName
{
background-color: #8FE6AB;
}
.BgClassName
{
background-color: #8FE6AB;
}
</style>
border-color css
<style>
span { border-color: #8FE6AB; }
span { border-color: rgb(143,230,171); }
td.TdClassName
{
border-color: #8FE6AB;
}
.TagClassName
{
border-color: #8FE6AB;
}
</style>