Shades of Vista Blue #8DE3AE
Tints of Vista Blue #8DE3AE
RGB
CMYK
RGB Variations
Color information
#8DE3AE (or 0x8DE3AE) is known color: Vista Blue. HEX triplet: 8D, E3 and AE. RGB value is (141,227,174). Sum of RGB (Red+Green+Blue) = 141+227+174=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE3AE is #721C51. Grayscale: #C3C3C3. Windows color (decimal): -7478354 or 11461517. OLE color: 11461517.
HSL color Cylindrical-coordinate representation of color #8DE3AE: hue angle of 143.02º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE3AE is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 174 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.11 |
| HSL | 143.02º | 0.61% | 0.72% | - |
| HSV(B) | 143.02º | 0.38% | 0.89% | - |
| XYZ | 46.09 | 63.66 | 49.9 | - |
| YUV | 195.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 174 | 0.38 | 0 | 0.23 | 0.11 | 143.02 | 0.61 | 0.72 |
| Hex | 8D | E3 | AE | 26 | 0 | 17 | B | 8F | 3D | 48 |
| Octal | 215 | 343 | 256 | 46 | 0 | 27 | 13 | 217 | 75 | 110 |
| Binary | 10001101 | 11100011 | 10101110 | 100110 | 0 | 10111 | 1011 | 10001111 | 111101 | 1001000 |
Color Harmonies of #8DE3AE
Complementary color
Monochromatic Colors of #8DE3AE
Black with #8DE3AE
Text Example
Text Example
White with #8DE3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE3AE; }
p { color: rgb(141,227,174); }
H1.HeaderClassName
{
color: #8DE3AE;
}
.AnyTagClassName
{
color: #8DE3AE;
}
</style>
background-color css
<style>
a { background-color: #8DE3AE; }
a { background-color: rgb(141,227,174); }
div.DivClassName
{
background-color: #8DE3AE;
}
.BgClassName
{
background-color: #8DE3AE;
}
</style>
border-color css
<style>
span { border-color: #8DE3AE; }
span { border-color: rgb(141,227,174); }
td.TdClassName
{
border-color: #8DE3AE;
}
.TagClassName
{
border-color: #8DE3AE;
}
</style>