Shades of Vista Blue #8CE4AF
Tints of Vista Blue #8CE4AF
RGB
CMYK
RGB Variations
Color information
#8CE4AF (or 0x8CE4AF) is known color: Vista Blue. HEX triplet: 8C, E4 and AF. RGB value is (140,228,175). Sum of RGB (Red+Green+Blue) = 140+228+175=543 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.78% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE4AF is #731B50. Grayscale: #C3C3C3. Windows color (decimal): -7543633 or 11527308. OLE color: 11527308.
HSL color Cylindrical-coordinate representation of color #8CE4AF: hue angle of 143.86º 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 #8CE4AF is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 175 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.11 |
| HSL | 143.86º | 0.62% | 0.72% | - |
| HSV(B) | 143.86º | 0.39% | 0.89% | - |
| XYZ | 46.3 | 64.16 | 50.5 | - |
| YUV | 195.65 | 116.35 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 175 | 0.39 | 0 | 0.23 | 0.11 | 143.86 | 0.62 | 0.72 |
| Hex | 8C | E4 | AF | 27 | 0 | 17 | B | 90 | 3E | 48 |
| Octal | 214 | 344 | 257 | 47 | 0 | 27 | 13 | 220 | 76 | 110 |
| Binary | 10001100 | 11100100 | 10101111 | 100111 | 0 | 10111 | 1011 | 10010000 | 111110 | 1001000 |
Color Harmonies of #8CE4AF
Complementary color
Monochromatic Colors of #8CE4AF
Black with #8CE4AF
Text Example
Text Example
White with #8CE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4AF; }
p { color: rgb(140,228,175); }
H1.HeaderClassName
{
color: #8CE4AF;
}
.AnyTagClassName
{
color: #8CE4AF;
}
</style>
background-color css
<style>
a { background-color: #8CE4AF; }
a { background-color: rgb(140,228,175); }
div.DivClassName
{
background-color: #8CE4AF;
}
.BgClassName
{
background-color: #8CE4AF;
}
</style>
border-color css
<style>
span { border-color: #8CE4AF; }
span { border-color: rgb(140,228,175); }
td.TdClassName
{
border-color: #8CE4AF;
}
.TagClassName
{
border-color: #8CE4AF;
}
</style>