Shades of Vista Blue #8EDFAC
Tints of Vista Blue #8EDFAC
RGB
CMYK
RGB Variations
Color information
#8EDFAC (or 0x8EDFAC) is known color: Vista Blue. HEX triplet: 8E, DF and AC. RGB value is (142,223,172). Sum of RGB (Red+Green+Blue) = 142+223+172=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFAC is #712053. Grayscale: #C1C1C1. Windows color (decimal): -7413844 or 11329422. OLE color: 11329422.
HSL color Cylindrical-coordinate representation of color #8EDFAC: hue angle of 142.22º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFAC is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 172 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.13 |
| HSL | 142.22º | 0.56% | 0.72% | - |
| HSV(B) | 142.22º | 0.36% | 0.87% | - |
| XYZ | 44.99 | 61.5 | 48.53 | - |
| YUV | 192.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 172 | 0.36 | 0 | 0.23 | 0.13 | 142.22 | 0.56 | 0.72 |
| Hex | 8E | DF | AC | 24 | 0 | 17 | D | 8E | 38 | 48 |
| Octal | 216 | 337 | 254 | 44 | 0 | 27 | 15 | 216 | 70 | 110 |
| Binary | 10001110 | 11011111 | 10101100 | 100100 | 0 | 10111 | 1101 | 10001110 | 111000 | 1001000 |
Color Harmonies of #8EDFAC
Complementary color
Monochromatic Colors of #8EDFAC
Black with #8EDFAC
Text Example
Text Example
White with #8EDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFAC; }
p { color: rgb(142,223,172); }
H1.HeaderClassName
{
color: #8EDFAC;
}
.AnyTagClassName
{
color: #8EDFAC;
}
</style>
background-color css
<style>
a { background-color: #8EDFAC; }
a { background-color: rgb(142,223,172); }
div.DivClassName
{
background-color: #8EDFAC;
}
.BgClassName
{
background-color: #8EDFAC;
}
</style>
border-color css
<style>
span { border-color: #8EDFAC; }
span { border-color: rgb(142,223,172); }
td.TdClassName
{
border-color: #8EDFAC;
}
.TagClassName
{
border-color: #8EDFAC;
}
</style>