Shades of Vista Blue #8FE8AB
Tints of Vista Blue #8FE8AB
RGB
CMYK
RGB Variations
Color information
#8FE8AB (or 0x8FE8AB) is known color: Vista Blue. HEX triplet: 8F, E8 and AB. RGB value is (143,232,171). Sum of RGB (Red+Green+Blue) = 143+232+171=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE8AB is #701754. Grayscale: #C6C6C6. Windows color (decimal): -7346005 or 11266191. OLE color: 11266191.
HSL color Cylindrical-coordinate representation of color #8FE8AB: hue angle of 138.88º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE8AB is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 171 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.09 |
| HSL | 138.88º | 0.66% | 0.74% | - |
| HSV(B) | 138.88º | 0.38% | 0.91% | - |
| XYZ | 47.53 | 66.49 | 48.86 | - |
| YUV | 198.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 171 | 0.38 | 0 | 0.26 | 0.09 | 138.88 | 0.66 | 0.74 |
| Hex | 8F | E8 | AB | 26 | 0 | 1A | 9 | 8B | 42 | 4A |
| Octal | 217 | 350 | 253 | 46 | 0 | 32 | 11 | 213 | 102 | 112 |
| Binary | 10001111 | 11101000 | 10101011 | 100110 | 0 | 11010 | 1001 | 10001011 | 1000010 | 1001010 |
Color Harmonies of #8FE8AB
Complementary color
Monochromatic Colors of #8FE8AB
Black with #8FE8AB
Text Example
Text Example
White with #8FE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8AB; }
p { color: rgb(143,232,171); }
H1.HeaderClassName
{
color: #8FE8AB;
}
.AnyTagClassName
{
color: #8FE8AB;
}
</style>
background-color css
<style>
a { background-color: #8FE8AB; }
a { background-color: rgb(143,232,171); }
div.DivClassName
{
background-color: #8FE8AB;
}
.BgClassName
{
background-color: #8FE8AB;
}
</style>
border-color css
<style>
span { border-color: #8FE8AB; }
span { border-color: rgb(143,232,171); }
td.TdClassName
{
border-color: #8FE8AB;
}
.TagClassName
{
border-color: #8FE8AB;
}
</style>