Shades of Vista Blue #7CECAB
Tints of Vista Blue #7CECAB
RGB
CMYK
RGB Variations
Color information
#7CECAB (or 0x7CECAB) is known color: Vista Blue. HEX triplet: 7C, EC and AB. RGB value is (124,236,171). Sum of RGB (Red+Green+Blue) = 124+236+171=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #7CECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CECAB is #831354. Grayscale: #C3C3C3. Windows color (decimal): -8590165 or 11267196. OLE color: 11267196.
HSL color Cylindrical-coordinate representation of color #7CECAB: hue angle of 145.18º 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 #7CECAB is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 171 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.07 |
| HSL | 145.18º | 0.75% | 0.71% | - |
| HSV(B) | 145.18º | 0.47% | 0.93% | - |
| XYZ | 45.66 | 67.22 | 49.1 | - |
| YUV | 195.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 171 | 0.47 | 0 | 0.28 | 0.07 | 145.18 | 0.75 | 0.71 |
| Hex | 7C | EC | AB | 2F | 0 | 1C | 7 | 91 | 4B | 47 |
| Octal | 174 | 354 | 253 | 57 | 0 | 34 | 7 | 221 | 113 | 107 |
| Binary | 1111100 | 11101100 | 10101011 | 101111 | 0 | 11100 | 111 | 10010001 | 1001011 | 1000111 |
Color Harmonies of #7CECAB
Complementary color
Monochromatic Colors of #7CECAB
Black with #7CECAB
Text Example
Text Example
White with #7CECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CECAB; }
p { color: rgb(124,236,171); }
H1.HeaderClassName
{
color: #7CECAB;
}
.AnyTagClassName
{
color: #7CECAB;
}
</style>
background-color css
<style>
a { background-color: #7CECAB; }
a { background-color: rgb(124,236,171); }
div.DivClassName
{
background-color: #7CECAB;
}
.BgClassName
{
background-color: #7CECAB;
}
</style>
border-color css
<style>
span { border-color: #7CECAB; }
span { border-color: rgb(124,236,171); }
td.TdClassName
{
border-color: #7CECAB;
}
.TagClassName
{
border-color: #7CECAB;
}
</style>