Shades of Vista Blue #8EC7AD
Tints of Vista Blue #8EC7AD
RGB
CMYK
RGB Variations
Color information
#8EC7AD (or 0x8EC7AD) is known color: Vista Blue. HEX triplet: 8E, C7 and AD. RGB value is (142,199,173). Sum of RGB (Red+Green+Blue) = 142+199+173=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC7AD is #713852. Grayscale: #B3B3B3. Windows color (decimal): -7419987 or 11388814. OLE color: 11388814.
HSL color Cylindrical-coordinate representation of color #8EC7AD: hue angle of 152.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EC7AD is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 173 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.22 |
| HSL | 152.63º | 0.34% | 0.67% | - |
| HSV(B) | 152.63º | 0.29% | 0.78% | - |
| XYZ | 39.12 | 49.61 | 47.05 | - |
| YUV | 178.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 173 | 0.29 | 0 | 0.13 | 0.22 | 152.63 | 0.34 | 0.67 |
| Hex | 8E | C7 | AD | 1D | 0 | D | 16 | 99 | 22 | 43 |
| Octal | 216 | 307 | 255 | 35 | 0 | 15 | 26 | 231 | 42 | 103 |
| Binary | 10001110 | 11000111 | 10101101 | 11101 | 0 | 1101 | 10110 | 10011001 | 100010 | 1000011 |
Color Harmonies of #8EC7AD
Complementary color
Monochromatic Colors of #8EC7AD
Black with #8EC7AD
Text Example
Text Example
White with #8EC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7AD; }
p { color: rgb(142,199,173); }
H1.HeaderClassName
{
color: #8EC7AD;
}
.AnyTagClassName
{
color: #8EC7AD;
}
</style>
background-color css
<style>
a { background-color: #8EC7AD; }
a { background-color: rgb(142,199,173); }
div.DivClassName
{
background-color: #8EC7AD;
}
.BgClassName
{
background-color: #8EC7AD;
}
</style>
border-color css
<style>
span { border-color: #8EC7AD; }
span { border-color: rgb(142,199,173); }
td.TdClassName
{
border-color: #8EC7AD;
}
.TagClassName
{
border-color: #8EC7AD;
}
</style>