Shades of Vista Blue #8DE2AE
Tints of Vista Blue #8DE2AE
RGB
CMYK
RGB Variations
Color information
#8DE2AE (or 0x8DE2AE) is known color: Vista Blue. HEX triplet: 8D, E2 and AE. RGB value is (141,226,174). Sum of RGB (Red+Green+Blue) = 141+226+174=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #8DE2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE2AE is #721D51. Grayscale: #C2C2C2. Windows color (decimal): -7478610 or 11461261. OLE color: 11461261.
HSL color Cylindrical-coordinate representation of color #8DE2AE: hue angle of 143.29º degrees, saturation: 0.59, 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 #8DE2AE is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 226 | 174 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.11 |
| HSL | 143.29º | 0.59% | 0.72% | - |
| HSV(B) | 143.29º | 0.38% | 0.89% | - |
| XYZ | 45.82 | 63.11 | 49.81 | - |
| YUV | 194.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 226 | 174 | 0.38 | 0 | 0.23 | 0.11 | 143.29 | 0.59 | 0.72 |
| Hex | 8D | E2 | AE | 26 | 0 | 17 | B | 8F | 3B | 48 |
| Octal | 215 | 342 | 256 | 46 | 0 | 27 | 13 | 217 | 73 | 110 |
| Binary | 10001101 | 11100010 | 10101110 | 100110 | 0 | 10111 | 1011 | 10001111 | 111011 | 1001000 |
Color Harmonies of #8DE2AE
Complementary color
Monochromatic Colors of #8DE2AE
Black with #8DE2AE
Text Example
Text Example
White with #8DE2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE2AE; }
p { color: rgb(141,226,174); }
H1.HeaderClassName
{
color: #8DE2AE;
}
.AnyTagClassName
{
color: #8DE2AE;
}
</style>
background-color css
<style>
a { background-color: #8DE2AE; }
a { background-color: rgb(141,226,174); }
div.DivClassName
{
background-color: #8DE2AE;
}
.BgClassName
{
background-color: #8DE2AE;
}
</style>
border-color css
<style>
span { border-color: #8DE2AE; }
span { border-color: rgb(141,226,174); }
td.TdClassName
{
border-color: #8DE2AE;
}
.TagClassName
{
border-color: #8DE2AE;
}
</style>