Shades of Vista Blue #8DF1BE
Tints of Vista Blue #8DF1BE
RGB
CMYK
RGB Variations
Color information
#8DF1BE (or 0x8DF1BE) is known color: Vista Blue. HEX triplet: 8D, F1 and BE. RGB value is (141,241,190). Sum of RGB (Red+Green+Blue) = 141+241+190=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF1BE is #720E41. Grayscale: #CDCDCD. Windows color (decimal): -7474754 or 12513677. OLE color: 12513677.
HSL color Cylindrical-coordinate representation of color #8DF1BE: hue angle of 149.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF1BE is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 190 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.05 |
| HSL | 149.4º | 0.78% | 0.75% | - |
| HSV(B) | 149.4º | 0.41% | 0.95% | - |
| XYZ | 51.73 | 72.29 | 59.94 | - |
| YUV | 205.29 | 119.37 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 190 | 0.41 | 0 | 0.21 | 0.05 | 149.4 | 0.78 | 0.75 |
| Hex | 8D | F1 | BE | 29 | 0 | 15 | 5 | 95 | 4E | 4B |
| Octal | 215 | 361 | 276 | 51 | 0 | 25 | 5 | 225 | 116 | 113 |
| Binary | 10001101 | 11110001 | 10111110 | 101001 | 0 | 10101 | 101 | 10010101 | 1001110 | 1001011 |
Color Harmonies of #8DF1BE
Complementary color
Monochromatic Colors of #8DF1BE
Black with #8DF1BE
Text Example
Text Example
White with #8DF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1BE; }
p { color: rgb(141,241,190); }
H1.HeaderClassName
{
color: #8DF1BE;
}
.AnyTagClassName
{
color: #8DF1BE;
}
</style>
background-color css
<style>
a { background-color: #8DF1BE; }
a { background-color: rgb(141,241,190); }
div.DivClassName
{
background-color: #8DF1BE;
}
.BgClassName
{
background-color: #8DF1BE;
}
</style>
border-color css
<style>
span { border-color: #8DF1BE; }
span { border-color: rgb(141,241,190); }
td.TdClassName
{
border-color: #8DF1BE;
}
.TagClassName
{
border-color: #8DF1BE;
}
</style>