Shades of Vista Blue #8FEFBC
Tints of Vista Blue #8FEFBC
RGB
CMYK
RGB Variations
Color information
#8FEFBC (or 0x8FEFBC) is known color: Vista Blue. HEX triplet: 8F, EF and BC. RGB value is (143,239,188). Sum of RGB (Red+Green+Blue) = 143+239+188=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFBC is #701043. Grayscale: #CCCCCC. Windows color (decimal): -7344196 or 12382095. OLE color: 12382095.
HSL color Cylindrical-coordinate representation of color #8FEFBC: hue angle of 148.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFBC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 188 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.06 |
| HSL | 148.13º | 0.75% | 0.75% | - |
| HSV(B) | 148.13º | 0.4% | 0.94% | - |
| XYZ | 51.27 | 71.2 | 58.62 | - |
| YUV | 204.48 | 118.7 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 188 | 0.40 | 0 | 0.21 | 0.06 | 148.13 | 0.75 | 0.75 |
| Hex | 8F | EF | BC | 28 | 0 | 15 | 6 | 94 | 4B | 4B |
| Octal | 217 | 357 | 274 | 50 | 0 | 25 | 6 | 224 | 113 | 113 |
| Binary | 10001111 | 11101111 | 10111100 | 101000 | 0 | 10101 | 110 | 10010100 | 1001011 | 1001011 |
Color Harmonies of #8FEFBC
Complementary color
Monochromatic Colors of #8FEFBC
Black with #8FEFBC
Text Example
Text Example
White with #8FEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFBC; }
p { color: rgb(143,239,188); }
H1.HeaderClassName
{
color: #8FEFBC;
}
.AnyTagClassName
{
color: #8FEFBC;
}
</style>
background-color css
<style>
a { background-color: #8FEFBC; }
a { background-color: rgb(143,239,188); }
div.DivClassName
{
background-color: #8FEFBC;
}
.BgClassName
{
background-color: #8FEFBC;
}
</style>
border-color css
<style>
span { border-color: #8FEFBC; }
span { border-color: rgb(143,239,188); }
td.TdClassName
{
border-color: #8FEFBC;
}
.TagClassName
{
border-color: #8FEFBC;
}
</style>