Shades of Vista Blue #8CE1BC
Tints of Vista Blue #8CE1BC
RGB
CMYK
RGB Variations
Color information
#8CE1BC (or 0x8CE1BC) is known color: Vista Blue. HEX triplet: 8C, E1 and BC. RGB value is (140,225,188). Sum of RGB (Red+Green+Blue) = 140+225+188=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE1BC is #731E43. Grayscale: #C3C3C3. Windows color (decimal): -7544388 or 12378508. OLE color: 12378508.
HSL color Cylindrical-coordinate representation of color #8CE1BC: hue angle of 153.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1BC is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 188 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.12 |
| HSL | 153.88º | 0.59% | 0.72% | - |
| HSV(B) | 153.88º | 0.38% | 0.88% | - |
| XYZ | 46.82 | 63.06 | 57.28 | - |
| YUV | 195.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 188 | 0.38 | 0 | 0.16 | 0.12 | 153.88 | 0.59 | 0.72 |
| Hex | 8C | E1 | BC | 26 | 0 | 10 | C | 9A | 3B | 48 |
| Octal | 214 | 341 | 274 | 46 | 0 | 20 | 14 | 232 | 73 | 110 |
| Binary | 10001100 | 11100001 | 10111100 | 100110 | 0 | 10000 | 1100 | 10011010 | 111011 | 1001000 |
Color Harmonies of #8CE1BC
Complementary color
Monochromatic Colors of #8CE1BC
Black with #8CE1BC
Text Example
Text Example
White with #8CE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1BC; }
p { color: rgb(140,225,188); }
H1.HeaderClassName
{
color: #8CE1BC;
}
.AnyTagClassName
{
color: #8CE1BC;
}
</style>
background-color css
<style>
a { background-color: #8CE1BC; }
a { background-color: rgb(140,225,188); }
div.DivClassName
{
background-color: #8CE1BC;
}
.BgClassName
{
background-color: #8CE1BC;
}
</style>
border-color css
<style>
span { border-color: #8CE1BC; }
span { border-color: rgb(140,225,188); }
td.TdClassName
{
border-color: #8CE1BC;
}
.TagClassName
{
border-color: #8CE1BC;
}
</style>