Shades of Vista Blue #8FE6AF
Tints of Vista Blue #8FE6AF
RGB
CMYK
RGB Variations
Color information
#8FE6AF (or 0x8FE6AF) is known color: Vista Blue. HEX triplet: 8F, E6 and AF. RGB value is (143,230,175). Sum of RGB (Red+Green+Blue) = 143+230+175=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FE6AF is #701950. Grayscale: #C5C5C5. Windows color (decimal): -7346513 or 11527823. OLE color: 11527823.
HSL color Cylindrical-coordinate representation of color #8FE6AF: hue angle of 142.07º degrees, saturation: 0.64, 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 #8FE6AF is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 175 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.10 |
| HSL | 142.07º | 0.64% | 0.73% | - |
| HSV(B) | 142.07º | 0.38% | 0.9% | - |
| XYZ | 47.36 | 65.53 | 50.71 | - |
| YUV | 197.72 | 115.18 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 175 | 0.38 | 0 | 0.24 | 0.10 | 142.07 | 0.64 | 0.73 |
| Hex | 8F | E6 | AF | 26 | 0 | 18 | A | 8E | 40 | 49 |
| Octal | 217 | 346 | 257 | 46 | 0 | 30 | 12 | 216 | 100 | 111 |
| Binary | 10001111 | 11100110 | 10101111 | 100110 | 0 | 11000 | 1010 | 10001110 | 1000000 | 1001001 |
Color Harmonies of #8FE6AF
Complementary color
Monochromatic Colors of #8FE6AF
Black with #8FE6AF
Text Example
Text Example
White with #8FE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6AF; }
p { color: rgb(143,230,175); }
H1.HeaderClassName
{
color: #8FE6AF;
}
.AnyTagClassName
{
color: #8FE6AF;
}
</style>
background-color css
<style>
a { background-color: #8FE6AF; }
a { background-color: rgb(143,230,175); }
div.DivClassName
{
background-color: #8FE6AF;
}
.BgClassName
{
background-color: #8FE6AF;
}
</style>
border-color css
<style>
span { border-color: #8FE6AF; }
span { border-color: rgb(143,230,175); }
td.TdClassName
{
border-color: #8FE6AF;
}
.TagClassName
{
border-color: #8FE6AF;
}
</style>