Shades of Vista Blue #8FE0B1
Tints of Vista Blue #8FE0B1
RGB
CMYK
RGB Variations
Color information
#8FE0B1 (or 0x8FE0B1) is known color: Vista Blue. HEX triplet: 8F, E0 and B1. RGB value is (143,224,177). Sum of RGB (Red+Green+Blue) = 143+224+177=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE0B1 is #701F4E. Grayscale: #C2C2C2. Windows color (decimal): -7348047 or 11657359. OLE color: 11657359.
HSL color Cylindrical-coordinate representation of color #8FE0B1: hue angle of 145.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0B1 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 177 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.12 |
| HSL | 145.19º | 0.57% | 0.72% | - |
| HSV(B) | 145.19º | 0.36% | 0.88% | - |
| XYZ | 45.92 | 62.33 | 51.2 | - |
| YUV | 194.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 177 | 0.36 | 0 | 0.21 | 0.12 | 145.19 | 0.57 | 0.72 |
| Hex | 8F | E0 | B1 | 24 | 0 | 15 | C | 91 | 39 | 48 |
| Octal | 217 | 340 | 261 | 44 | 0 | 25 | 14 | 221 | 71 | 110 |
| Binary | 10001111 | 11100000 | 10110001 | 100100 | 0 | 10101 | 1100 | 10010001 | 111001 | 1001000 |
Color Harmonies of #8FE0B1
Complementary color
Monochromatic Colors of #8FE0B1
Black with #8FE0B1
Text Example
Text Example
White with #8FE0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0B1; }
p { color: rgb(143,224,177); }
H1.HeaderClassName
{
color: #8FE0B1;
}
.AnyTagClassName
{
color: #8FE0B1;
}
</style>
background-color css
<style>
a { background-color: #8FE0B1; }
a { background-color: rgb(143,224,177); }
div.DivClassName
{
background-color: #8FE0B1;
}
.BgClassName
{
background-color: #8FE0B1;
}
</style>
border-color css
<style>
span { border-color: #8FE0B1; }
span { border-color: rgb(143,224,177); }
td.TdClassName
{
border-color: #8FE0B1;
}
.TagClassName
{
border-color: #8FE0B1;
}
</style>