Shades of Vista Blue #8CE7B8
Tints of Vista Blue #8CE7B8
RGB
CMYK
RGB Variations
Color information
#8CE7B8 (or 0x8CE7B8) is known color: Vista Blue. HEX triplet: 8C, E7 and B8. RGB value is (140,231,184). Sum of RGB (Red+Green+Blue) = 140+231+184=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE7B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE7B8 is #731847. Grayscale: #C6C6C6. Windows color (decimal): -7542856 or 12117900. OLE color: 12117900.
HSL color Cylindrical-coordinate representation of color #8CE7B8: hue angle of 149.01º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE7B8 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 231 | 184 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.09 |
| HSL | 149.01º | 0.65% | 0.73% | - |
| HSV(B) | 149.01º | 0.39% | 0.91% | - |
| XYZ | 48.04 | 66.19 | 55.59 | - |
| YUV | 198.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 231 | 184 | 0.39 | 0 | 0.20 | 0.09 | 149.01 | 0.65 | 0.73 |
| Hex | 8C | E7 | B8 | 27 | 0 | 14 | 9 | 95 | 41 | 49 |
| Octal | 214 | 347 | 270 | 47 | 0 | 24 | 11 | 225 | 101 | 111 |
| Binary | 10001100 | 11100111 | 10111000 | 100111 | 0 | 10100 | 1001 | 10010101 | 1000001 | 1001001 |
Color Harmonies of #8CE7B8
Complementary color
Monochromatic Colors of #8CE7B8
Black with #8CE7B8
Text Example
Text Example
White with #8CE7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE7B8; }
p { color: rgb(140,231,184); }
H1.HeaderClassName
{
color: #8CE7B8;
}
.AnyTagClassName
{
color: #8CE7B8;
}
</style>
background-color css
<style>
a { background-color: #8CE7B8; }
a { background-color: rgb(140,231,184); }
div.DivClassName
{
background-color: #8CE7B8;
}
.BgClassName
{
background-color: #8CE7B8;
}
</style>
border-color css
<style>
span { border-color: #8CE7B8; }
span { border-color: rgb(140,231,184); }
td.TdClassName
{
border-color: #8CE7B8;
}
.TagClassName
{
border-color: #8CE7B8;
}
</style>