Shades of Vista Blue #8DECBD
Tints of Vista Blue #8DECBD
RGB
CMYK
RGB Variations
Color information
#8DECBD (or 0x8DECBD) is known color: Vista Blue. HEX triplet: 8D, EC and BD. RGB value is (141,236,189). Sum of RGB (Red+Green+Blue) = 141+236+189=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECBD is #721342. Grayscale: #CACACA. Windows color (decimal): -7476035 or 12446861. OLE color: 12446861.
HSL color Cylindrical-coordinate representation of color #8DECBD: hue angle of 150.32º 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 #8DECBD is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 189 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.07 |
| HSL | 150.32º | 0.71% | 0.74% | - |
| HSV(B) | 150.32º | 0.4% | 0.93% | - |
| XYZ | 50.17 | 69.33 | 58.88 | - |
| YUV | 202.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 189 | 0.40 | 0 | 0.20 | 0.07 | 150.32 | 0.71 | 0.74 |
| Hex | 8D | EC | BD | 28 | 0 | 14 | 7 | 96 | 47 | 4A |
| Octal | 215 | 354 | 275 | 50 | 0 | 24 | 7 | 226 | 107 | 112 |
| Binary | 10001101 | 11101100 | 10111101 | 101000 | 0 | 10100 | 111 | 10010110 | 1000111 | 1001010 |
Color Harmonies of #8DECBD
Complementary color
Monochromatic Colors of #8DECBD
Black with #8DECBD
Text Example
Text Example
White with #8DECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECBD; }
p { color: rgb(141,236,189); }
H1.HeaderClassName
{
color: #8DECBD;
}
.AnyTagClassName
{
color: #8DECBD;
}
</style>
background-color css
<style>
a { background-color: #8DECBD; }
a { background-color: rgb(141,236,189); }
div.DivClassName
{
background-color: #8DECBD;
}
.BgClassName
{
background-color: #8DECBD;
}
</style>
border-color css
<style>
span { border-color: #8DECBD; }
span { border-color: rgb(141,236,189); }
td.TdClassName
{
border-color: #8DECBD;
}
.TagClassName
{
border-color: #8DECBD;
}
</style>