Shades of Vista Blue #8FE4AF
Tints of Vista Blue #8FE4AF
RGB
CMYK
RGB Variations
Color information
#8FE4AF (or 0x8FE4AF) is known color: Vista Blue. HEX triplet: 8F, E4 and AF. RGB value is (143,228,175). Sum of RGB (Red+Green+Blue) = 143+228+175=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FE4AF is #701B50. Grayscale: #C4C4C4. Windows color (decimal): -7347025 or 11527311. OLE color: 11527311.
HSL color Cylindrical-coordinate representation of color #8FE4AF: hue angle of 142.59º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FE4AF is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 175 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.11 |
| HSL | 142.59º | 0.61% | 0.73% | - |
| HSV(B) | 142.59º | 0.37% | 0.89% | - |
| XYZ | 46.81 | 64.42 | 50.52 | - |
| YUV | 196.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 175 | 0.37 | 0 | 0.23 | 0.11 | 142.59 | 0.61 | 0.73 |
| Hex | 8F | E4 | AF | 25 | 0 | 17 | B | 8F | 3D | 49 |
| Octal | 217 | 344 | 257 | 45 | 0 | 27 | 13 | 217 | 75 | 111 |
| Binary | 10001111 | 11100100 | 10101111 | 100101 | 0 | 10111 | 1011 | 10001111 | 111101 | 1001001 |
Color Harmonies of #8FE4AF
Complementary color
Monochromatic Colors of #8FE4AF
Black with #8FE4AF
Text Example
Text Example
White with #8FE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE4AF; }
p { color: rgb(143,228,175); }
H1.HeaderClassName
{
color: #8FE4AF;
}
.AnyTagClassName
{
color: #8FE4AF;
}
</style>
background-color css
<style>
a { background-color: #8FE4AF; }
a { background-color: rgb(143,228,175); }
div.DivClassName
{
background-color: #8FE4AF;
}
.BgClassName
{
background-color: #8FE4AF;
}
</style>
border-color css
<style>
span { border-color: #8FE4AF; }
span { border-color: rgb(143,228,175); }
td.TdClassName
{
border-color: #8FE4AF;
}
.TagClassName
{
border-color: #8FE4AF;
}
</style>