Shades of Vista Blue #8FE1BB
Tints of Vista Blue #8FE1BB
RGB
CMYK
RGB Variations
Color information
#8FE1BB (or 0x8FE1BB) is known color: Vista Blue. HEX triplet: 8F, E1 and BB. RGB value is (143,225,187). Sum of RGB (Red+Green+Blue) = 143+225+187=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE1BB is #701E44. Grayscale: #C4C4C4. Windows color (decimal): -7347781 or 12312975. OLE color: 12312975.
HSL color Cylindrical-coordinate representation of color #8FE1BB: hue angle of 152.2º degrees, saturation: 0.58, 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 #8FE1BB is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 187 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.12 |
| HSL | 152.2º | 0.58% | 0.72% | - |
| HSV(B) | 152.2º | 0.36% | 0.88% | - |
| XYZ | 47.22 | 63.28 | 56.74 | - |
| YUV | 196.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 187 | 0.36 | 0 | 0.17 | 0.12 | 152.2 | 0.58 | 0.72 |
| Hex | 8F | E1 | BB | 24 | 0 | 11 | C | 98 | 3A | 48 |
| Octal | 217 | 341 | 273 | 44 | 0 | 21 | 14 | 230 | 72 | 110 |
| Binary | 10001111 | 11100001 | 10111011 | 100100 | 0 | 10001 | 1100 | 10011000 | 111010 | 1001000 |
Color Harmonies of #8FE1BB
Complementary color
Monochromatic Colors of #8FE1BB
Black with #8FE1BB
Text Example
Text Example
White with #8FE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1BB; }
p { color: rgb(143,225,187); }
H1.HeaderClassName
{
color: #8FE1BB;
}
.AnyTagClassName
{
color: #8FE1BB;
}
</style>
background-color css
<style>
a { background-color: #8FE1BB; }
a { background-color: rgb(143,225,187); }
div.DivClassName
{
background-color: #8FE1BB;
}
.BgClassName
{
background-color: #8FE1BB;
}
</style>
border-color css
<style>
span { border-color: #8FE1BB; }
span { border-color: rgb(143,225,187); }
td.TdClassName
{
border-color: #8FE1BB;
}
.TagClassName
{
border-color: #8FE1BB;
}
</style>