Shades of Vista Blue #8FE6BF
Tints of Vista Blue #8FE6BF
RGB
CMYK
RGB Variations
Color information
#8FE6BF (or 0x8FE6BF) is known color: Vista Blue. HEX triplet: 8F, E6 and BF. RGB value is (143,230,191). Sum of RGB (Red+Green+Blue) = 143+230+191=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE6BF is #701940. Grayscale: #C7C7C7. Windows color (decimal): -7346497 or 12576399. OLE color: 12576399.
HSL color Cylindrical-coordinate representation of color #8FE6BF: hue angle of 153.1º 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 #8FE6BF is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 191 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.10 |
| HSL | 153.1º | 0.64% | 0.73% | - |
| HSV(B) | 153.1º | 0.38% | 0.9% | - |
| XYZ | 49.03 | 66.19 | 59.48 | - |
| YUV | 199.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 191 | 0.38 | 0 | 0.17 | 0.10 | 153.1 | 0.64 | 0.73 |
| Hex | 8F | E6 | BF | 26 | 0 | 11 | A | 99 | 40 | 49 |
| Octal | 217 | 346 | 277 | 46 | 0 | 21 | 12 | 231 | 100 | 111 |
| Binary | 10001111 | 11100110 | 10111111 | 100110 | 0 | 10001 | 1010 | 10011001 | 1000000 | 1001001 |
Color Harmonies of #8FE6BF
Complementary color
Monochromatic Colors of #8FE6BF
Black with #8FE6BF
Text Example
Text Example
White with #8FE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6BF; }
p { color: rgb(143,230,191); }
H1.HeaderClassName
{
color: #8FE6BF;
}
.AnyTagClassName
{
color: #8FE6BF;
}
</style>
background-color css
<style>
a { background-color: #8FE6BF; }
a { background-color: rgb(143,230,191); }
div.DivClassName
{
background-color: #8FE6BF;
}
.BgClassName
{
background-color: #8FE6BF;
}
</style>
border-color css
<style>
span { border-color: #8FE6BF; }
span { border-color: rgb(143,230,191); }
td.TdClassName
{
border-color: #8FE6BF;
}
.TagClassName
{
border-color: #8FE6BF;
}
</style>