Shades of Vista Blue #8FDEAC
Tints of Vista Blue #8FDEAC
RGB
CMYK
RGB Variations
Color information
#8FDEAC (or 0x8FDEAC) is known color: Vista Blue. HEX triplet: 8F, DE and AC. RGB value is (143,222,172). Sum of RGB (Red+Green+Blue) = 143+222+172=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDEAC is #702153. Grayscale: #C0C0C0. Windows color (decimal): -7348564 or 11329167. OLE color: 11329167.
HSL color Cylindrical-coordinate representation of color #8FDEAC: hue angle of 142.03º degrees, saturation: 0.54, 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 #8FDEAC is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 172 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.13 |
| HSL | 142.03º | 0.54% | 0.72% | - |
| HSV(B) | 142.03º | 0.36% | 0.87% | - |
| XYZ | 44.9 | 61.06 | 48.45 | - |
| YUV | 192.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 172 | 0.36 | 0 | 0.23 | 0.13 | 142.03 | 0.54 | 0.72 |
| Hex | 8F | DE | AC | 24 | 0 | 17 | D | 8E | 36 | 48 |
| Octal | 217 | 336 | 254 | 44 | 0 | 27 | 15 | 216 | 66 | 110 |
| Binary | 10001111 | 11011110 | 10101100 | 100100 | 0 | 10111 | 1101 | 10001110 | 110110 | 1001000 |
Color Harmonies of #8FDEAC
Complementary color
Monochromatic Colors of #8FDEAC
Black with #8FDEAC
Text Example
Text Example
White with #8FDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEAC; }
p { color: rgb(143,222,172); }
H1.HeaderClassName
{
color: #8FDEAC;
}
.AnyTagClassName
{
color: #8FDEAC;
}
</style>
background-color css
<style>
a { background-color: #8FDEAC; }
a { background-color: rgb(143,222,172); }
div.DivClassName
{
background-color: #8FDEAC;
}
.BgClassName
{
background-color: #8FDEAC;
}
</style>
border-color css
<style>
span { border-color: #8FDEAC; }
span { border-color: rgb(143,222,172); }
td.TdClassName
{
border-color: #8FDEAC;
}
.TagClassName
{
border-color: #8FDEAC;
}
</style>