Shades of Vista Blue #8FE8BF
Tints of Vista Blue #8FE8BF
RGB
CMYK
RGB Variations
Color information
#8FE8BF (or 0x8FE8BF) is known color: Vista Blue. HEX triplet: 8F, E8 and BF. RGB value is (143,232,191). Sum of RGB (Red+Green+Blue) = 143+232+191=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE8BF is #701740. Grayscale: #C8C8C8. Windows color (decimal): -7345985 or 12576911. OLE color: 12576911.
HSL color Cylindrical-coordinate representation of color #8FE8BF: hue angle of 152.36º 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 #8FE8BF is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 191 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.09 |
| HSL | 152.36º | 0.66% | 0.74% | - |
| HSV(B) | 152.36º | 0.38% | 0.91% | - |
| XYZ | 49.59 | 67.31 | 59.67 | - |
| YUV | 200.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 191 | 0.38 | 0 | 0.18 | 0.09 | 152.36 | 0.66 | 0.74 |
| Hex | 8F | E8 | BF | 26 | 0 | 12 | 9 | 98 | 42 | 4A |
| Octal | 217 | 350 | 277 | 46 | 0 | 22 | 11 | 230 | 102 | 112 |
| Binary | 10001111 | 11101000 | 10111111 | 100110 | 0 | 10010 | 1001 | 10011000 | 1000010 | 1001010 |
Color Harmonies of #8FE8BF
Complementary color
Monochromatic Colors of #8FE8BF
Black with #8FE8BF
Text Example
Text Example
White with #8FE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8BF; }
p { color: rgb(143,232,191); }
H1.HeaderClassName
{
color: #8FE8BF;
}
.AnyTagClassName
{
color: #8FE8BF;
}
</style>
background-color css
<style>
a { background-color: #8FE8BF; }
a { background-color: rgb(143,232,191); }
div.DivClassName
{
background-color: #8FE8BF;
}
.BgClassName
{
background-color: #8FE8BF;
}
</style>
border-color css
<style>
span { border-color: #8FE8BF; }
span { border-color: rgb(143,232,191); }
td.TdClassName
{
border-color: #8FE8BF;
}
.TagClassName
{
border-color: #8FE8BF;
}
</style>