Shades of Vista Blue #8DE3BA
Tints of Vista Blue #8DE3BA
RGB
CMYK
RGB Variations
Color information
#8DE3BA (or 0x8DE3BA) is known color: Vista Blue. HEX triplet: 8D, E3 and BA. RGB value is (141,227,186). Sum of RGB (Red+Green+Blue) = 141+227+186=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE3BA is #721C45. Grayscale: #C4C4C4. Windows color (decimal): -7478342 or 12247949. OLE color: 12247949.
HSL color Cylindrical-coordinate representation of color #8DE3BA: hue angle of 151.4º degrees, saturation: 0.61, 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 #8DE3BA is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 186 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.11 |
| HSL | 151.4º | 0.61% | 0.72% | - |
| HSV(B) | 151.4º | 0.38% | 0.89% | - |
| XYZ | 47.32 | 64.15 | 56.34 | - |
| YUV | 196.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 186 | 0.38 | 0 | 0.18 | 0.11 | 151.4 | 0.61 | 0.72 |
| Hex | 8D | E3 | BA | 26 | 0 | 12 | B | 97 | 3D | 48 |
| Octal | 215 | 343 | 272 | 46 | 0 | 22 | 13 | 227 | 75 | 110 |
| Binary | 10001101 | 11100011 | 10111010 | 100110 | 0 | 10010 | 1011 | 10010111 | 111101 | 1001000 |
Color Harmonies of #8DE3BA
Complementary color
Monochromatic Colors of #8DE3BA
Black with #8DE3BA
Text Example
Text Example
White with #8DE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE3BA; }
p { color: rgb(141,227,186); }
H1.HeaderClassName
{
color: #8DE3BA;
}
.AnyTagClassName
{
color: #8DE3BA;
}
</style>
background-color css
<style>
a { background-color: #8DE3BA; }
a { background-color: rgb(141,227,186); }
div.DivClassName
{
background-color: #8DE3BA;
}
.BgClassName
{
background-color: #8DE3BA;
}
</style>
border-color css
<style>
span { border-color: #8DE3BA; }
span { border-color: rgb(141,227,186); }
td.TdClassName
{
border-color: #8DE3BA;
}
.TagClassName
{
border-color: #8DE3BA;
}
</style>