Shades of Vista Blue #8DF3B1
Tints of Vista Blue #8DF3B1
RGB
CMYK
RGB Variations
Color information
#8DF3B1 (or 0x8DF3B1) is known color: Vista Blue. HEX triplet: 8D, F3 and B1. RGB value is (141,243,177). Sum of RGB (Red+Green+Blue) = 141+243+177=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF3B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF3B1 is #720C4E. Grayscale: #CDCDCD. Windows color (decimal): -7474255 or 11662221. OLE color: 11662221.
HSL color Cylindrical-coordinate representation of color #8DF3B1: hue angle of 141.18º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF3B1 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 177 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.05 |
| HSL | 141.18º | 0.81% | 0.75% | - |
| HSV(B) | 141.18º | 0.42% | 0.95% | - |
| XYZ | 50.97 | 72.94 | 52.99 | - |
| YUV | 204.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 177 | 0.42 | 0 | 0.27 | 0.05 | 141.18 | 0.81 | 0.75 |
| Hex | 8D | F3 | B1 | 2A | 0 | 1B | 5 | 8D | 51 | 4B |
| Octal | 215 | 363 | 261 | 52 | 0 | 33 | 5 | 215 | 121 | 113 |
| Binary | 10001101 | 11110011 | 10110001 | 101010 | 0 | 11011 | 101 | 10001101 | 1010001 | 1001011 |
Color Harmonies of #8DF3B1
Complementary color
Monochromatic Colors of #8DF3B1
Black with #8DF3B1
Text Example
Text Example
White with #8DF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF3B1; }
p { color: rgb(141,243,177); }
H1.HeaderClassName
{
color: #8DF3B1;
}
.AnyTagClassName
{
color: #8DF3B1;
}
</style>
background-color css
<style>
a { background-color: #8DF3B1; }
a { background-color: rgb(141,243,177); }
div.DivClassName
{
background-color: #8DF3B1;
}
.BgClassName
{
background-color: #8DF3B1;
}
</style>
border-color css
<style>
span { border-color: #8DF3B1; }
span { border-color: rgb(141,243,177); }
td.TdClassName
{
border-color: #8DF3B1;
}
.TagClassName
{
border-color: #8DF3B1;
}
</style>