Shades of Vista Blue #8FE3B1
Tints of Vista Blue #8FE3B1
RGB
CMYK
RGB Variations
Color information
#8FE3B1 (or 0x8FE3B1) is known color: Vista Blue. HEX triplet: 8F, E3 and B1. RGB value is (143,227,177). Sum of RGB (Red+Green+Blue) = 143+227+177=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE3B1 is #701C4E. Grayscale: #C4C4C4. Windows color (decimal): -7347279 or 11658127. OLE color: 11658127.
HSL color Cylindrical-coordinate representation of color #8FE3B1: hue angle of 144.29º degrees, saturation: 0.6, 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 #8FE3B1 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 177 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.11 |
| HSL | 144.29º | 0.6% | 0.73% | - |
| HSV(B) | 144.29º | 0.37% | 0.89% | - |
| XYZ | 46.73 | 63.95 | 51.48 | - |
| YUV | 196.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 177 | 0.37 | 0 | 0.22 | 0.11 | 144.29 | 0.6 | 0.73 |
| Hex | 8F | E3 | B1 | 25 | 0 | 16 | B | 90 | 3C | 49 |
| Octal | 217 | 343 | 261 | 45 | 0 | 26 | 13 | 220 | 74 | 111 |
| Binary | 10001111 | 11100011 | 10110001 | 100101 | 0 | 10110 | 1011 | 10010000 | 111100 | 1001001 |
Color Harmonies of #8FE3B1
Complementary color
Monochromatic Colors of #8FE3B1
Black with #8FE3B1
Text Example
Text Example
White with #8FE3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE3B1; }
p { color: rgb(143,227,177); }
H1.HeaderClassName
{
color: #8FE3B1;
}
.AnyTagClassName
{
color: #8FE3B1;
}
</style>
background-color css
<style>
a { background-color: #8FE3B1; }
a { background-color: rgb(143,227,177); }
div.DivClassName
{
background-color: #8FE3B1;
}
.BgClassName
{
background-color: #8FE3B1;
}
</style>
border-color css
<style>
span { border-color: #8FE3B1; }
span { border-color: rgb(143,227,177); }
td.TdClassName
{
border-color: #8FE3B1;
}
.TagClassName
{
border-color: #8FE3B1;
}
</style>