Shades of Vista Blue #8DEFAF
Tints of Vista Blue #8DEFAF
RGB
CMYK
RGB Variations
Color information
#8DEFAF (or 0x8DEFAF) is known color: Vista Blue. HEX triplet: 8D, EF and AF. RGB value is (141,239,175). Sum of RGB (Red+Green+Blue) = 141+239+175=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEFAF is #721050. Grayscale: #CACACA. Windows color (decimal): -7475281 or 11530125. OLE color: 11530125.
HSL color Cylindrical-coordinate representation of color #8DEFAF: hue angle of 140.82º 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 #8DEFAF is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 175 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.06 |
| HSL | 140.82º | 0.75% | 0.75% | - |
| HSV(B) | 140.82º | 0.41% | 0.94% | - |
| XYZ | 49.59 | 70.49 | 51.55 | - |
| YUV | 202.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 175 | 0.41 | 0 | 0.27 | 0.06 | 140.82 | 0.75 | 0.75 |
| Hex | 8D | EF | AF | 29 | 0 | 1B | 6 | 8D | 4B | 4B |
| Octal | 215 | 357 | 257 | 51 | 0 | 33 | 6 | 215 | 113 | 113 |
| Binary | 10001101 | 11101111 | 10101111 | 101001 | 0 | 11011 | 110 | 10001101 | 1001011 | 1001011 |
Color Harmonies of #8DEFAF
Complementary color
Monochromatic Colors of #8DEFAF
Black with #8DEFAF
Text Example
Text Example
White with #8DEFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFAF; }
p { color: rgb(141,239,175); }
H1.HeaderClassName
{
color: #8DEFAF;
}
.AnyTagClassName
{
color: #8DEFAF;
}
</style>
background-color css
<style>
a { background-color: #8DEFAF; }
a { background-color: rgb(141,239,175); }
div.DivClassName
{
background-color: #8DEFAF;
}
.BgClassName
{
background-color: #8DEFAF;
}
</style>
border-color css
<style>
span { border-color: #8DEFAF; }
span { border-color: rgb(141,239,175); }
td.TdClassName
{
border-color: #8DEFAF;
}
.TagClassName
{
border-color: #8DEFAF;
}
</style>