Shades of Vista Blue #8FE0AD
Tints of Vista Blue #8FE0AD
RGB
CMYK
RGB Variations
Color information
#8FE0AD (or 0x8FE0AD) is known color: Vista Blue. HEX triplet: 8F, E0 and AD. RGB value is (143,224,173). Sum of RGB (Red+Green+Blue) = 143+224+173=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE0AD is #701F52. Grayscale: #C2C2C2. Windows color (decimal): -7348051 or 11395215. OLE color: 11395215.
HSL color Cylindrical-coordinate representation of color #8FE0AD: hue angle of 142.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FE0AD is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 173 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.12 |
| HSL | 142.22º | 0.57% | 0.72% | - |
| HSV(B) | 142.22º | 0.36% | 0.88% | - |
| XYZ | 45.53 | 62.17 | 49.14 | - |
| YUV | 193.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 173 | 0.36 | 0 | 0.23 | 0.12 | 142.22 | 0.57 | 0.72 |
| Hex | 8F | E0 | AD | 24 | 0 | 17 | C | 8E | 39 | 48 |
| Octal | 217 | 340 | 255 | 44 | 0 | 27 | 14 | 216 | 71 | 110 |
| Binary | 10001111 | 11100000 | 10101101 | 100100 | 0 | 10111 | 1100 | 10001110 | 111001 | 1001000 |
Color Harmonies of #8FE0AD
Complementary color
Monochromatic Colors of #8FE0AD
Black with #8FE0AD
Text Example
Text Example
White with #8FE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE0AD; }
p { color: rgb(143,224,173); }
H1.HeaderClassName
{
color: #8FE0AD;
}
.AnyTagClassName
{
color: #8FE0AD;
}
</style>
background-color css
<style>
a { background-color: #8FE0AD; }
a { background-color: rgb(143,224,173); }
div.DivClassName
{
background-color: #8FE0AD;
}
.BgClassName
{
background-color: #8FE0AD;
}
</style>
border-color css
<style>
span { border-color: #8FE0AD; }
span { border-color: rgb(143,224,173); }
td.TdClassName
{
border-color: #8FE0AD;
}
.TagClassName
{
border-color: #8FE0AD;
}
</style>