Shades of Vista Blue #8FF2AD
Tints of Vista Blue #8FF2AD
RGB
CMYK
RGB Variations
Color information
#8FF2AD (or 0x8FF2AD) is known color: Vista Blue. HEX triplet: 8F, F2 and AD. RGB value is (143,242,173). Sum of RGB (Red+Green+Blue) = 143+242+173=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF2AD is #700D52. Grayscale: #CCCCCC. Windows color (decimal): -7343443 or 11399823. OLE color: 11399823.
HSL color Cylindrical-coordinate representation of color #8FF2AD: hue angle of 138.18º degrees, saturation: 0.79, 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 #8FF2AD is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 173 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.05 |
| HSL | 138.18º | 0.79% | 0.75% | - |
| HSV(B) | 138.18º | 0.41% | 0.95% | - |
| XYZ | 50.62 | 72.36 | 50.83 | - |
| YUV | 204.53 | 110.2 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 173 | 0.41 | 0 | 0.29 | 0.05 | 138.18 | 0.79 | 0.75 |
| Hex | 8F | F2 | AD | 29 | 0 | 1D | 5 | 8A | 4F | 4B |
| Octal | 217 | 362 | 255 | 51 | 0 | 35 | 5 | 212 | 117 | 113 |
| Binary | 10001111 | 11110010 | 10101101 | 101001 | 0 | 11101 | 101 | 10001010 | 1001111 | 1001011 |
Color Harmonies of #8FF2AD
Complementary color
Monochromatic Colors of #8FF2AD
Black with #8FF2AD
Text Example
Text Example
White with #8FF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2AD; }
p { color: rgb(143,242,173); }
H1.HeaderClassName
{
color: #8FF2AD;
}
.AnyTagClassName
{
color: #8FF2AD;
}
</style>
background-color css
<style>
a { background-color: #8FF2AD; }
a { background-color: rgb(143,242,173); }
div.DivClassName
{
background-color: #8FF2AD;
}
.BgClassName
{
background-color: #8FF2AD;
}
</style>
border-color css
<style>
span { border-color: #8FF2AD; }
span { border-color: rgb(143,242,173); }
td.TdClassName
{
border-color: #8FF2AD;
}
.TagClassName
{
border-color: #8FF2AD;
}
</style>