Shades of Vista Blue #8FECBF
Tints of Vista Blue #8FECBF
RGB
CMYK
RGB Variations
Color information
#8FECBF (or 0x8FECBF) is known color: Vista Blue. HEX triplet: 8F, EC and BF. RGB value is (143,236,191). Sum of RGB (Red+Green+Blue) = 143+236+191=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECBF is #701340. Grayscale: #CBCBCB. Windows color (decimal): -7344961 or 12577935. OLE color: 12577935.
HSL color Cylindrical-coordinate representation of color #8FECBF: hue angle of 150.97º 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 #8FECBF is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 191 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.07 |
| HSL | 150.97º | 0.71% | 0.74% | - |
| HSV(B) | 150.97º | 0.39% | 0.93% | - |
| XYZ | 50.73 | 69.59 | 60.05 | - |
| YUV | 203.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 191 | 0.39 | 0 | 0.19 | 0.07 | 150.97 | 0.71 | 0.74 |
| Hex | 8F | EC | BF | 27 | 0 | 13 | 7 | 97 | 47 | 4A |
| Octal | 217 | 354 | 277 | 47 | 0 | 23 | 7 | 227 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10111111 | 100111 | 0 | 10011 | 111 | 10010111 | 1000111 | 1001010 |
Color Harmonies of #8FECBF
Complementary color
Monochromatic Colors of #8FECBF
Black with #8FECBF
Text Example
Text Example
White with #8FECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECBF; }
p { color: rgb(143,236,191); }
H1.HeaderClassName
{
color: #8FECBF;
}
.AnyTagClassName
{
color: #8FECBF;
}
</style>
background-color css
<style>
a { background-color: #8FECBF; }
a { background-color: rgb(143,236,191); }
div.DivClassName
{
background-color: #8FECBF;
}
.BgClassName
{
background-color: #8FECBF;
}
</style>
border-color css
<style>
span { border-color: #8FECBF; }
span { border-color: rgb(143,236,191); }
td.TdClassName
{
border-color: #8FECBF;
}
.TagClassName
{
border-color: #8FECBF;
}
</style>