Shades of Vista Blue #8DF0BC
Tints of Vista Blue #8DF0BC
RGB
CMYK
RGB Variations
Color information
#8DF0BC (or 0x8DF0BC) is known color: Vista Blue. HEX triplet: 8D, F0 and BC. RGB value is (141,240,188). Sum of RGB (Red+Green+Blue) = 141+240+188=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF0BC is #720F43. Grayscale: #CCCCCC. Windows color (decimal): -7475012 or 12382349. OLE color: 12382349.
HSL color Cylindrical-coordinate representation of color #8DF0BC: hue angle of 148.48º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF0BC is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 188 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.06 |
| HSL | 148.48º | 0.77% | 0.75% | - |
| HSV(B) | 148.48º | 0.41% | 0.94% | - |
| XYZ | 51.22 | 71.61 | 58.7 | - |
| YUV | 204.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 188 | 0.41 | 0 | 0.22 | 0.06 | 148.48 | 0.77 | 0.75 |
| Hex | 8D | F0 | BC | 29 | 0 | 16 | 6 | 94 | 4D | 4B |
| Octal | 215 | 360 | 274 | 51 | 0 | 26 | 6 | 224 | 115 | 113 |
| Binary | 10001101 | 11110000 | 10111100 | 101001 | 0 | 10110 | 110 | 10010100 | 1001101 | 1001011 |
Color Harmonies of #8DF0BC
Complementary color
Monochromatic Colors of #8DF0BC
Black with #8DF0BC
Text Example
Text Example
White with #8DF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF0BC; }
p { color: rgb(141,240,188); }
H1.HeaderClassName
{
color: #8DF0BC;
}
.AnyTagClassName
{
color: #8DF0BC;
}
</style>
background-color css
<style>
a { background-color: #8DF0BC; }
a { background-color: rgb(141,240,188); }
div.DivClassName
{
background-color: #8DF0BC;
}
.BgClassName
{
background-color: #8DF0BC;
}
</style>
border-color css
<style>
span { border-color: #8DF0BC; }
span { border-color: rgb(141,240,188); }
td.TdClassName
{
border-color: #8DF0BC;
}
.TagClassName
{
border-color: #8DF0BC;
}
</style>