Shades of Vista Blue #8CE5AC
Tints of Vista Blue #8CE5AC
RGB
CMYK
RGB Variations
Color information
#8CE5AC (or 0x8CE5AC) is known color: Vista Blue. HEX triplet: 8C, E5 and AC. RGB value is (140,229,172). Sum of RGB (Red+Green+Blue) = 140+229+172=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE5AC is #731A53. Grayscale: #C4C4C4. Windows color (decimal): -7543380 or 11330956. OLE color: 11330956.
HSL color Cylindrical-coordinate representation of color #8CE5AC: hue angle of 141.57º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE5AC is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 172 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.10 |
| HSL | 141.57º | 0.63% | 0.72% | - |
| HSV(B) | 141.57º | 0.39% | 0.9% | - |
| XYZ | 46.28 | 64.59 | 49.06 | - |
| YUV | 195.89 | 114.51 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 172 | 0.39 | 0 | 0.25 | 0.10 | 141.57 | 0.63 | 0.72 |
| Hex | 8C | E5 | AC | 27 | 0 | 19 | A | 8E | 3F | 48 |
| Octal | 214 | 345 | 254 | 47 | 0 | 31 | 12 | 216 | 77 | 110 |
| Binary | 10001100 | 11100101 | 10101100 | 100111 | 0 | 11001 | 1010 | 10001110 | 111111 | 1001000 |
Color Harmonies of #8CE5AC
Complementary color
Monochromatic Colors of #8CE5AC
Black with #8CE5AC
Text Example
Text Example
White with #8CE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE5AC; }
p { color: rgb(140,229,172); }
H1.HeaderClassName
{
color: #8CE5AC;
}
.AnyTagClassName
{
color: #8CE5AC;
}
</style>
background-color css
<style>
a { background-color: #8CE5AC; }
a { background-color: rgb(140,229,172); }
div.DivClassName
{
background-color: #8CE5AC;
}
.BgClassName
{
background-color: #8CE5AC;
}
</style>
border-color css
<style>
span { border-color: #8CE5AC; }
span { border-color: rgb(140,229,172); }
td.TdClassName
{
border-color: #8CE5AC;
}
.TagClassName
{
border-color: #8CE5AC;
}
</style>