Shades of Vista Blue #8ECBAD
Tints of Vista Blue #8ECBAD
RGB
CMYK
RGB Variations
Color information
#8ECBAD (or 0x8ECBAD) is known color: Vista Blue. HEX triplet: 8E, CB and AD. RGB value is (142,203,173). Sum of RGB (Red+Green+Blue) = 142+203+173=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECBAD is #713452. Grayscale: #B5B5B5. Windows color (decimal): -7418963 or 11389838. OLE color: 11389838.
HSL color Cylindrical-coordinate representation of color #8ECBAD: hue angle of 150.49º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ECBAD is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 203 | 173 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.20 |
| HSL | 150.49º | 0.37% | 0.68% | - |
| HSV(B) | 150.49º | 0.3% | 0.8% | - |
| XYZ | 40.05 | 51.48 | 47.36 | - |
| YUV | 181.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 203 | 173 | 0.30 | 0 | 0.15 | 0.20 | 150.49 | 0.37 | 0.68 |
| Hex | 8E | CB | AD | 1E | 0 | F | 14 | 96 | 25 | 44 |
| Octal | 216 | 313 | 255 | 36 | 0 | 17 | 24 | 226 | 45 | 104 |
| Binary | 10001110 | 11001011 | 10101101 | 11110 | 0 | 1111 | 10100 | 10010110 | 100101 | 1000100 |
Color Harmonies of #8ECBAD
Complementary color
Monochromatic Colors of #8ECBAD
Black with #8ECBAD
Text Example
Text Example
White with #8ECBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECBAD; }
p { color: rgb(142,203,173); }
H1.HeaderClassName
{
color: #8ECBAD;
}
.AnyTagClassName
{
color: #8ECBAD;
}
</style>
background-color css
<style>
a { background-color: #8ECBAD; }
a { background-color: rgb(142,203,173); }
div.DivClassName
{
background-color: #8ECBAD;
}
.BgClassName
{
background-color: #8ECBAD;
}
</style>
border-color css
<style>
span { border-color: #8ECBAD; }
span { border-color: rgb(142,203,173); }
td.TdClassName
{
border-color: #8ECBAD;
}
.TagClassName
{
border-color: #8ECBAD;
}
</style>