Shades of Vista Blue #7FECAC
Tints of Vista Blue #7FECAC
RGB
CMYK
RGB Variations
Color information
#7FECAC (or 0x7FECAC) is known color: Vista Blue. HEX triplet: 7F, EC and AC. RGB value is (127,236,172). Sum of RGB (Red+Green+Blue) = 127+236+172=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FECAC is #801353. Grayscale: #C4C4C4. Windows color (decimal): -8393556 or 11332735. OLE color: 11332735.
HSL color Cylindrical-coordinate representation of color #7FECAC: hue angle of 144.77º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FECAC is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 127 | 236 | 172 | - |
CMYK | 0.46 | 0 | 0.27 | 0.07 |
HSL | 144.77º | 0.74% | 0.71% | - |
HSV(B) | 144.77º | 0.46% | 0.93% | - |
XYZ | 46.19 | 67.48 | 49.62 | - |
YUV | 196.11 | 114.39 | 78.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 236 | 172 | 0.46 | 0 | 0.27 | 0.07 | 144.77 | 0.74 | 0.71 |
Hex | 7F | EC | AC | 2E | 0 | 1B | 7 | 91 | 4A | 47 |
Octal | 177 | 354 | 254 | 56 | 0 | 33 | 7 | 221 | 112 | 107 |
Binary | 1111111 | 11101100 | 10101100 | 101110 | 0 | 11011 | 111 | 10010001 | 1001010 | 1000111 |
Color Harmonies of #7FECAC
Complementary color
Monochromatic Colors of #7FECAC
Black with #7FECAC
Text Example
Text Example
White with #7FECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECAC; }
p { color: rgb(127,236,172); }
H1.HeaderClassName
{
color: #7FECAC;
}
.AnyTagClassName
{
color: #7FECAC;
}
</style>
background-color css
<style>
a { background-color: #7FECAC; }
a { background-color: rgb(127,236,172); }
div.DivClassName
{
background-color: #7FECAC;
}
.BgClassName
{
background-color: #7FECAC;
}
</style>
border-color css
<style>
span { border-color: #7FECAC; }
span { border-color: rgb(127,236,172); }
td.TdClassName
{
border-color: #7FECAC;
}
.TagClassName
{
border-color: #7FECAC;
}
</style>