Shades of Vista Blue #8CE1B0
Tints of Vista Blue #8CE1B0
RGB
CMYK
RGB Variations
Color information
#8CE1B0 (or 0x8CE1B0) is known color: Vista Blue. HEX triplet: 8C, E1 and B0. RGB value is (140,225,176). Sum of RGB (Red+Green+Blue) = 140+225+176=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1B0 is #731E4F. Grayscale: #C2C2C2. Windows color (decimal): -7544400 or 11592076. OLE color: 11592076.
HSL color Cylindrical-coordinate representation of color #8CE1B0: hue angle of 145.41º 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 #8CE1B0 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 176 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.12 |
| HSL | 145.41º | 0.59% | 0.72% | - |
| HSV(B) | 145.41º | 0.38% | 0.88% | - |
| XYZ | 45.58 | 62.56 | 50.75 | - |
| YUV | 194 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 176 | 0.38 | 0 | 0.22 | 0.12 | 145.41 | 0.59 | 0.72 |
| Hex | 8C | E1 | B0 | 26 | 0 | 16 | C | 91 | 3B | 48 |
| Octal | 214 | 341 | 260 | 46 | 0 | 26 | 14 | 221 | 73 | 110 |
| Binary | 10001100 | 11100001 | 10110000 | 100110 | 0 | 10110 | 1100 | 10010001 | 111011 | 1001000 |
Color Harmonies of #8CE1B0
Complementary color
Monochromatic Colors of #8CE1B0
Black with #8CE1B0
Text Example
Text Example
White with #8CE1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1B0; }
p { color: rgb(140,225,176); }
H1.HeaderClassName
{
color: #8CE1B0;
}
.AnyTagClassName
{
color: #8CE1B0;
}
</style>
background-color css
<style>
a { background-color: #8CE1B0; }
a { background-color: rgb(140,225,176); }
div.DivClassName
{
background-color: #8CE1B0;
}
.BgClassName
{
background-color: #8CE1B0;
}
</style>
border-color css
<style>
span { border-color: #8CE1B0; }
span { border-color: rgb(140,225,176); }
td.TdClassName
{
border-color: #8CE1B0;
}
.TagClassName
{
border-color: #8CE1B0;
}
</style>