Shades of Vista Blue #8FE4B0
Tints of Vista Blue #8FE4B0
RGB
CMYK
RGB Variations
Color information
#8FE4B0 (or 0x8FE4B0) is known color: Vista Blue. HEX triplet: 8F, E4 and B0. RGB value is (143,228,176). Sum of RGB (Red+Green+Blue) = 143+228+176=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE4B0 is #701B4F. Grayscale: #C4C4C4. Windows color (decimal): -7347024 or 11592847. OLE color: 11592847.
HSL color Cylindrical-coordinate representation of color #8FE4B0: hue angle of 143.29º 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 #8FE4B0 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 176 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.11 |
| HSL | 143.29º | 0.61% | 0.73% | - |
| HSV(B) | 143.29º | 0.37% | 0.89% | - |
| XYZ | 46.91 | 64.46 | 51.04 | - |
| YUV | 196.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 176 | 0.37 | 0 | 0.23 | 0.11 | 143.29 | 0.61 | 0.73 |
| Hex | 8F | E4 | B0 | 25 | 0 | 17 | B | 8F | 3D | 49 |
| Octal | 217 | 344 | 260 | 45 | 0 | 27 | 13 | 217 | 75 | 111 |
| Binary | 10001111 | 11100100 | 10110000 | 100101 | 0 | 10111 | 1011 | 10001111 | 111101 | 1001001 |
Color Harmonies of #8FE4B0
Complementary color
Monochromatic Colors of #8FE4B0
Black with #8FE4B0
Text Example
Text Example
White with #8FE4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE4B0; }
p { color: rgb(143,228,176); }
H1.HeaderClassName
{
color: #8FE4B0;
}
.AnyTagClassName
{
color: #8FE4B0;
}
</style>
background-color css
<style>
a { background-color: #8FE4B0; }
a { background-color: rgb(143,228,176); }
div.DivClassName
{
background-color: #8FE4B0;
}
.BgClassName
{
background-color: #8FE4B0;
}
</style>
border-color css
<style>
span { border-color: #8FE4B0; }
span { border-color: rgb(143,228,176); }
td.TdClassName
{
border-color: #8FE4B0;
}
.TagClassName
{
border-color: #8FE4B0;
}
</style>