Shades of Vista Blue #8FE2BF
Tints of Vista Blue #8FE2BF
RGB
CMYK
RGB Variations
Color information
#8FE2BF (or 0x8FE2BF) is known color: Vista Blue. HEX triplet: 8F, E2 and BF. RGB value is (143,226,191). Sum of RGB (Red+Green+Blue) = 143+226+191=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE2BF is #701D40. Grayscale: #C5C5C5. Windows color (decimal): -7347521 or 12575375. OLE color: 12575375.
HSL color Cylindrical-coordinate representation of color #8FE2BF: hue angle of 154.7º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE2BF is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 191 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.11 |
| HSL | 154.7º | 0.59% | 0.72% | - |
| HSV(B) | 154.7º | 0.37% | 0.89% | - |
| XYZ | 47.93 | 63.99 | 59.12 | - |
| YUV | 197.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 191 | 0.37 | 0 | 0.15 | 0.11 | 154.7 | 0.59 | 0.72 |
| Hex | 8F | E2 | BF | 25 | 0 | F | B | 9B | 3B | 48 |
| Octal | 217 | 342 | 277 | 45 | 0 | 17 | 13 | 233 | 73 | 110 |
| Binary | 10001111 | 11100010 | 10111111 | 100101 | 0 | 1111 | 1011 | 10011011 | 111011 | 1001000 |
Color Harmonies of #8FE2BF
Complementary color
Monochromatic Colors of #8FE2BF
Black with #8FE2BF
Text Example
Text Example
White with #8FE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE2BF; }
p { color: rgb(143,226,191); }
H1.HeaderClassName
{
color: #8FE2BF;
}
.AnyTagClassName
{
color: #8FE2BF;
}
</style>
background-color css
<style>
a { background-color: #8FE2BF; }
a { background-color: rgb(143,226,191); }
div.DivClassName
{
background-color: #8FE2BF;
}
.BgClassName
{
background-color: #8FE2BF;
}
</style>
border-color css
<style>
span { border-color: #8FE2BF; }
span { border-color: rgb(143,226,191); }
td.TdClassName
{
border-color: #8FE2BF;
}
.TagClassName
{
border-color: #8FE2BF;
}
</style>