Shades of Vista Blue #8CF0BB
Tints of Vista Blue #8CF0BB
RGB
CMYK
RGB Variations
Color information
#8CF0BB (or 0x8CF0BB) is known color: Vista Blue. HEX triplet: 8C, F0 and BB. RGB value is (140,240,187). Sum of RGB (Red+Green+Blue) = 140+240+187=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF0BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF0BB is #730F44. Grayscale: #CCCCCC. Windows color (decimal): -7540549 or 12316812. OLE color: 12316812.
HSL color Cylindrical-coordinate representation of color #8CF0BB: hue angle of 148.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF0BB is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 187 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.06 |
| HSL | 148.2º | 0.77% | 0.75% | - |
| HSV(B) | 148.2º | 0.42% | 0.94% | - |
| XYZ | 50.94 | 71.48 | 58.13 | - |
| YUV | 204.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 187 | 0.42 | 0 | 0.22 | 0.06 | 148.2 | 0.77 | 0.75 |
| Hex | 8C | F0 | BB | 2A | 0 | 16 | 6 | 94 | 4D | 4B |
| Octal | 214 | 360 | 273 | 52 | 0 | 26 | 6 | 224 | 115 | 113 |
| Binary | 10001100 | 11110000 | 10111011 | 101010 | 0 | 10110 | 110 | 10010100 | 1001101 | 1001011 |
Color Harmonies of #8CF0BB
Complementary color
Monochromatic Colors of #8CF0BB
Black with #8CF0BB
Text Example
Text Example
White with #8CF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF0BB; }
p { color: rgb(140,240,187); }
H1.HeaderClassName
{
color: #8CF0BB;
}
.AnyTagClassName
{
color: #8CF0BB;
}
</style>
background-color css
<style>
a { background-color: #8CF0BB; }
a { background-color: rgb(140,240,187); }
div.DivClassName
{
background-color: #8CF0BB;
}
.BgClassName
{
background-color: #8CF0BB;
}
</style>
border-color css
<style>
span { border-color: #8CF0BB; }
span { border-color: rgb(140,240,187); }
td.TdClassName
{
border-color: #8CF0BB;
}
.TagClassName
{
border-color: #8CF0BB;
}
</style>