Shades of Vista Blue #8DECB4
Tints of Vista Blue #8DECB4
RGB
CMYK
RGB Variations
Color information
#8DECB4 (or 0x8DECB4) is known color: Vista Blue. HEX triplet: 8D, EC and B4. RGB value is (141,236,180). Sum of RGB (Red+Green+Blue) = 141+236+180=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECB4 is #72134B. Grayscale: #C9C9C9. Windows color (decimal): -7476044 or 11857037. OLE color: 11857037.
HSL color Cylindrical-coordinate representation of color #8DECB4: hue angle of 144.63º 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 #8DECB4 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 180 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.07 |
| HSL | 144.63º | 0.71% | 0.74% | - |
| HSV(B) | 144.63º | 0.4% | 0.93% | - |
| XYZ | 49.22 | 68.95 | 53.89 | - |
| YUV | 201.21 | 116.03 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 180 | 0.40 | 0 | 0.24 | 0.07 | 144.63 | 0.71 | 0.74 |
| Hex | 8D | EC | B4 | 28 | 0 | 18 | 7 | 91 | 47 | 4A |
| Octal | 215 | 354 | 264 | 50 | 0 | 30 | 7 | 221 | 107 | 112 |
| Binary | 10001101 | 11101100 | 10110100 | 101000 | 0 | 11000 | 111 | 10010001 | 1000111 | 1001010 |
Color Harmonies of #8DECB4
Complementary color
Monochromatic Colors of #8DECB4
Black with #8DECB4
Text Example
Text Example
White with #8DECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECB4; }
p { color: rgb(141,236,180); }
H1.HeaderClassName
{
color: #8DECB4;
}
.AnyTagClassName
{
color: #8DECB4;
}
</style>
background-color css
<style>
a { background-color: #8DECB4; }
a { background-color: rgb(141,236,180); }
div.DivClassName
{
background-color: #8DECB4;
}
.BgClassName
{
background-color: #8DECB4;
}
</style>
border-color css
<style>
span { border-color: #8DECB4; }
span { border-color: rgb(141,236,180); }
td.TdClassName
{
border-color: #8DECB4;
}
.TagClassName
{
border-color: #8DECB4;
}
</style>