Shades of Vista Blue #8FEFAC
Tints of Vista Blue #8FEFAC
RGB
CMYK
RGB Variations
Color information
#8FEFAC (or 0x8FEFAC) is known color: Vista Blue. HEX triplet: 8F, EF and AC. RGB value is (143,239,172). Sum of RGB (Red+Green+Blue) = 143+239+172=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEFAC is #701053. Grayscale: #CACACA. Windows color (decimal): -7344212 or 11333519. OLE color: 11333519.
HSL color Cylindrical-coordinate representation of color #8FEFAC: hue angle of 138.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFAC is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 172 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.06 |
| HSL | 138.13º | 0.75% | 0.75% | - |
| HSV(B) | 138.13º | 0.4% | 0.94% | - |
| XYZ | 49.64 | 70.55 | 50.03 | - |
| YUV | 202.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 172 | 0.40 | 0 | 0.28 | 0.06 | 138.13 | 0.75 | 0.75 |
| Hex | 8F | EF | AC | 28 | 0 | 1C | 6 | 8A | 4B | 4B |
| Octal | 217 | 357 | 254 | 50 | 0 | 34 | 6 | 212 | 113 | 113 |
| Binary | 10001111 | 11101111 | 10101100 | 101000 | 0 | 11100 | 110 | 10001010 | 1001011 | 1001011 |
Color Harmonies of #8FEFAC
Complementary color
Monochromatic Colors of #8FEFAC
Black with #8FEFAC
Text Example
Text Example
White with #8FEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEFAC; }
p { color: rgb(143,239,172); }
H1.HeaderClassName
{
color: #8FEFAC;
}
.AnyTagClassName
{
color: #8FEFAC;
}
</style>
background-color css
<style>
a { background-color: #8FEFAC; }
a { background-color: rgb(143,239,172); }
div.DivClassName
{
background-color: #8FEFAC;
}
.BgClassName
{
background-color: #8FEFAC;
}
</style>
border-color css
<style>
span { border-color: #8FEFAC; }
span { border-color: rgb(143,239,172); }
td.TdClassName
{
border-color: #8FEFAC;
}
.TagClassName
{
border-color: #8FEFAC;
}
</style>