Shades of Vista Blue #8FE6AD
Tints of Vista Blue #8FE6AD
RGB
CMYK
RGB Variations
Color information
#8FE6AD (or 0x8FE6AD) is known color: Vista Blue. HEX triplet: 8F, E6 and AD. RGB value is (143,230,173). Sum of RGB (Red+Green+Blue) = 143+230+173=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE6AD is #701952. Grayscale: #C5C5C5. Windows color (decimal): -7346515 or 11396751. OLE color: 11396751.
HSL color Cylindrical-coordinate representation of color #8FE6AD: hue angle of 140.69º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE6AD is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 173 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.10 |
| HSL | 140.69º | 0.64% | 0.73% | - |
| HSV(B) | 140.69º | 0.38% | 0.9% | - |
| XYZ | 47.17 | 65.45 | 49.68 | - |
| YUV | 197.49 | 114.18 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 173 | 0.38 | 0 | 0.25 | 0.10 | 140.69 | 0.64 | 0.73 |
| Hex | 8F | E6 | AD | 26 | 0 | 19 | A | 8D | 40 | 49 |
| Octal | 217 | 346 | 255 | 46 | 0 | 31 | 12 | 215 | 100 | 111 |
| Binary | 10001111 | 11100110 | 10101101 | 100110 | 0 | 11001 | 1010 | 10001101 | 1000000 | 1001001 |
Color Harmonies of #8FE6AD
Complementary color
Monochromatic Colors of #8FE6AD
Black with #8FE6AD
Text Example
Text Example
White with #8FE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6AD; }
p { color: rgb(143,230,173); }
H1.HeaderClassName
{
color: #8FE6AD;
}
.AnyTagClassName
{
color: #8FE6AD;
}
</style>
background-color css
<style>
a { background-color: #8FE6AD; }
a { background-color: rgb(143,230,173); }
div.DivClassName
{
background-color: #8FE6AD;
}
.BgClassName
{
background-color: #8FE6AD;
}
</style>
border-color css
<style>
span { border-color: #8FE6AD; }
span { border-color: rgb(143,230,173); }
td.TdClassName
{
border-color: #8FE6AD;
}
.TagClassName
{
border-color: #8FE6AD;
}
</style>