Shades of Vista Blue #8FEEB1
Tints of Vista Blue #8FEEB1
RGB
CMYK
RGB Variations
Color information
#8FEEB1 (or 0x8FEEB1) is known color: Vista Blue. HEX triplet: 8F, EE and B1. RGB value is (143,238,177). Sum of RGB (Red+Green+Blue) = 143+238+177=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEEB1 is #70114E. Grayscale: #CACACA. Windows color (decimal): -7344463 or 11660943. OLE color: 11660943.
HSL color Cylindrical-coordinate representation of color #8FEEB1: hue angle of 141.47º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEB1 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 177 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.07 |
| HSL | 141.47º | 0.74% | 0.75% | - |
| HSV(B) | 141.47º | 0.4% | 0.93% | - |
| XYZ | 49.84 | 70.16 | 52.51 | - |
| YUV | 202.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 177 | 0.40 | 0 | 0.26 | 0.07 | 141.47 | 0.74 | 0.75 |
| Hex | 8F | EE | B1 | 28 | 0 | 1A | 7 | 8D | 4A | 4B |
| Octal | 217 | 356 | 261 | 50 | 0 | 32 | 7 | 215 | 112 | 113 |
| Binary | 10001111 | 11101110 | 10110001 | 101000 | 0 | 11010 | 111 | 10001101 | 1001010 | 1001011 |
Color Harmonies of #8FEEB1
Complementary color
Monochromatic Colors of #8FEEB1
Black with #8FEEB1
Text Example
Text Example
White with #8FEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEB1; }
p { color: rgb(143,238,177); }
H1.HeaderClassName
{
color: #8FEEB1;
}
.AnyTagClassName
{
color: #8FEEB1;
}
</style>
background-color css
<style>
a { background-color: #8FEEB1; }
a { background-color: rgb(143,238,177); }
div.DivClassName
{
background-color: #8FEEB1;
}
.BgClassName
{
background-color: #8FEEB1;
}
</style>
border-color css
<style>
span { border-color: #8FEEB1; }
span { border-color: rgb(143,238,177); }
td.TdClassName
{
border-color: #8FEEB1;
}
.TagClassName
{
border-color: #8FEEB1;
}
</style>