Shades of Vista Blue #8FE4BE
Tints of Vista Blue #8FE4BE
RGB
CMYK
RGB Variations
Color information
#8FE4BE (or 0x8FE4BE) is known color: Vista Blue. HEX triplet: 8F, E4 and BE. RGB value is (143,228,190). Sum of RGB (Red+Green+Blue) = 143+228+190=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE4BE is #701B41. Grayscale: #C6C6C6. Windows color (decimal): -7347010 or 12510351. OLE color: 12510351.
HSL color Cylindrical-coordinate representation of color #8FE4BE: hue angle of 153.18º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE4BE is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 190 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.11 |
| HSL | 153.18º | 0.61% | 0.73% | - |
| HSV(B) | 153.18º | 0.37% | 0.89% | - |
| XYZ | 48.37 | 65.04 | 58.72 | - |
| YUV | 198.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 190 | 0.37 | 0 | 0.17 | 0.11 | 153.18 | 0.61 | 0.73 |
| Hex | 8F | E4 | BE | 25 | 0 | 11 | B | 99 | 3D | 49 |
| Octal | 217 | 344 | 276 | 45 | 0 | 21 | 13 | 231 | 75 | 111 |
| Binary | 10001111 | 11100100 | 10111110 | 100101 | 0 | 10001 | 1011 | 10011001 | 111101 | 1001001 |
Color Harmonies of #8FE4BE
Complementary color
Monochromatic Colors of #8FE4BE
Black with #8FE4BE
Text Example
Text Example
White with #8FE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE4BE; }
p { color: rgb(143,228,190); }
H1.HeaderClassName
{
color: #8FE4BE;
}
.AnyTagClassName
{
color: #8FE4BE;
}
</style>
background-color css
<style>
a { background-color: #8FE4BE; }
a { background-color: rgb(143,228,190); }
div.DivClassName
{
background-color: #8FE4BE;
}
.BgClassName
{
background-color: #8FE4BE;
}
</style>
border-color css
<style>
span { border-color: #8FE4BE; }
span { border-color: rgb(143,228,190); }
td.TdClassName
{
border-color: #8FE4BE;
}
.TagClassName
{
border-color: #8FE4BE;
}
</style>