Shades of Vista Blue #8FE2BC
Tints of Vista Blue #8FE2BC
RGB
CMYK
RGB Variations
Color information
#8FE2BC (or 0x8FE2BC) is known color: Vista Blue. HEX triplet: 8F, E2 and BC. RGB value is (143,226,188). Sum of RGB (Red+Green+Blue) = 143+226+188=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE2BC is #701D43. Grayscale: #C4C4C4. Windows color (decimal): -7347524 or 12378767. OLE color: 12378767.
HSL color Cylindrical-coordinate representation of color #8FE2BC: hue angle of 152.53º 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 #8FE2BC is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 188 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.11 |
| HSL | 152.53º | 0.59% | 0.72% | - |
| HSV(B) | 152.53º | 0.37% | 0.89% | - |
| XYZ | 47.6 | 63.86 | 57.39 | - |
| YUV | 196.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 188 | 0.37 | 0 | 0.17 | 0.11 | 152.53 | 0.59 | 0.72 |
| Hex | 8F | E2 | BC | 25 | 0 | 11 | B | 99 | 3B | 48 |
| Octal | 217 | 342 | 274 | 45 | 0 | 21 | 13 | 231 | 73 | 110 |
| Binary | 10001111 | 11100010 | 10111100 | 100101 | 0 | 10001 | 1011 | 10011001 | 111011 | 1001000 |
Color Harmonies of #8FE2BC
Complementary color
Monochromatic Colors of #8FE2BC
Black with #8FE2BC
Text Example
Text Example
White with #8FE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE2BC; }
p { color: rgb(143,226,188); }
H1.HeaderClassName
{
color: #8FE2BC;
}
.AnyTagClassName
{
color: #8FE2BC;
}
</style>
background-color css
<style>
a { background-color: #8FE2BC; }
a { background-color: rgb(143,226,188); }
div.DivClassName
{
background-color: #8FE2BC;
}
.BgClassName
{
background-color: #8FE2BC;
}
</style>
border-color css
<style>
span { border-color: #8FE2BC; }
span { border-color: rgb(143,226,188); }
td.TdClassName
{
border-color: #8FE2BC;
}
.TagClassName
{
border-color: #8FE2BC;
}
</style>