Shades of Vista Blue #8CF3B1
Tints of Vista Blue #8CF3B1
RGB
CMYK
RGB Variations
Color information
#8CF3B1 (or 0x8CF3B1) is known color: Vista Blue. HEX triplet: 8C, F3 and B1. RGB value is (140,243,177). Sum of RGB (Red+Green+Blue) = 140+243+177=560 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF3B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF3B1 is #730C4E. Grayscale: #CCCCCC. Windows color (decimal): -7539791 or 11662220. OLE color: 11662220.
HSL color Cylindrical-coordinate representation of color #8CF3B1: hue angle of 141.55º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF3B1 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 243 | 177 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.05 |
| HSL | 141.55º | 0.81% | 0.75% | - |
| HSV(B) | 141.55º | 0.42% | 0.95% | - |
| XYZ | 50.8 | 72.85 | 52.98 | - |
| YUV | 204.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 243 | 177 | 0.42 | 0 | 0.27 | 0.05 | 141.55 | 0.81 | 0.75 |
| Hex | 8C | F3 | B1 | 2A | 0 | 1B | 5 | 8E | 51 | 4B |
| Octal | 214 | 363 | 261 | 52 | 0 | 33 | 5 | 216 | 121 | 113 |
| Binary | 10001100 | 11110011 | 10110001 | 101010 | 0 | 11011 | 101 | 10001110 | 1010001 | 1001011 |
Color Harmonies of #8CF3B1
Complementary color
Monochromatic Colors of #8CF3B1
Black with #8CF3B1
Text Example
Text Example
White with #8CF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF3B1; }
p { color: rgb(140,243,177); }
H1.HeaderClassName
{
color: #8CF3B1;
}
.AnyTagClassName
{
color: #8CF3B1;
}
</style>
background-color css
<style>
a { background-color: #8CF3B1; }
a { background-color: rgb(140,243,177); }
div.DivClassName
{
background-color: #8CF3B1;
}
.BgClassName
{
background-color: #8CF3B1;
}
</style>
border-color css
<style>
span { border-color: #8CF3B1; }
span { border-color: rgb(140,243,177); }
td.TdClassName
{
border-color: #8CF3B1;
}
.TagClassName
{
border-color: #8CF3B1;
}
</style>