Shades of Vista Blue #8CF5AD
Tints of Vista Blue #8CF5AD
RGB
CMYK
RGB Variations
Color information
#8CF5AD (or 0x8CF5AD) is known color: Vista Blue. HEX triplet: 8C, F5 and AD. RGB value is (140,245,173). Sum of RGB (Red+Green+Blue) = 140+245+173=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF5AD is #730A52. Grayscale: #CDCDCD. Windows color (decimal): -7539283 or 11400588. OLE color: 11400588.
HSL color Cylindrical-coordinate representation of color #8CF5AD: hue angle of 138.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF5AD is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 173 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.04 |
| HSL | 138.86º | 0.84% | 0.75% | - |
| HSV(B) | 138.86º | 0.43% | 0.96% | - |
| XYZ | 51.01 | 73.9 | 51.11 | - |
| YUV | 205.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 173 | 0.43 | 0 | 0.29 | 0.04 | 138.86 | 0.84 | 0.75 |
| Hex | 8C | F5 | AD | 2B | 0 | 1D | 4 | 8B | 54 | 4B |
| Octal | 214 | 365 | 255 | 53 | 0 | 35 | 4 | 213 | 124 | 113 |
| Binary | 10001100 | 11110101 | 10101101 | 101011 | 0 | 11101 | 100 | 10001011 | 1010100 | 1001011 |
Color Harmonies of #8CF5AD
Complementary color
Monochromatic Colors of #8CF5AD
Black with #8CF5AD
Text Example
Text Example
White with #8CF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF5AD; }
p { color: rgb(140,245,173); }
H1.HeaderClassName
{
color: #8CF5AD;
}
.AnyTagClassName
{
color: #8CF5AD;
}
</style>
background-color css
<style>
a { background-color: #8CF5AD; }
a { background-color: rgb(140,245,173); }
div.DivClassName
{
background-color: #8CF5AD;
}
.BgClassName
{
background-color: #8CF5AD;
}
</style>
border-color css
<style>
span { border-color: #8CF5AD; }
span { border-color: rgb(140,245,173); }
td.TdClassName
{
border-color: #8CF5AD;
}
.TagClassName
{
border-color: #8CF5AD;
}
</style>