Shades of Vista Blue #8DEFA9
Tints of Vista Blue #8DEFA9
RGB
CMYK
RGB Variations
Color information
#8DEFA9 (or 0x8DEFA9) is known color: Vista Blue. HEX triplet: 8D, EF and A9. RGB value is (141,239,169). Sum of RGB (Red+Green+Blue) = 141+239+169=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEFA9 is #721056. Grayscale: #C9C9C9. Windows color (decimal): -7475287 or 11136909. OLE color: 11136909.
HSL color Cylindrical-coordinate representation of color #8DEFA9: hue angle of 137.14º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFA9 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 169 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.06 |
| HSL | 137.14º | 0.75% | 0.75% | - |
| HSV(B) | 137.14º | 0.41% | 0.94% | - |
| XYZ | 49.01 | 70.26 | 48.51 | - |
| YUV | 201.72 | 109.53 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 169 | 0.41 | 0 | 0.29 | 0.06 | 137.14 | 0.75 | 0.75 |
| Hex | 8D | EF | A9 | 29 | 0 | 1D | 6 | 89 | 4B | 4B |
| Octal | 215 | 357 | 251 | 51 | 0 | 35 | 6 | 211 | 113 | 113 |
| Binary | 10001101 | 11101111 | 10101001 | 101001 | 0 | 11101 | 110 | 10001001 | 1001011 | 1001011 |
Color Harmonies of #8DEFA9
Complementary color
Monochromatic Colors of #8DEFA9
Black with #8DEFA9
Text Example
Text Example
White with #8DEFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFA9; }
p { color: rgb(141,239,169); }
H1.HeaderClassName
{
color: #8DEFA9;
}
.AnyTagClassName
{
color: #8DEFA9;
}
</style>
background-color css
<style>
a { background-color: #8DEFA9; }
a { background-color: rgb(141,239,169); }
div.DivClassName
{
background-color: #8DEFA9;
}
.BgClassName
{
background-color: #8DEFA9;
}
</style>
border-color css
<style>
span { border-color: #8DEFA9; }
span { border-color: rgb(141,239,169); }
td.TdClassName
{
border-color: #8DEFA9;
}
.TagClassName
{
border-color: #8DEFA9;
}
</style>