Shades of Vista Blue #8FE5AF
Tints of Vista Blue #8FE5AF
RGB
CMYK
RGB Variations
Color information
#8FE5AF (or 0x8FE5AF) is known color: Vista Blue. HEX triplet: 8F, E5 and AF. RGB value is (143,229,175). Sum of RGB (Red+Green+Blue) = 143+229+175=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE5AF is #701A50. Grayscale: #C5C5C5. Windows color (decimal): -7346769 or 11527567. OLE color: 11527567.
HSL color Cylindrical-coordinate representation of color #8FE5AF: hue angle of 142.33º 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 #8FE5AF is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 175 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.10 |
| HSL | 142.33º | 0.62% | 0.73% | - |
| HSV(B) | 142.33º | 0.38% | 0.9% | - |
| XYZ | 47.08 | 64.97 | 50.62 | - |
| YUV | 197.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 175 | 0.38 | 0 | 0.24 | 0.10 | 142.33 | 0.62 | 0.73 |
| Hex | 8F | E5 | AF | 26 | 0 | 18 | A | 8E | 3E | 49 |
| Octal | 217 | 345 | 257 | 46 | 0 | 30 | 12 | 216 | 76 | 111 |
| Binary | 10001111 | 11100101 | 10101111 | 100110 | 0 | 11000 | 1010 | 10001110 | 111110 | 1001001 |
Color Harmonies of #8FE5AF
Complementary color
Monochromatic Colors of #8FE5AF
Black with #8FE5AF
Text Example
Text Example
White with #8FE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5AF; }
p { color: rgb(143,229,175); }
H1.HeaderClassName
{
color: #8FE5AF;
}
.AnyTagClassName
{
color: #8FE5AF;
}
</style>
background-color css
<style>
a { background-color: #8FE5AF; }
a { background-color: rgb(143,229,175); }
div.DivClassName
{
background-color: #8FE5AF;
}
.BgClassName
{
background-color: #8FE5AF;
}
</style>
border-color css
<style>
span { border-color: #8FE5AF; }
span { border-color: rgb(143,229,175); }
td.TdClassName
{
border-color: #8FE5AF;
}
.TagClassName
{
border-color: #8FE5AF;
}
</style>