Shades of Vista Blue #8DF1B4
Tints of Vista Blue #8DF1B4
RGB
CMYK
RGB Variations
Color information
#8DF1B4 (or 0x8DF1B4) is known color: Vista Blue. HEX triplet: 8D, F1 and B4. RGB value is (141,241,180). Sum of RGB (Red+Green+Blue) = 141+241+180=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF1B4 is #720E4B. Grayscale: #CCCCCC. Windows color (decimal): -7474764 or 11858317. OLE color: 11858317.
HSL color Cylindrical-coordinate representation of color #8DF1B4: hue angle of 143.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 #8DF1B4 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 180 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.05 |
| HSL | 143.4º | 0.78% | 0.75% | - |
| HSV(B) | 143.4º | 0.41% | 0.95% | - |
| XYZ | 50.68 | 71.87 | 54.38 | - |
| YUV | 204.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 180 | 0.41 | 0 | 0.25 | 0.05 | 143.4 | 0.78 | 0.75 |
| Hex | 8D | F1 | B4 | 29 | 0 | 19 | 5 | 8F | 4E | 4B |
| Octal | 215 | 361 | 264 | 51 | 0 | 31 | 5 | 217 | 116 | 113 |
| Binary | 10001101 | 11110001 | 10110100 | 101001 | 0 | 11001 | 101 | 10001111 | 1001110 | 1001011 |
Color Harmonies of #8DF1B4
Complementary color
Monochromatic Colors of #8DF1B4
Black with #8DF1B4
Text Example
Text Example
White with #8DF1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1B4; }
p { color: rgb(141,241,180); }
H1.HeaderClassName
{
color: #8DF1B4;
}
.AnyTagClassName
{
color: #8DF1B4;
}
</style>
background-color css
<style>
a { background-color: #8DF1B4; }
a { background-color: rgb(141,241,180); }
div.DivClassName
{
background-color: #8DF1B4;
}
.BgClassName
{
background-color: #8DF1B4;
}
</style>
border-color css
<style>
span { border-color: #8DF1B4; }
span { border-color: rgb(141,241,180); }
td.TdClassName
{
border-color: #8DF1B4;
}
.TagClassName
{
border-color: #8DF1B4;
}
</style>