Shades of Vista Blue #8EC6A7
Tints of Vista Blue #8EC6A7
RGB
CMYK
RGB Variations
Color information
#8EC6A7 (or 0x8EC6A7) is known color: Vista Blue. HEX triplet: 8E, C6 and A7. RGB value is (142,198,167). Sum of RGB (Red+Green+Blue) = 142+198+167=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC6A7 is #713958. Grayscale: #B1B1B1. Windows color (decimal): -7420249 or 10995342. OLE color: 10995342.
HSL color Cylindrical-coordinate representation of color #8EC6A7: hue angle of 146.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC6A7 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 167 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.22 |
| HSL | 146.79º | 0.33% | 0.67% | - |
| HSV(B) | 146.79º | 0.28% | 0.78% | - |
| XYZ | 38.32 | 48.93 | 43.98 | - |
| YUV | 177.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 167 | 0.28 | 0 | 0.16 | 0.22 | 146.79 | 0.33 | 0.67 |
| Hex | 8E | C6 | A7 | 1C | 0 | 10 | 16 | 93 | 21 | 43 |
| Octal | 216 | 306 | 247 | 34 | 0 | 20 | 26 | 223 | 41 | 103 |
| Binary | 10001110 | 11000110 | 10100111 | 11100 | 0 | 10000 | 10110 | 10010011 | 100001 | 1000011 |
Color Harmonies of #8EC6A7
Complementary color
Monochromatic Colors of #8EC6A7
Black with #8EC6A7
Text Example
Text Example
White with #8EC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC6A7; }
p { color: rgb(142,198,167); }
H1.HeaderClassName
{
color: #8EC6A7;
}
.AnyTagClassName
{
color: #8EC6A7;
}
</style>
background-color css
<style>
a { background-color: #8EC6A7; }
a { background-color: rgb(142,198,167); }
div.DivClassName
{
background-color: #8EC6A7;
}
.BgClassName
{
background-color: #8EC6A7;
}
</style>
border-color css
<style>
span { border-color: #8EC6A7; }
span { border-color: rgb(142,198,167); }
td.TdClassName
{
border-color: #8EC6A7;
}
.TagClassName
{
border-color: #8EC6A7;
}
</style>