Shades of Vista Blue #8CE2AB
Tints of Vista Blue #8CE2AB
RGB
CMYK
RGB Variations
Color information
#8CE2AB (or 0x8CE2AB) is known color: Vista Blue. HEX triplet: 8C, E2 and AB. RGB value is (140,226,171). Sum of RGB (Red+Green+Blue) = 140+226+171=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE2AB is #731D54. Grayscale: #C2C2C2. Windows color (decimal): -7544149 or 11264652. OLE color: 11264652.
HSL color Cylindrical-coordinate representation of color #8CE2AB: hue angle of 141.63º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE2AB is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 226 | 171 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.11 |
| HSL | 141.63º | 0.6% | 0.72% | - |
| HSV(B) | 141.63º | 0.38% | 0.89% | - |
| XYZ | 45.36 | 62.91 | 48.28 | - |
| YUV | 194.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 171 | 0.38 | 0 | 0.24 | 0.11 | 141.63 | 0.6 | 0.72 |
| Hex | 8C | E2 | AB | 26 | 0 | 18 | B | 8E | 3C | 48 |
| Octal | 214 | 342 | 253 | 46 | 0 | 30 | 13 | 216 | 74 | 110 |
| Binary | 10001100 | 11100010 | 10101011 | 100110 | 0 | 11000 | 1011 | 10001110 | 111100 | 1001000 |
Color Harmonies of #8CE2AB
Complementary color
Monochromatic Colors of #8CE2AB
Black with #8CE2AB
Text Example
Text Example
White with #8CE2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE2AB; }
p { color: rgb(140,226,171); }
H1.HeaderClassName
{
color: #8CE2AB;
}
.AnyTagClassName
{
color: #8CE2AB;
}
</style>
background-color css
<style>
a { background-color: #8CE2AB; }
a { background-color: rgb(140,226,171); }
div.DivClassName
{
background-color: #8CE2AB;
}
.BgClassName
{
background-color: #8CE2AB;
}
</style>
border-color css
<style>
span { border-color: #8CE2AB; }
span { border-color: rgb(140,226,171); }
td.TdClassName
{
border-color: #8CE2AB;
}
.TagClassName
{
border-color: #8CE2AB;
}
</style>