Shades of Vista Blue #8DE1AE
Tints of Vista Blue #8DE1AE
RGB
CMYK
RGB Variations
Color information
#8DE1AE (or 0x8DE1AE) is known color: Vista Blue. HEX triplet: 8D, E1 and AE. RGB value is (141,225,174). Sum of RGB (Red+Green+Blue) = 141+225+174=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE1AE is #721E51. Grayscale: #C2C2C2. Windows color (decimal): -7478866 or 11461005. OLE color: 11461005.
HSL color Cylindrical-coordinate representation of color #8DE1AE: hue angle of 143.57º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1AE is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 174 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.12 |
| HSL | 143.57º | 0.58% | 0.72% | - |
| HSV(B) | 143.57º | 0.37% | 0.88% | - |
| XYZ | 45.55 | 62.57 | 49.72 | - |
| YUV | 194.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 174 | 0.37 | 0 | 0.23 | 0.12 | 143.57 | 0.58 | 0.72 |
| Hex | 8D | E1 | AE | 25 | 0 | 17 | C | 90 | 3A | 48 |
| Octal | 215 | 341 | 256 | 45 | 0 | 27 | 14 | 220 | 72 | 110 |
| Binary | 10001101 | 11100001 | 10101110 | 100101 | 0 | 10111 | 1100 | 10010000 | 111010 | 1001000 |
Color Harmonies of #8DE1AE
Complementary color
Monochromatic Colors of #8DE1AE
Black with #8DE1AE
Text Example
Text Example
White with #8DE1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1AE; }
p { color: rgb(141,225,174); }
H1.HeaderClassName
{
color: #8DE1AE;
}
.AnyTagClassName
{
color: #8DE1AE;
}
</style>
background-color css
<style>
a { background-color: #8DE1AE; }
a { background-color: rgb(141,225,174); }
div.DivClassName
{
background-color: #8DE1AE;
}
.BgClassName
{
background-color: #8DE1AE;
}
</style>
border-color css
<style>
span { border-color: #8DE1AE; }
span { border-color: rgb(141,225,174); }
td.TdClassName
{
border-color: #8DE1AE;
}
.TagClassName
{
border-color: #8DE1AE;
}
</style>