Shades of Vista Blue #8DE0BA
Tints of Vista Blue #8DE0BA
RGB
CMYK
RGB Variations
Color information
#8DE0BA (or 0x8DE0BA) is known color: Vista Blue. HEX triplet: 8D, E0 and BA. RGB value is (141,224,186). Sum of RGB (Red+Green+Blue) = 141+224+186=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE0BA is #721F45. Grayscale: #C2C2C2. Windows color (decimal): -7479110 or 12247181. OLE color: 12247181.
HSL color Cylindrical-coordinate representation of color #8DE0BA: hue angle of 152.53º degrees, saturation: 0.57, 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 #8DE0BA is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 186 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.12 |
| HSL | 152.53º | 0.57% | 0.72% | - |
| HSV(B) | 152.53º | 0.37% | 0.88% | - |
| XYZ | 46.5 | 62.52 | 56.07 | - |
| YUV | 194.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 186 | 0.37 | 0 | 0.17 | 0.12 | 152.53 | 0.57 | 0.72 |
| Hex | 8D | E0 | BA | 25 | 0 | 11 | C | 99 | 39 | 48 |
| Octal | 215 | 340 | 272 | 45 | 0 | 21 | 14 | 231 | 71 | 110 |
| Binary | 10001101 | 11100000 | 10111010 | 100101 | 0 | 10001 | 1100 | 10011001 | 111001 | 1001000 |
Color Harmonies of #8DE0BA
Complementary color
Monochromatic Colors of #8DE0BA
Black with #8DE0BA
Text Example
Text Example
White with #8DE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0BA; }
p { color: rgb(141,224,186); }
H1.HeaderClassName
{
color: #8DE0BA;
}
.AnyTagClassName
{
color: #8DE0BA;
}
</style>
background-color css
<style>
a { background-color: #8DE0BA; }
a { background-color: rgb(141,224,186); }
div.DivClassName
{
background-color: #8DE0BA;
}
.BgClassName
{
background-color: #8DE0BA;
}
</style>
border-color css
<style>
span { border-color: #8DE0BA; }
span { border-color: rgb(141,224,186); }
td.TdClassName
{
border-color: #8DE0BA;
}
.TagClassName
{
border-color: #8DE0BA;
}
</style>