Shades of Vista Blue #8FE8AC
Tints of Vista Blue #8FE8AC
RGB
CMYK
RGB Variations
Color information
#8FE8AC (or 0x8FE8AC) is known color: Vista Blue. HEX triplet: 8F, E8 and AC. RGB value is (143,232,172). Sum of RGB (Red+Green+Blue) = 143+232+172=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE8AC is #701753. Grayscale: #C6C6C6. Windows color (decimal): -7346004 or 11331727. OLE color: 11331727.
HSL color Cylindrical-coordinate representation of color #8FE8AC: hue angle of 139.55º 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 #8FE8AC is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 172 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.09 |
| HSL | 139.55º | 0.66% | 0.74% | - |
| HSV(B) | 139.55º | 0.38% | 0.91% | - |
| XYZ | 47.63 | 66.53 | 49.36 | - |
| YUV | 198.55 | 113.01 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 172 | 0.38 | 0 | 0.26 | 0.09 | 139.55 | 0.66 | 0.74 |
| Hex | 8F | E8 | AC | 26 | 0 | 1A | 9 | 8C | 42 | 4A |
| Octal | 217 | 350 | 254 | 46 | 0 | 32 | 11 | 214 | 102 | 112 |
| Binary | 10001111 | 11101000 | 10101100 | 100110 | 0 | 11010 | 1001 | 10001100 | 1000010 | 1001010 |
Color Harmonies of #8FE8AC
Complementary color
Monochromatic Colors of #8FE8AC
Black with #8FE8AC
Text Example
Text Example
White with #8FE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8AC; }
p { color: rgb(143,232,172); }
H1.HeaderClassName
{
color: #8FE8AC;
}
.AnyTagClassName
{
color: #8FE8AC;
}
</style>
background-color css
<style>
a { background-color: #8FE8AC; }
a { background-color: rgb(143,232,172); }
div.DivClassName
{
background-color: #8FE8AC;
}
.BgClassName
{
background-color: #8FE8AC;
}
</style>
border-color css
<style>
span { border-color: #8FE8AC; }
span { border-color: rgb(143,232,172); }
td.TdClassName
{
border-color: #8FE8AC;
}
.TagClassName
{
border-color: #8FE8AC;
}
</style>