Shades of Vista Blue #8CEBAB
Tints of Vista Blue #8CEBAB
RGB
CMYK
RGB Variations
Color information
#8CEBAB (or 0x8CEBAB) is known color: Vista Blue. HEX triplet: 8C, EB and AB. RGB value is (140,235,171). Sum of RGB (Red+Green+Blue) = 140+235+171=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBAB is #731454. Grayscale: #C7C7C7. Windows color (decimal): -7541845 or 11266956. OLE color: 11266956.
HSL color Cylindrical-coordinate representation of color #8CEBAB: hue angle of 139.58º 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 #8CEBAB is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 171 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.08 |
| HSL | 139.58º | 0.7% | 0.74% | - |
| HSV(B) | 139.58º | 0.4% | 0.92% | - |
| XYZ | 47.87 | 67.93 | 49.12 | - |
| YUV | 199.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 171 | 0.40 | 0 | 0.27 | 0.08 | 139.58 | 0.7 | 0.74 |
| Hex | 8C | EB | AB | 28 | 0 | 1B | 8 | 8C | 46 | 4A |
| Octal | 214 | 353 | 253 | 50 | 0 | 33 | 10 | 214 | 106 | 112 |
| Binary | 10001100 | 11101011 | 10101011 | 101000 | 0 | 11011 | 1000 | 10001100 | 1000110 | 1001010 |
Color Harmonies of #8CEBAB
Complementary color
Monochromatic Colors of #8CEBAB
Black with #8CEBAB
Text Example
Text Example
White with #8CEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBAB; }
p { color: rgb(140,235,171); }
H1.HeaderClassName
{
color: #8CEBAB;
}
.AnyTagClassName
{
color: #8CEBAB;
}
</style>
background-color css
<style>
a { background-color: #8CEBAB; }
a { background-color: rgb(140,235,171); }
div.DivClassName
{
background-color: #8CEBAB;
}
.BgClassName
{
background-color: #8CEBAB;
}
</style>
border-color css
<style>
span { border-color: #8CEBAB; }
span { border-color: rgb(140,235,171); }
td.TdClassName
{
border-color: #8CEBAB;
}
.TagClassName
{
border-color: #8CEBAB;
}
</style>