Shades of Vista Blue #8FECAF
Tints of Vista Blue #8FECAF
RGB
CMYK
RGB Variations
Color information
#8FECAF (or 0x8FECAF) is known color: Vista Blue. HEX triplet: 8F, EC and AF. RGB value is (143,236,175). Sum of RGB (Red+Green+Blue) = 143+236+175=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #8FECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FECAF is #701350. Grayscale: #C9C9C9. Windows color (decimal): -7344977 or 11529359. OLE color: 11529359.
HSL color Cylindrical-coordinate representation of color #8FECAF: hue angle of 140.65º 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 #8FECAF is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 143 | 236 | 175 | - |
CMYK | 0.39 | 0 | 0.26 | 0.07 |
HSL | 140.65º | 0.71% | 0.74% | - |
HSV(B) | 140.65º | 0.39% | 0.93% | - |
XYZ | 49.06 | 68.93 | 51.28 | - |
YUV | 201.24 | 113.19 | 86.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 236 | 175 | 0.39 | 0 | 0.26 | 0.07 | 140.65 | 0.71 | 0.74 |
Hex | 8F | EC | AF | 27 | 0 | 1A | 7 | 8D | 47 | 4A |
Octal | 217 | 354 | 257 | 47 | 0 | 32 | 7 | 215 | 107 | 112 |
Binary | 10001111 | 11101100 | 10101111 | 100111 | 0 | 11010 | 111 | 10001101 | 1000111 | 1001010 |
Color Harmonies of #8FECAF
Complementary color
Monochromatic Colors of #8FECAF
Black with #8FECAF
Text Example
Text Example
White with #8FECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECAF; }
p { color: rgb(143,236,175); }
H1.HeaderClassName
{
color: #8FECAF;
}
.AnyTagClassName
{
color: #8FECAF;
}
</style>
background-color css
<style>
a { background-color: #8FECAF; }
a { background-color: rgb(143,236,175); }
div.DivClassName
{
background-color: #8FECAF;
}
.BgClassName
{
background-color: #8FECAF;
}
</style>
border-color css
<style>
span { border-color: #8FECAF; }
span { border-color: rgb(143,236,175); }
td.TdClassName
{
border-color: #8FECAF;
}
.TagClassName
{
border-color: #8FECAF;
}
</style>