Shades of Vista Blue #8CE4B0
Tints of Vista Blue #8CE4B0
RGB
CMYK
RGB Variations
Color information
#8CE4B0 (or 0x8CE4B0) is known color: Vista Blue. HEX triplet: 8C, E4 and B0. RGB value is (140,228,176). Sum of RGB (Red+Green+Blue) = 140+228+176=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE4B0 is #731B4F. Grayscale: #C3C3C3. Windows color (decimal): -7543632 or 11592844. OLE color: 11592844.
HSL color Cylindrical-coordinate representation of color #8CE4B0: hue angle of 144.55º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4B0 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 176 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.11 |
| HSL | 144.55º | 0.62% | 0.72% | - |
| HSV(B) | 144.55º | 0.39% | 0.89% | - |
| XYZ | 46.4 | 64.2 | 51.02 | - |
| YUV | 195.76 | 116.85 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 176 | 0.39 | 0 | 0.23 | 0.11 | 144.55 | 0.62 | 0.72 |
| Hex | 8C | E4 | B0 | 27 | 0 | 17 | B | 91 | 3E | 48 |
| Octal | 214 | 344 | 260 | 47 | 0 | 27 | 13 | 221 | 76 | 110 |
| Binary | 10001100 | 11100100 | 10110000 | 100111 | 0 | 10111 | 1011 | 10010001 | 111110 | 1001000 |
Color Harmonies of #8CE4B0
Complementary color
Monochromatic Colors of #8CE4B0
Black with #8CE4B0
Text Example
Text Example
White with #8CE4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4B0; }
p { color: rgb(140,228,176); }
H1.HeaderClassName
{
color: #8CE4B0;
}
.AnyTagClassName
{
color: #8CE4B0;
}
</style>
background-color css
<style>
a { background-color: #8CE4B0; }
a { background-color: rgb(140,228,176); }
div.DivClassName
{
background-color: #8CE4B0;
}
.BgClassName
{
background-color: #8CE4B0;
}
</style>
border-color css
<style>
span { border-color: #8CE4B0; }
span { border-color: rgb(140,228,176); }
td.TdClassName
{
border-color: #8CE4B0;
}
.TagClassName
{
border-color: #8CE4B0;
}
</style>