Shades of Vista Blue #8CE9BA
Tints of Vista Blue #8CE9BA
RGB
CMYK
RGB Variations
Color information
#8CE9BA (or 0x8CE9BA) is known color: Vista Blue. HEX triplet: 8C, E9 and BA. RGB value is (140,233,186). Sum of RGB (Red+Green+Blue) = 140+233+186=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9BA is #731645. Grayscale: #C7C7C7. Windows color (decimal): -7542342 or 12249484. OLE color: 12249484.
HSL color Cylindrical-coordinate representation of color #8CE9BA: hue angle of 149.68º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9BA is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 186 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.09 |
| HSL | 149.68º | 0.68% | 0.73% | - |
| HSV(B) | 149.68º | 0.4% | 0.91% | - |
| XYZ | 48.82 | 67.4 | 56.89 | - |
| YUV | 199.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 186 | 0.40 | 0 | 0.20 | 0.09 | 149.68 | 0.68 | 0.73 |
| Hex | 8C | E9 | BA | 28 | 0 | 14 | 9 | 96 | 44 | 49 |
| Octal | 214 | 351 | 272 | 50 | 0 | 24 | 11 | 226 | 104 | 111 |
| Binary | 10001100 | 11101001 | 10111010 | 101000 | 0 | 10100 | 1001 | 10010110 | 1000100 | 1001001 |
Color Harmonies of #8CE9BA
Complementary color
Monochromatic Colors of #8CE9BA
Black with #8CE9BA
Text Example
Text Example
White with #8CE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9BA; }
p { color: rgb(140,233,186); }
H1.HeaderClassName
{
color: #8CE9BA;
}
.AnyTagClassName
{
color: #8CE9BA;
}
</style>
background-color css
<style>
a { background-color: #8CE9BA; }
a { background-color: rgb(140,233,186); }
div.DivClassName
{
background-color: #8CE9BA;
}
.BgClassName
{
background-color: #8CE9BA;
}
</style>
border-color css
<style>
span { border-color: #8CE9BA; }
span { border-color: rgb(140,233,186); }
td.TdClassName
{
border-color: #8CE9BA;
}
.TagClassName
{
border-color: #8CE9BA;
}
</style>