Shades of Vista Blue #8CE5B1
Tints of Vista Blue #8CE5B1
RGB
CMYK
RGB Variations
Color information
#8CE5B1 (or 0x8CE5B1) is known color: Vista Blue. HEX triplet: 8C, E5 and B1. RGB value is (140,229,177). Sum of RGB (Red+Green+Blue) = 140+229+177=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE5B1 is #731A4E. Grayscale: #C4C4C4. Windows color (decimal): -7543375 or 11658636. OLE color: 11658636.
HSL color Cylindrical-coordinate representation of color #8CE5B1: hue angle of 144.94º 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 #8CE5B1 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 229 | 177 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.10 |
| HSL | 144.94º | 0.63% | 0.72% | - |
| HSV(B) | 144.94º | 0.39% | 0.9% | - |
| XYZ | 46.77 | 64.79 | 51.64 | - |
| YUV | 196.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 177 | 0.39 | 0 | 0.23 | 0.10 | 144.94 | 0.63 | 0.72 |
| Hex | 8C | E5 | B1 | 27 | 0 | 17 | A | 91 | 3F | 48 |
| Octal | 214 | 345 | 261 | 47 | 0 | 27 | 12 | 221 | 77 | 110 |
| Binary | 10001100 | 11100101 | 10110001 | 100111 | 0 | 10111 | 1010 | 10010001 | 111111 | 1001000 |
Color Harmonies of #8CE5B1
Complementary color
Monochromatic Colors of #8CE5B1
Black with #8CE5B1
Text Example
Text Example
White with #8CE5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE5B1; }
p { color: rgb(140,229,177); }
H1.HeaderClassName
{
color: #8CE5B1;
}
.AnyTagClassName
{
color: #8CE5B1;
}
</style>
background-color css
<style>
a { background-color: #8CE5B1; }
a { background-color: rgb(140,229,177); }
div.DivClassName
{
background-color: #8CE5B1;
}
.BgClassName
{
background-color: #8CE5B1;
}
</style>
border-color css
<style>
span { border-color: #8CE5B1; }
span { border-color: rgb(140,229,177); }
td.TdClassName
{
border-color: #8CE5B1;
}
.TagClassName
{
border-color: #8CE5B1;
}
</style>