Shades of Vista Blue #7CEDAC
Tints of Vista Blue #7CEDAC
RGB
CMYK
RGB Variations
Color information
#7CEDAC (or 0x7CEDAC) is known color: Vista Blue. HEX triplet: 7C, ED and AC. RGB value is (124,237,172). Sum of RGB (Red+Green+Blue) = 124+237+172=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEDAC is #831253. Grayscale: #C3C3C3. Windows color (decimal): -8589908 or 11332988. OLE color: 11332988.
HSL color Cylindrical-coordinate representation of color #7CEDAC: hue angle of 145.49º degrees, saturation: 0.76, 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 #7CEDAC is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 172 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.07 |
| HSL | 145.49º | 0.76% | 0.71% | - |
| HSV(B) | 145.49º | 0.48% | 0.93% | - |
| XYZ | 46.04 | 67.83 | 49.7 | - |
| YUV | 195.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 172 | 0.48 | 0 | 0.27 | 0.07 | 145.49 | 0.76 | 0.71 |
| Hex | 7C | ED | AC | 30 | 0 | 1B | 7 | 91 | 4C | 47 |
| Octal | 174 | 355 | 254 | 60 | 0 | 33 | 7 | 221 | 114 | 107 |
| Binary | 1111100 | 11101101 | 10101100 | 110000 | 0 | 11011 | 111 | 10010001 | 1001100 | 1000111 |
Color Harmonies of #7CEDAC
Complementary color
Monochromatic Colors of #7CEDAC
Black with #7CEDAC
Text Example
Text Example
White with #7CEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEDAC; }
p { color: rgb(124,237,172); }
H1.HeaderClassName
{
color: #7CEDAC;
}
.AnyTagClassName
{
color: #7CEDAC;
}
</style>
background-color css
<style>
a { background-color: #7CEDAC; }
a { background-color: rgb(124,237,172); }
div.DivClassName
{
background-color: #7CEDAC;
}
.BgClassName
{
background-color: #7CEDAC;
}
</style>
border-color css
<style>
span { border-color: #7CEDAC; }
span { border-color: rgb(124,237,172); }
td.TdClassName
{
border-color: #7CEDAC;
}
.TagClassName
{
border-color: #7CEDAC;
}
</style>