Shades of Vista Blue #8FECAB
Tints of Vista Blue #8FECAB
RGB
CMYK
RGB Variations
Color information
#8FECAB (or 0x8FECAB) is known color: Vista Blue. HEX triplet: 8F, EC and AB. RGB value is (143,236,171). Sum of RGB (Red+Green+Blue) = 143+236+171=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FECAB is #701354. Grayscale: #C8C8C8. Windows color (decimal): -7344981 or 11267215. OLE color: 11267215.
HSL color Cylindrical-coordinate representation of color #8FECAB: hue angle of 138.06º 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 #8FECAB is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 171 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.07 |
| HSL | 138.06º | 0.71% | 0.74% | - |
| HSV(B) | 138.06º | 0.39% | 0.93% | - |
| XYZ | 48.67 | 68.77 | 49.24 | - |
| YUV | 200.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 171 | 0.39 | 0 | 0.28 | 0.07 | 138.06 | 0.71 | 0.74 |
| Hex | 8F | EC | AB | 27 | 0 | 1C | 7 | 8A | 47 | 4A |
| Octal | 217 | 354 | 253 | 47 | 0 | 34 | 7 | 212 | 107 | 112 |
| Binary | 10001111 | 11101100 | 10101011 | 100111 | 0 | 11100 | 111 | 10001010 | 1000111 | 1001010 |
Color Harmonies of #8FECAB
Complementary color
Monochromatic Colors of #8FECAB
Black with #8FECAB
Text Example
Text Example
White with #8FECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECAB; }
p { color: rgb(143,236,171); }
H1.HeaderClassName
{
color: #8FECAB;
}
.AnyTagClassName
{
color: #8FECAB;
}
</style>
background-color css
<style>
a { background-color: #8FECAB; }
a { background-color: rgb(143,236,171); }
div.DivClassName
{
background-color: #8FECAB;
}
.BgClassName
{
background-color: #8FECAB;
}
</style>
border-color css
<style>
span { border-color: #8FECAB; }
span { border-color: rgb(143,236,171); }
td.TdClassName
{
border-color: #8FECAB;
}
.TagClassName
{
border-color: #8FECAB;
}
</style>