Shades of Vista Blue #8FE5AD
Tints of Vista Blue #8FE5AD
RGB
CMYK
RGB Variations
Color information
#8FE5AD (or 0x8FE5AD) is known color: Vista Blue. HEX triplet: 8F, E5 and AD. RGB value is (143,229,173). Sum of RGB (Red+Green+Blue) = 143+229+173=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE5AD is #701A52. Grayscale: #C5C5C5. Windows color (decimal): -7346771 or 11396495. OLE color: 11396495.
HSL color Cylindrical-coordinate representation of color #8FE5AD: hue angle of 140.93º degrees, saturation: 0.62, 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 #8FE5AD is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 173 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.10 |
| HSL | 140.93º | 0.62% | 0.73% | - |
| HSV(B) | 140.93º | 0.38% | 0.9% | - |
| XYZ | 46.89 | 64.9 | 49.59 | - |
| YUV | 196.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 173 | 0.38 | 0 | 0.24 | 0.10 | 140.93 | 0.62 | 0.73 |
| Hex | 8F | E5 | AD | 26 | 0 | 18 | A | 8D | 3E | 49 |
| Octal | 217 | 345 | 255 | 46 | 0 | 30 | 12 | 215 | 76 | 111 |
| Binary | 10001111 | 11100101 | 10101101 | 100110 | 0 | 11000 | 1010 | 10001101 | 111110 | 1001001 |
Color Harmonies of #8FE5AD
Complementary color
Monochromatic Colors of #8FE5AD
Black with #8FE5AD
Text Example
Text Example
White with #8FE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5AD; }
p { color: rgb(143,229,173); }
H1.HeaderClassName
{
color: #8FE5AD;
}
.AnyTagClassName
{
color: #8FE5AD;
}
</style>
background-color css
<style>
a { background-color: #8FE5AD; }
a { background-color: rgb(143,229,173); }
div.DivClassName
{
background-color: #8FE5AD;
}
.BgClassName
{
background-color: #8FE5AD;
}
</style>
border-color css
<style>
span { border-color: #8FE5AD; }
span { border-color: rgb(143,229,173); }
td.TdClassName
{
border-color: #8FE5AD;
}
.TagClassName
{
border-color: #8FE5AD;
}
</style>