Shades of Vista Blue #8DE4BE
Tints of Vista Blue #8DE4BE
RGB
CMYK
RGB Variations
Color information
#8DE4BE (or 0x8DE4BE) is known color: Vista Blue. HEX triplet: 8D, E4 and BE. RGB value is (141,228,190). Sum of RGB (Red+Green+Blue) = 141+228+190=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #8DE4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE4BE is #721B41. Grayscale: #C5C5C5. Windows color (decimal): -7478082 or 12510349. OLE color: 12510349.
HSL color Cylindrical-coordinate representation of color #8DE4BE: hue angle of 153.79º degrees, saturation: 0.62, 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 #8DE4BE is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 228 | 190 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.11 |
| HSL | 153.79º | 0.62% | 0.72% | - |
| HSV(B) | 153.79º | 0.38% | 0.89% | - |
| XYZ | 48.02 | 64.87 | 58.7 | - |
| YUV | 197.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 228 | 190 | 0.38 | 0 | 0.17 | 0.11 | 153.79 | 0.62 | 0.72 |
| Hex | 8D | E4 | BE | 26 | 0 | 11 | B | 9A | 3E | 48 |
| Octal | 215 | 344 | 276 | 46 | 0 | 21 | 13 | 232 | 76 | 110 |
| Binary | 10001101 | 11100100 | 10111110 | 100110 | 0 | 10001 | 1011 | 10011010 | 111110 | 1001000 |
Color Harmonies of #8DE4BE
Complementary color
Monochromatic Colors of #8DE4BE
Black with #8DE4BE
Text Example
Text Example
White with #8DE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE4BE; }
p { color: rgb(141,228,190); }
H1.HeaderClassName
{
color: #8DE4BE;
}
.AnyTagClassName
{
color: #8DE4BE;
}
</style>
background-color css
<style>
a { background-color: #8DE4BE; }
a { background-color: rgb(141,228,190); }
div.DivClassName
{
background-color: #8DE4BE;
}
.BgClassName
{
background-color: #8DE4BE;
}
</style>
border-color css
<style>
span { border-color: #8DE4BE; }
span { border-color: rgb(141,228,190); }
td.TdClassName
{
border-color: #8DE4BE;
}
.TagClassName
{
border-color: #8DE4BE;
}
</style>