Shades of Vista Blue #8FECAC
Tints of Vista Blue #8FECAC
RGB
CMYK
RGB Variations
Color information
#8FECAC (or 0x8FECAC) is known color: Vista Blue. HEX triplet: 8F, EC and AC. RGB value is (143,236,172). Sum of RGB (Red+Green+Blue) = 143+236+172=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FECAC is #701353. Grayscale: #C9C9C9. Windows color (decimal): -7344980 or 11332751. OLE color: 11332751.
HSL color Cylindrical-coordinate representation of color #8FECAC: hue angle of 138.71º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FECAC is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 172 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.07 |
| HSL | 138.71º | 0.71% | 0.74% | - |
| HSV(B) | 138.71º | 0.39% | 0.93% | - |
| XYZ | 48.77 | 68.81 | 49.74 | - |
| YUV | 200.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 172 | 0.39 | 0 | 0.27 | 0.07 | 138.71 | 0.71 | 0.74 |
| Hex | 8F | EC | AC | 27 | 0 | 1B | 7 | 8B | 47 | 4A |
| Octal | 217 | 354 | 254 | 47 | 0 | 33 | 7 | 213 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10101100 | 100111 | 0 | 11011 | 111 | 10001011 | 1000111 | 1001010 |
Color Harmonies of #8FECAC
Complementary color
Monochromatic Colors of #8FECAC
Black with #8FECAC
Text Example
Text Example
White with #8FECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECAC; }
p { color: rgb(143,236,172); }
H1.HeaderClassName
{
color: #8FECAC;
}
.AnyTagClassName
{
color: #8FECAC;
}
</style>
background-color css
<style>
a { background-color: #8FECAC; }
a { background-color: rgb(143,236,172); }
div.DivClassName
{
background-color: #8FECAC;
}
.BgClassName
{
background-color: #8FECAC;
}
</style>
border-color css
<style>
span { border-color: #8FECAC; }
span { border-color: rgb(143,236,172); }
td.TdClassName
{
border-color: #8FECAC;
}
.TagClassName
{
border-color: #8FECAC;
}
</style>