Shades of Vista Blue #8FE5AE
Tints of Vista Blue #8FE5AE
RGB
CMYK
RGB Variations
Color information
#8FE5AE (or 0x8FE5AE) is known color: Vista Blue. HEX triplet: 8F, E5 and AE. RGB value is (143,229,174). Sum of RGB (Red+Green+Blue) = 143+229+174=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE5AE is #701A51. Grayscale: #C5C5C5. Windows color (decimal): -7346770 or 11462031. OLE color: 11462031.
HSL color Cylindrical-coordinate representation of color #8FE5AE: hue angle of 141.63º 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 #8FE5AE is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 174 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.10 |
| HSL | 141.63º | 0.62% | 0.73% | - |
| HSV(B) | 141.63º | 0.38% | 0.9% | - |
| XYZ | 46.99 | 64.93 | 50.1 | - |
| YUV | 197.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 174 | 0.38 | 0 | 0.24 | 0.10 | 141.63 | 0.62 | 0.73 |
| Hex | 8F | E5 | AE | 26 | 0 | 18 | A | 8E | 3E | 49 |
| Octal | 217 | 345 | 256 | 46 | 0 | 30 | 12 | 216 | 76 | 111 |
| Binary | 10001111 | 11100101 | 10101110 | 100110 | 0 | 11000 | 1010 | 10001110 | 111110 | 1001001 |
Color Harmonies of #8FE5AE
Complementary color
Monochromatic Colors of #8FE5AE
Black with #8FE5AE
Text Example
Text Example
White with #8FE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5AE; }
p { color: rgb(143,229,174); }
H1.HeaderClassName
{
color: #8FE5AE;
}
.AnyTagClassName
{
color: #8FE5AE;
}
</style>
background-color css
<style>
a { background-color: #8FE5AE; }
a { background-color: rgb(143,229,174); }
div.DivClassName
{
background-color: #8FE5AE;
}
.BgClassName
{
background-color: #8FE5AE;
}
</style>
border-color css
<style>
span { border-color: #8FE5AE; }
span { border-color: rgb(143,229,174); }
td.TdClassName
{
border-color: #8FE5AE;
}
.TagClassName
{
border-color: #8FE5AE;
}
</style>