Shades of Vista Blue #8DE9AC
Tints of Vista Blue #8DE9AC
RGB
CMYK
RGB Variations
Color information
#8DE9AC (or 0x8DE9AC) is known color: Vista Blue. HEX triplet: 8D, E9 and AC. RGB value is (141,233,172). Sum of RGB (Red+Green+Blue) = 141+233+172=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DE9AC is #721653. Grayscale: #C6C6C6. Windows color (decimal): -7476820 or 11331981. OLE color: 11331981.
HSL color Cylindrical-coordinate representation of color #8DE9AC: hue angle of 140.22º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE9AC is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 172 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.09 |
| HSL | 140.22º | 0.68% | 0.73% | - |
| HSV(B) | 140.22º | 0.39% | 0.91% | - |
| XYZ | 47.57 | 66.92 | 49.44 | - |
| YUV | 198.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 172 | 0.39 | 0 | 0.26 | 0.09 | 140.22 | 0.68 | 0.73 |
| Hex | 8D | E9 | AC | 27 | 0 | 1A | 9 | 8C | 44 | 49 |
| Octal | 215 | 351 | 254 | 47 | 0 | 32 | 11 | 214 | 104 | 111 |
| Binary | 10001101 | 11101001 | 10101100 | 100111 | 0 | 11010 | 1001 | 10001100 | 1000100 | 1001001 |
Color Harmonies of #8DE9AC
Complementary color
Monochromatic Colors of #8DE9AC
Black with #8DE9AC
Text Example
Text Example
White with #8DE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE9AC; }
p { color: rgb(141,233,172); }
H1.HeaderClassName
{
color: #8DE9AC;
}
.AnyTagClassName
{
color: #8DE9AC;
}
</style>
background-color css
<style>
a { background-color: #8DE9AC; }
a { background-color: rgb(141,233,172); }
div.DivClassName
{
background-color: #8DE9AC;
}
.BgClassName
{
background-color: #8DE9AC;
}
</style>
border-color css
<style>
span { border-color: #8DE9AC; }
span { border-color: rgb(141,233,172); }
td.TdClassName
{
border-color: #8DE9AC;
}
.TagClassName
{
border-color: #8DE9AC;
}
</style>