Shades of Vista Blue #7CEEAC
Tints of Vista Blue #7CEEAC
RGB
CMYK
RGB Variations
Color information
#7CEEAC (or 0x7CEEAC) is known color: Vista Blue. HEX triplet: 7C, EE and AC. RGB value is (124,238,172). Sum of RGB (Red+Green+Blue) = 124+238+172=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEEAC is #831153. Grayscale: #C4C4C4. Windows color (decimal): -8589652 or 11333244. OLE color: 11333244.
HSL color Cylindrical-coordinate representation of color #7CEEAC: hue angle of 145.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEEAC is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 172 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.07 |
| HSL | 145.26º | 0.77% | 0.71% | - |
| HSV(B) | 145.26º | 0.48% | 0.93% | - |
| XYZ | 46.33 | 68.41 | 49.79 | - |
| YUV | 196.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 172 | 0.48 | 0 | 0.28 | 0.07 | 145.26 | 0.77 | 0.71 |
| Hex | 7C | EE | AC | 30 | 0 | 1C | 7 | 91 | 4D | 47 |
| Octal | 174 | 356 | 254 | 60 | 0 | 34 | 7 | 221 | 115 | 107 |
| Binary | 1111100 | 11101110 | 10101100 | 110000 | 0 | 11100 | 111 | 10010001 | 1001101 | 1000111 |
Color Harmonies of #7CEEAC
Complementary color
Monochromatic Colors of #7CEEAC
Black with #7CEEAC
Text Example
Text Example
White with #7CEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEEAC; }
p { color: rgb(124,238,172); }
H1.HeaderClassName
{
color: #7CEEAC;
}
.AnyTagClassName
{
color: #7CEEAC;
}
</style>
background-color css
<style>
a { background-color: #7CEEAC; }
a { background-color: rgb(124,238,172); }
div.DivClassName
{
background-color: #7CEEAC;
}
.BgClassName
{
background-color: #7CEEAC;
}
</style>
border-color css
<style>
span { border-color: #7CEEAC; }
span { border-color: rgb(124,238,172); }
td.TdClassName
{
border-color: #7CEEAC;
}
.TagClassName
{
border-color: #7CEEAC;
}
</style>