Shades of Vista Blue #8DF1B8
Tints of Vista Blue #8DF1B8
RGB
CMYK
RGB Variations
Color information
#8DF1B8 (or 0x8DF1B8) is known color: Vista Blue. HEX triplet: 8D, F1 and B8. RGB value is (141,241,184). Sum of RGB (Red+Green+Blue) = 141+241+184=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF1B8 is #720E47. Grayscale: #CCCCCC. Windows color (decimal): -7474760 or 12120461. OLE color: 12120461.
HSL color Cylindrical-coordinate representation of color #8DF1B8: hue angle of 145.8º 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 #8DF1B8 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 184 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.05 |
| HSL | 145.8º | 0.78% | 0.75% | - |
| HSV(B) | 145.8º | 0.41% | 0.95% | - |
| XYZ | 51.09 | 72.03 | 56.56 | - |
| YUV | 204.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 184 | 0.41 | 0 | 0.24 | 0.05 | 145.8 | 0.78 | 0.75 |
| Hex | 8D | F1 | B8 | 29 | 0 | 18 | 5 | 92 | 4E | 4B |
| Octal | 215 | 361 | 270 | 51 | 0 | 30 | 5 | 222 | 116 | 113 |
| Binary | 10001101 | 11110001 | 10111000 | 101001 | 0 | 11000 | 101 | 10010010 | 1001110 | 1001011 |
Color Harmonies of #8DF1B8
Complementary color
Monochromatic Colors of #8DF1B8
Black with #8DF1B8
Text Example
Text Example
White with #8DF1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1B8; }
p { color: rgb(141,241,184); }
H1.HeaderClassName
{
color: #8DF1B8;
}
.AnyTagClassName
{
color: #8DF1B8;
}
</style>
background-color css
<style>
a { background-color: #8DF1B8; }
a { background-color: rgb(141,241,184); }
div.DivClassName
{
background-color: #8DF1B8;
}
.BgClassName
{
background-color: #8DF1B8;
}
</style>
border-color css
<style>
span { border-color: #8DF1B8; }
span { border-color: rgb(141,241,184); }
td.TdClassName
{
border-color: #8DF1B8;
}
.TagClassName
{
border-color: #8DF1B8;
}
</style>