Shades of Vista Blue #7CECAC
Tints of Vista Blue #7CECAC
RGB
CMYK
RGB Variations
Color information
#7CECAC (or 0x7CECAC) is known color: Vista Blue. HEX triplet: 7C, EC and AC. RGB value is (124,236,172). Sum of RGB (Red+Green+Blue) = 124+236+172=532 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.31% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CECAC is #831353. Grayscale: #C3C3C3. Windows color (decimal): -8590164 or 11332732. OLE color: 11332732.
HSL color Cylindrical-coordinate representation of color #7CECAC: hue angle of 145.71º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CECAC is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 172 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.07 |
| HSL | 145.71º | 0.75% | 0.71% | - |
| HSV(B) | 145.71º | 0.47% | 0.93% | - |
| XYZ | 45.75 | 67.25 | 49.6 | - |
| YUV | 195.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 172 | 0.47 | 0 | 0.27 | 0.07 | 145.71 | 0.75 | 0.71 |
| Hex | 7C | EC | AC | 2F | 0 | 1B | 7 | 92 | 4B | 47 |
| Octal | 174 | 354 | 254 | 57 | 0 | 33 | 7 | 222 | 113 | 107 |
| Binary | 1111100 | 11101100 | 10101100 | 101111 | 0 | 11011 | 111 | 10010010 | 1001011 | 1000111 |
Color Harmonies of #7CECAC
Complementary color
Monochromatic Colors of #7CECAC
Black with #7CECAC
Text Example
Text Example
White with #7CECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECAC; }
p { color: rgb(124,236,172); }
H1.HeaderClassName
{
color: #7CECAC;
}
.AnyTagClassName
{
color: #7CECAC;
}
</style>
background-color css
<style>
a { background-color: #7CECAC; }
a { background-color: rgb(124,236,172); }
div.DivClassName
{
background-color: #7CECAC;
}
.BgClassName
{
background-color: #7CECAC;
}
</style>
border-color css
<style>
span { border-color: #7CECAC; }
span { border-color: rgb(124,236,172); }
td.TdClassName
{
border-color: #7CECAC;
}
.TagClassName
{
border-color: #7CECAC;
}
</style>