Shades of Vista Blue #8FE5BE
Tints of Vista Blue #8FE5BE
RGB
CMYK
RGB Variations
Color information
#8FE5BE (or 0x8FE5BE) is known color: Vista Blue. HEX triplet: 8F, E5 and BE. RGB value is (143,229,190). Sum of RGB (Red+Green+Blue) = 143+229+190=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE5BE is #701A41. Grayscale: #C6C6C6. Windows color (decimal): -7346754 or 12510607. OLE color: 12510607.
HSL color Cylindrical-coordinate representation of color #8FE5BE: hue angle of 152.79º degrees, saturation: 0.62, 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 #8FE5BE is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 190 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.10 |
| HSL | 152.79º | 0.62% | 0.73% | - |
| HSV(B) | 152.79º | 0.38% | 0.9% | - |
| XYZ | 48.64 | 65.6 | 58.81 | - |
| YUV | 198.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 190 | 0.38 | 0 | 0.17 | 0.10 | 152.79 | 0.62 | 0.73 |
| Hex | 8F | E5 | BE | 26 | 0 | 11 | A | 99 | 3E | 49 |
| Octal | 217 | 345 | 276 | 46 | 0 | 21 | 12 | 231 | 76 | 111 |
| Binary | 10001111 | 11100101 | 10111110 | 100110 | 0 | 10001 | 1010 | 10011001 | 111110 | 1001001 |
Color Harmonies of #8FE5BE
Complementary color
Monochromatic Colors of #8FE5BE
Black with #8FE5BE
Text Example
Text Example
White with #8FE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5BE; }
p { color: rgb(143,229,190); }
H1.HeaderClassName
{
color: #8FE5BE;
}
.AnyTagClassName
{
color: #8FE5BE;
}
</style>
background-color css
<style>
a { background-color: #8FE5BE; }
a { background-color: rgb(143,229,190); }
div.DivClassName
{
background-color: #8FE5BE;
}
.BgClassName
{
background-color: #8FE5BE;
}
</style>
border-color css
<style>
span { border-color: #8FE5BE; }
span { border-color: rgb(143,229,190); }
td.TdClassName
{
border-color: #8FE5BE;
}
.TagClassName
{
border-color: #8FE5BE;
}
</style>