Shades of Vista Blue #8CF2BB
Tints of Vista Blue #8CF2BB
RGB
CMYK
RGB Variations
Color information
#8CF2BB (or 0x8CF2BB) is known color: Vista Blue. HEX triplet: 8C, F2 and BB. RGB value is (140,242,187). Sum of RGB (Red+Green+Blue) = 140+242+187=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF2BB is #730D44. Grayscale: #CDCDCD. Windows color (decimal): -7540037 or 12317324. OLE color: 12317324.
HSL color Cylindrical-coordinate representation of color #8CF2BB: hue angle of 147.65º degrees, saturation: 0.8, 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 #8CF2BB is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 187 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.05 |
| HSL | 147.65º | 0.8% | 0.75% | - |
| HSV(B) | 147.65º | 0.42% | 0.95% | - |
| XYZ | 51.54 | 72.67 | 58.32 | - |
| YUV | 205.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 187 | 0.42 | 0 | 0.23 | 0.05 | 147.65 | 0.8 | 0.75 |
| Hex | 8C | F2 | BB | 2A | 0 | 17 | 5 | 94 | 50 | 4B |
| Octal | 214 | 362 | 273 | 52 | 0 | 27 | 5 | 224 | 120 | 113 |
| Binary | 10001100 | 11110010 | 10111011 | 101010 | 0 | 10111 | 101 | 10010100 | 1010000 | 1001011 |
Color Harmonies of #8CF2BB
Complementary color
Monochromatic Colors of #8CF2BB
Black with #8CF2BB
Text Example
Text Example
White with #8CF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF2BB; }
p { color: rgb(140,242,187); }
H1.HeaderClassName
{
color: #8CF2BB;
}
.AnyTagClassName
{
color: #8CF2BB;
}
</style>
background-color css
<style>
a { background-color: #8CF2BB; }
a { background-color: rgb(140,242,187); }
div.DivClassName
{
background-color: #8CF2BB;
}
.BgClassName
{
background-color: #8CF2BB;
}
</style>
border-color css
<style>
span { border-color: #8CF2BB; }
span { border-color: rgb(140,242,187); }
td.TdClassName
{
border-color: #8CF2BB;
}
.TagClassName
{
border-color: #8CF2BB;
}
</style>