Shades of Vista Blue #8FE7BE
Tints of Vista Blue #8FE7BE
RGB
CMYK
RGB Variations
Color information
#8FE7BE (or 0x8FE7BE) is known color: Vista Blue. HEX triplet: 8F, E7 and BE. RGB value is (143,231,190). Sum of RGB (Red+Green+Blue) = 143+231+190=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FE7BE is #701841. Grayscale: #C8C8C8. Windows color (decimal): -7346242 or 12511119. OLE color: 12511119.
HSL color Cylindrical-coordinate representation of color #8FE7BE: hue angle of 152.05º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE7BE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 190 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.09 |
| HSL | 152.05º | 0.65% | 0.73% | - |
| HSV(B) | 152.05º | 0.38% | 0.91% | - |
| XYZ | 49.2 | 66.71 | 59 | - |
| YUV | 200.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 190 | 0.38 | 0 | 0.18 | 0.09 | 152.05 | 0.65 | 0.73 |
| Hex | 8F | E7 | BE | 26 | 0 | 12 | 9 | 98 | 41 | 49 |
| Octal | 217 | 347 | 276 | 46 | 0 | 22 | 11 | 230 | 101 | 111 |
| Binary | 10001111 | 11100111 | 10111110 | 100110 | 0 | 10010 | 1001 | 10011000 | 1000001 | 1001001 |
Color Harmonies of #8FE7BE
Complementary color
Monochromatic Colors of #8FE7BE
Black with #8FE7BE
Text Example
Text Example
White with #8FE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE7BE; }
p { color: rgb(143,231,190); }
H1.HeaderClassName
{
color: #8FE7BE;
}
.AnyTagClassName
{
color: #8FE7BE;
}
</style>
background-color css
<style>
a { background-color: #8FE7BE; }
a { background-color: rgb(143,231,190); }
div.DivClassName
{
background-color: #8FE7BE;
}
.BgClassName
{
background-color: #8FE7BE;
}
</style>
border-color css
<style>
span { border-color: #8FE7BE; }
span { border-color: rgb(143,231,190); }
td.TdClassName
{
border-color: #8FE7BE;
}
.TagClassName
{
border-color: #8FE7BE;
}
</style>