Shades of Vista Blue #8FECBC
Tints of Vista Blue #8FECBC
RGB
CMYK
RGB Variations
Color information
#8FECBC (or 0x8FECBC) is known color: Vista Blue. HEX triplet: 8F, EC and BC. RGB value is (143,236,188). Sum of RGB (Red+Green+Blue) = 143+236+188=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FECBC is #701343. Grayscale: #CACACA. Windows color (decimal): -7344964 or 12381327. OLE color: 12381327.
HSL color Cylindrical-coordinate representation of color #8FECBC: hue angle of 149.03º 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 #8FECBC is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 188 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.07 |
| HSL | 149.03º | 0.71% | 0.74% | - |
| HSV(B) | 149.03º | 0.39% | 0.93% | - |
| XYZ | 50.4 | 69.46 | 58.33 | - |
| YUV | 202.72 | 119.69 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 188 | 0.39 | 0 | 0.20 | 0.07 | 149.03 | 0.71 | 0.74 |
| Hex | 8F | EC | BC | 27 | 0 | 14 | 7 | 95 | 47 | 4A |
| Octal | 217 | 354 | 274 | 47 | 0 | 24 | 7 | 225 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10111100 | 100111 | 0 | 10100 | 111 | 10010101 | 1000111 | 1001010 |
Color Harmonies of #8FECBC
Complementary color
Monochromatic Colors of #8FECBC
Black with #8FECBC
Text Example
Text Example
White with #8FECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECBC; }
p { color: rgb(143,236,188); }
H1.HeaderClassName
{
color: #8FECBC;
}
.AnyTagClassName
{
color: #8FECBC;
}
</style>
background-color css
<style>
a { background-color: #8FECBC; }
a { background-color: rgb(143,236,188); }
div.DivClassName
{
background-color: #8FECBC;
}
.BgClassName
{
background-color: #8FECBC;
}
</style>
border-color css
<style>
span { border-color: #8FECBC; }
span { border-color: rgb(143,236,188); }
td.TdClassName
{
border-color: #8FECBC;
}
.TagClassName
{
border-color: #8FECBC;
}
</style>