Shades of Vista Blue #8ECDA7
Tints of Vista Blue #8ECDA7
RGB
CMYK
RGB Variations
Color information
#8ECDA7 (or 0x8ECDA7) is known color: Vista Blue. HEX triplet: 8E, CD and A7. RGB value is (142,205,167). Sum of RGB (Red+Green+Blue) = 142+205+167=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECDA7 is #713258. Grayscale: #B5B5B5. Windows color (decimal): -7418457 or 10997134. OLE color: 10997134.
HSL color Cylindrical-coordinate representation of color #8ECDA7: hue angle of 143.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDA7 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 167 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.20 |
| HSL | 143.81º | 0.39% | 0.68% | - |
| HSV(B) | 143.81º | 0.31% | 0.8% | - |
| XYZ | 39.96 | 52.2 | 44.53 | - |
| YUV | 181.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 167 | 0.31 | 0 | 0.19 | 0.20 | 143.81 | 0.39 | 0.68 |
| Hex | 8E | CD | A7 | 1F | 0 | 13 | 14 | 90 | 27 | 44 |
| Octal | 216 | 315 | 247 | 37 | 0 | 23 | 24 | 220 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10100111 | 11111 | 0 | 10011 | 10100 | 10010000 | 100111 | 1000100 |
Color Harmonies of #8ECDA7
Complementary color
Monochromatic Colors of #8ECDA7
Black with #8ECDA7
Text Example
Text Example
White with #8ECDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDA7; }
p { color: rgb(142,205,167); }
H1.HeaderClassName
{
color: #8ECDA7;
}
.AnyTagClassName
{
color: #8ECDA7;
}
</style>
background-color css
<style>
a { background-color: #8ECDA7; }
a { background-color: rgb(142,205,167); }
div.DivClassName
{
background-color: #8ECDA7;
}
.BgClassName
{
background-color: #8ECDA7;
}
</style>
border-color css
<style>
span { border-color: #8ECDA7; }
span { border-color: rgb(142,205,167); }
td.TdClassName
{
border-color: #8ECDA7;
}
.TagClassName
{
border-color: #8ECDA7;
}
</style>