Shades of Vista Blue #8CE1AD
Tints of Vista Blue #8CE1AD
RGB
CMYK
RGB Variations
Color information
#8CE1AD (or 0x8CE1AD) is known color: Vista Blue. HEX triplet: 8C, E1 and AD. RGB value is (140,225,173). Sum of RGB (Red+Green+Blue) = 140+225+173=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1AD is #731E52. Grayscale: #C1C1C1. Windows color (decimal): -7544403 or 11395468. OLE color: 11395468.
HSL color Cylindrical-coordinate representation of color #8CE1AD: hue angle of 143.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1AD is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 173 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.12 |
| HSL | 143.29º | 0.59% | 0.72% | - |
| HSV(B) | 143.29º | 0.38% | 0.88% | - |
| XYZ | 45.28 | 62.44 | 49.2 | - |
| YUV | 193.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 173 | 0.38 | 0 | 0.23 | 0.12 | 143.29 | 0.59 | 0.72 |
| Hex | 8C | E1 | AD | 26 | 0 | 17 | C | 8F | 3B | 48 |
| Octal | 214 | 341 | 255 | 46 | 0 | 27 | 14 | 217 | 73 | 110 |
| Binary | 10001100 | 11100001 | 10101101 | 100110 | 0 | 10111 | 1100 | 10001111 | 111011 | 1001000 |
Color Harmonies of #8CE1AD
Complementary color
Monochromatic Colors of #8CE1AD
Black with #8CE1AD
Text Example
Text Example
White with #8CE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1AD; }
p { color: rgb(140,225,173); }
H1.HeaderClassName
{
color: #8CE1AD;
}
.AnyTagClassName
{
color: #8CE1AD;
}
</style>
background-color css
<style>
a { background-color: #8CE1AD; }
a { background-color: rgb(140,225,173); }
div.DivClassName
{
background-color: #8CE1AD;
}
.BgClassName
{
background-color: #8CE1AD;
}
</style>
border-color css
<style>
span { border-color: #8CE1AD; }
span { border-color: rgb(140,225,173); }
td.TdClassName
{
border-color: #8CE1AD;
}
.TagClassName
{
border-color: #8CE1AD;
}
</style>