Shades of Vista Blue #8ECFAC
Tints of Vista Blue #8ECFAC
RGB
CMYK
RGB Variations
Color information
#8ECFAC (or 0x8ECFAC) is known color: Vista Blue. HEX triplet: 8E, CF and AC. RGB value is (142,207,172). Sum of RGB (Red+Green+Blue) = 142+207+172=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECFAC is #713053. Grayscale: #B7B7B7. Windows color (decimal): -7417940 or 11325326. OLE color: 11325326.
HSL color Cylindrical-coordinate representation of color #8ECFAC: hue angle of 147.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECFAC is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 172 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.19 |
| HSL | 147.69º | 0.4% | 0.68% | - |
| HSV(B) | 147.69º | 0.31% | 0.81% | - |
| XYZ | 40.91 | 53.35 | 47.17 | - |
| YUV | 183.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 172 | 0.31 | 0 | 0.17 | 0.19 | 147.69 | 0.4 | 0.68 |
| Hex | 8E | CF | AC | 1F | 0 | 11 | 13 | 94 | 28 | 44 |
| Octal | 216 | 317 | 254 | 37 | 0 | 21 | 23 | 224 | 50 | 104 |
| Binary | 10001110 | 11001111 | 10101100 | 11111 | 0 | 10001 | 10011 | 10010100 | 101000 | 1000100 |
Color Harmonies of #8ECFAC
Complementary color
Monochromatic Colors of #8ECFAC
Black with #8ECFAC
Text Example
Text Example
White with #8ECFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECFAC; }
p { color: rgb(142,207,172); }
H1.HeaderClassName
{
color: #8ECFAC;
}
.AnyTagClassName
{
color: #8ECFAC;
}
</style>
background-color css
<style>
a { background-color: #8ECFAC; }
a { background-color: rgb(142,207,172); }
div.DivClassName
{
background-color: #8ECFAC;
}
.BgClassName
{
background-color: #8ECFAC;
}
</style>
border-color css
<style>
span { border-color: #8ECFAC; }
span { border-color: rgb(142,207,172); }
td.TdClassName
{
border-color: #8ECFAC;
}
.TagClassName
{
border-color: #8ECFAC;
}
</style>