Shades of Vista Blue #8FECB1
Tints of Vista Blue #8FECB1
RGB
CMYK
RGB Variations
Color information
#8FECB1 (or 0x8FECB1) is known color: Vista Blue. HEX triplet: 8F, EC and B1. RGB value is (143,236,177). Sum of RGB (Red+Green+Blue) = 143+236+177=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FECB1 is #70134E. Grayscale: #C9C9C9. Windows color (decimal): -7344975 or 11660431. OLE color: 11660431.
HSL color Cylindrical-coordinate representation of color #8FECB1: hue angle of 141.94º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECB1 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 177 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.07 |
| HSL | 141.94º | 0.71% | 0.74% | - |
| HSV(B) | 141.94º | 0.39% | 0.93% | - |
| XYZ | 49.26 | 69 | 52.32 | - |
| YUV | 201.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 177 | 0.39 | 0 | 0.25 | 0.07 | 141.94 | 0.71 | 0.74 |
| Hex | 8F | EC | B1 | 27 | 0 | 19 | 7 | 8E | 47 | 4A |
| Octal | 217 | 354 | 261 | 47 | 0 | 31 | 7 | 216 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10110001 | 100111 | 0 | 11001 | 111 | 10001110 | 1000111 | 1001010 |
Color Harmonies of #8FECB1
Complementary color
Monochromatic Colors of #8FECB1
Black with #8FECB1
Text Example
Text Example
White with #8FECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECB1; }
p { color: rgb(143,236,177); }
H1.HeaderClassName
{
color: #8FECB1;
}
.AnyTagClassName
{
color: #8FECB1;
}
</style>
background-color css
<style>
a { background-color: #8FECB1; }
a { background-color: rgb(143,236,177); }
div.DivClassName
{
background-color: #8FECB1;
}
.BgClassName
{
background-color: #8FECB1;
}
</style>
border-color css
<style>
span { border-color: #8FECB1; }
span { border-color: rgb(143,236,177); }
td.TdClassName
{
border-color: #8FECB1;
}
.TagClassName
{
border-color: #8FECB1;
}
</style>