Shades of Vista Blue #8DF1AB
Tints of Vista Blue #8DF1AB
RGB
CMYK
RGB Variations
Color information
#8DF1AB (or 0x8DF1AB) is known color: Vista Blue. HEX triplet: 8D, F1 and AB. RGB value is (141,241,171). Sum of RGB (Red+Green+Blue) = 141+241+171=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF1AB is #720E54. Grayscale: #CBCBCB. Windows color (decimal): -7474773 or 11268493. OLE color: 11268493.
HSL color Cylindrical-coordinate representation of color #8DF1AB: hue angle of 138º 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 #8DF1AB is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 171 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.05 |
| HSL | 138º | 0.78% | 0.75% | - |
| HSV(B) | 138º | 0.41% | 0.95% | - |
| XYZ | 49.79 | 71.51 | 49.71 | - |
| YUV | 203.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 171 | 0.41 | 0 | 0.29 | 0.05 | 138 | 0.78 | 0.75 |
| Hex | 8D | F1 | AB | 29 | 0 | 1D | 5 | 8A | 4E | 4B |
| Octal | 215 | 361 | 253 | 51 | 0 | 35 | 5 | 212 | 116 | 113 |
| Binary | 10001101 | 11110001 | 10101011 | 101001 | 0 | 11101 | 101 | 10001010 | 1001110 | 1001011 |
Color Harmonies of #8DF1AB
Complementary color
Monochromatic Colors of #8DF1AB
Black with #8DF1AB
Text Example
Text Example
White with #8DF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1AB; }
p { color: rgb(141,241,171); }
H1.HeaderClassName
{
color: #8DF1AB;
}
.AnyTagClassName
{
color: #8DF1AB;
}
</style>
background-color css
<style>
a { background-color: #8DF1AB; }
a { background-color: rgb(141,241,171); }
div.DivClassName
{
background-color: #8DF1AB;
}
.BgClassName
{
background-color: #8DF1AB;
}
</style>
border-color css
<style>
span { border-color: #8DF1AB; }
span { border-color: rgb(141,241,171); }
td.TdClassName
{
border-color: #8DF1AB;
}
.TagClassName
{
border-color: #8DF1AB;
}
</style>