Shades of Vista Blue #8CE3AB
Tints of Vista Blue #8CE3AB
RGB
CMYK
RGB Variations
Color information
#8CE3AB (or 0x8CE3AB) is known color: Vista Blue. HEX triplet: 8C, E3 and AB. RGB value is (140,227,171). Sum of RGB (Red+Green+Blue) = 140+227+171=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE3AB is #731C54. Grayscale: #C2C2C2. Windows color (decimal): -7543893 or 11264908. OLE color: 11264908.
HSL color Cylindrical-coordinate representation of color #8CE3AB: hue angle of 141.38º degrees, saturation: 0.61, 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 #8CE3AB is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 171 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.11 |
| HSL | 141.38º | 0.61% | 0.72% | - |
| HSV(B) | 141.38º | 0.38% | 0.89% | - |
| XYZ | 45.63 | 63.45 | 48.37 | - |
| YUV | 194.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 171 | 0.38 | 0 | 0.25 | 0.11 | 141.38 | 0.61 | 0.72 |
| Hex | 8C | E3 | AB | 26 | 0 | 19 | B | 8D | 3D | 48 |
| Octal | 214 | 343 | 253 | 46 | 0 | 31 | 13 | 215 | 75 | 110 |
| Binary | 10001100 | 11100011 | 10101011 | 100110 | 0 | 11001 | 1011 | 10001101 | 111101 | 1001000 |
Color Harmonies of #8CE3AB
Complementary color
Monochromatic Colors of #8CE3AB
Black with #8CE3AB
Text Example
Text Example
White with #8CE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE3AB; }
p { color: rgb(140,227,171); }
H1.HeaderClassName
{
color: #8CE3AB;
}
.AnyTagClassName
{
color: #8CE3AB;
}
</style>
background-color css
<style>
a { background-color: #8CE3AB; }
a { background-color: rgb(140,227,171); }
div.DivClassName
{
background-color: #8CE3AB;
}
.BgClassName
{
background-color: #8CE3AB;
}
</style>
border-color css
<style>
span { border-color: #8CE3AB; }
span { border-color: rgb(140,227,171); }
td.TdClassName
{
border-color: #8CE3AB;
}
.TagClassName
{
border-color: #8CE3AB;
}
</style>