Shades of Vista Blue #8DECBE
Tints of Vista Blue #8DECBE
RGB
CMYK
RGB Variations
Color information
#8DECBE (or 0x8DECBE) is known color: Vista Blue. HEX triplet: 8D, EC and BE. RGB value is (141,236,190). Sum of RGB (Red+Green+Blue) = 141+236+190=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECBE is #721341. Grayscale: #CACACA. Windows color (decimal): -7476034 or 12512397. OLE color: 12512397.
HSL color Cylindrical-coordinate representation of color #8DECBE: hue angle of 150.95º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECBE is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 190 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.07 |
| HSL | 150.95º | 0.71% | 0.74% | - |
| HSV(B) | 150.95º | 0.4% | 0.93% | - |
| XYZ | 50.27 | 69.37 | 59.46 | - |
| YUV | 202.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 190 | 0.40 | 0 | 0.19 | 0.07 | 150.95 | 0.71 | 0.74 |
| Hex | 8D | EC | BE | 28 | 0 | 13 | 7 | 97 | 47 | 4A |
| Octal | 215 | 354 | 276 | 50 | 0 | 23 | 7 | 227 | 107 | 112 |
| Binary | 10001101 | 11101100 | 10111110 | 101000 | 0 | 10011 | 111 | 10010111 | 1000111 | 1001010 |
Color Harmonies of #8DECBE
Complementary color
Monochromatic Colors of #8DECBE
Black with #8DECBE
Text Example
Text Example
White with #8DECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECBE; }
p { color: rgb(141,236,190); }
H1.HeaderClassName
{
color: #8DECBE;
}
.AnyTagClassName
{
color: #8DECBE;
}
</style>
background-color css
<style>
a { background-color: #8DECBE; }
a { background-color: rgb(141,236,190); }
div.DivClassName
{
background-color: #8DECBE;
}
.BgClassName
{
background-color: #8DECBE;
}
</style>
border-color css
<style>
span { border-color: #8DECBE; }
span { border-color: rgb(141,236,190); }
td.TdClassName
{
border-color: #8DECBE;
}
.TagClassName
{
border-color: #8DECBE;
}
</style>