Shades of Vista Blue #8FECBB
Tints of Vista Blue #8FECBB
RGB
CMYK
RGB Variations
Color information
#8FECBB (or 0x8FECBB) is known color: Vista Blue. HEX triplet: 8F, EC and BB. RGB value is (143,236,187). Sum of RGB (Red+Green+Blue) = 143+236+187=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECBB is #701344. Grayscale: #CACACA. Windows color (decimal): -7344965 or 12315791. OLE color: 12315791.
HSL color Cylindrical-coordinate representation of color #8FECBB: hue angle of 148.39º 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 #8FECBB is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 187 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.07 |
| HSL | 148.39º | 0.71% | 0.74% | - |
| HSV(B) | 148.39º | 0.39% | 0.93% | - |
| XYZ | 50.29 | 69.42 | 57.76 | - |
| YUV | 202.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 187 | 0.39 | 0 | 0.21 | 0.07 | 148.39 | 0.71 | 0.74 |
| Hex | 8F | EC | BB | 27 | 0 | 15 | 7 | 94 | 47 | 4A |
| Octal | 217 | 354 | 273 | 47 | 0 | 25 | 7 | 224 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10111011 | 100111 | 0 | 10101 | 111 | 10010100 | 1000111 | 1001010 |
Color Harmonies of #8FECBB
Complementary color
Monochromatic Colors of #8FECBB
Black with #8FECBB
Text Example
Text Example
White with #8FECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECBB; }
p { color: rgb(143,236,187); }
H1.HeaderClassName
{
color: #8FECBB;
}
.AnyTagClassName
{
color: #8FECBB;
}
</style>
background-color css
<style>
a { background-color: #8FECBB; }
a { background-color: rgb(143,236,187); }
div.DivClassName
{
background-color: #8FECBB;
}
.BgClassName
{
background-color: #8FECBB;
}
</style>
border-color css
<style>
span { border-color: #8FECBB; }
span { border-color: rgb(143,236,187); }
td.TdClassName
{
border-color: #8FECBB;
}
.TagClassName
{
border-color: #8FECBB;
}
</style>