Shades of Vista Blue #8CE9AF
Tints of Vista Blue #8CE9AF
RGB
CMYK
RGB Variations
Color information
#8CE9AF (or 0x8CE9AF) is known color: Vista Blue. HEX triplet: 8C, E9 and AF. RGB value is (140,233,175). Sum of RGB (Red+Green+Blue) = 140+233+175=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CE9AF is #731650. Grayscale: #C6C6C6. Windows color (decimal): -7542353 or 11528588. OLE color: 11528588.
HSL color Cylindrical-coordinate representation of color #8CE9AF: hue angle of 142.58º 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 #8CE9AF is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 175 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.09 |
| HSL | 142.58º | 0.68% | 0.73% | - |
| HSV(B) | 142.58º | 0.4% | 0.91% | - |
| XYZ | 47.69 | 66.95 | 50.97 | - |
| YUV | 198.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 175 | 0.40 | 0 | 0.25 | 0.09 | 142.58 | 0.68 | 0.73 |
| Hex | 8C | E9 | AF | 28 | 0 | 19 | 9 | 8F | 44 | 49 |
| Octal | 214 | 351 | 257 | 50 | 0 | 31 | 11 | 217 | 104 | 111 |
| Binary | 10001100 | 11101001 | 10101111 | 101000 | 0 | 11001 | 1001 | 10001111 | 1000100 | 1001001 |
Color Harmonies of #8CE9AF
Complementary color
Monochromatic Colors of #8CE9AF
Black with #8CE9AF
Text Example
Text Example
White with #8CE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9AF; }
p { color: rgb(140,233,175); }
H1.HeaderClassName
{
color: #8CE9AF;
}
.AnyTagClassName
{
color: #8CE9AF;
}
</style>
background-color css
<style>
a { background-color: #8CE9AF; }
a { background-color: rgb(140,233,175); }
div.DivClassName
{
background-color: #8CE9AF;
}
.BgClassName
{
background-color: #8CE9AF;
}
</style>
border-color css
<style>
span { border-color: #8CE9AF; }
span { border-color: rgb(140,233,175); }
td.TdClassName
{
border-color: #8CE9AF;
}
.TagClassName
{
border-color: #8CE9AF;
}
</style>