Shades of Vista Blue #8CEBB1
Tints of Vista Blue #8CEBB1
RGB
CMYK
RGB Variations
Color information
#8CEBB1 (or 0x8CEBB1) is known color: Vista Blue. HEX triplet: 8C, EB and B1. RGB value is (140,235,177). Sum of RGB (Red+Green+Blue) = 140+235+177=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBB1 is #73144E. Grayscale: #C8C8C8. Windows color (decimal): -7541839 or 11660172. OLE color: 11660172.
HSL color Cylindrical-coordinate representation of color #8CEBB1: hue angle of 143.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBB1 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 177 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.08 |
| HSL | 143.37º | 0.7% | 0.74% | - |
| HSV(B) | 143.37º | 0.4% | 0.92% | - |
| XYZ | 48.46 | 68.17 | 52.2 | - |
| YUV | 199.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 177 | 0.40 | 0 | 0.25 | 0.08 | 143.37 | 0.7 | 0.74 |
| Hex | 8C | EB | B1 | 28 | 0 | 19 | 8 | 8F | 46 | 4A |
| Octal | 214 | 353 | 261 | 50 | 0 | 31 | 10 | 217 | 106 | 112 |
| Binary | 10001100 | 11101011 | 10110001 | 101000 | 0 | 11001 | 1000 | 10001111 | 1000110 | 1001010 |
Color Harmonies of #8CEBB1
Complementary color
Monochromatic Colors of #8CEBB1
Black with #8CEBB1
Text Example
Text Example
White with #8CEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBB1; }
p { color: rgb(140,235,177); }
H1.HeaderClassName
{
color: #8CEBB1;
}
.AnyTagClassName
{
color: #8CEBB1;
}
</style>
background-color css
<style>
a { background-color: #8CEBB1; }
a { background-color: rgb(140,235,177); }
div.DivClassName
{
background-color: #8CEBB1;
}
.BgClassName
{
background-color: #8CEBB1;
}
</style>
border-color css
<style>
span { border-color: #8CEBB1; }
span { border-color: rgb(140,235,177); }
td.TdClassName
{
border-color: #8CEBB1;
}
.TagClassName
{
border-color: #8CEBB1;
}
</style>