Shades of Vista Blue #8FE6BA
Tints of Vista Blue #8FE6BA
RGB
CMYK
RGB Variations
Color information
#8FE6BA (or 0x8FE6BA) is known color: Vista Blue. HEX triplet: 8F, E6 and BA. RGB value is (143,230,186). Sum of RGB (Red+Green+Blue) = 143+230+186=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE6BA is #701945. Grayscale: #C7C7C7. Windows color (decimal): -7346502 or 12248719. OLE color: 12248719.
HSL color Cylindrical-coordinate representation of color #8FE6BA: hue angle of 149.66º 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 #8FE6BA is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 186 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.10 |
| HSL | 149.66º | 0.64% | 0.73% | - |
| HSV(B) | 149.66º | 0.38% | 0.9% | - |
| XYZ | 48.49 | 65.98 | 56.63 | - |
| YUV | 198.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 186 | 0.38 | 0 | 0.19 | 0.10 | 149.66 | 0.64 | 0.73 |
| Hex | 8F | E6 | BA | 26 | 0 | 13 | A | 96 | 40 | 49 |
| Octal | 217 | 346 | 272 | 46 | 0 | 23 | 12 | 226 | 100 | 111 |
| Binary | 10001111 | 11100110 | 10111010 | 100110 | 0 | 10011 | 1010 | 10010110 | 1000000 | 1001001 |
Color Harmonies of #8FE6BA
Complementary color
Monochromatic Colors of #8FE6BA
Black with #8FE6BA
Text Example
Text Example
White with #8FE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6BA; }
p { color: rgb(143,230,186); }
H1.HeaderClassName
{
color: #8FE6BA;
}
.AnyTagClassName
{
color: #8FE6BA;
}
</style>
background-color css
<style>
a { background-color: #8FE6BA; }
a { background-color: rgb(143,230,186); }
div.DivClassName
{
background-color: #8FE6BA;
}
.BgClassName
{
background-color: #8FE6BA;
}
</style>
border-color css
<style>
span { border-color: #8FE6BA; }
span { border-color: rgb(143,230,186); }
td.TdClassName
{
border-color: #8FE6BA;
}
.TagClassName
{
border-color: #8FE6BA;
}
</style>