Shades of Vista Blue #7CDFAC
Tints of Vista Blue #7CDFAC
RGB
CMYK
RGB Variations
Color information
#7CDFAC (or 0x7CDFAC) is known color: Vista Blue. HEX triplet: 7C, DF and AC. RGB value is (124,223,172). Sum of RGB (Red+Green+Blue) = 124+223+172=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDFAC is #832053. Grayscale: #BBBBBB. Windows color (decimal): -8593492 or 11329404. OLE color: 11329404.
HSL color Cylindrical-coordinate representation of color #7CDFAC: hue angle of 149.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDFAC is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 172 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.13 |
| HSL | 149.09º | 0.61% | 0.68% | - |
| HSV(B) | 149.09º | 0.44% | 0.87% | - |
| XYZ | 42.15 | 60.04 | 48.4 | - |
| YUV | 187.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 172 | 0.44 | 0 | 0.23 | 0.13 | 149.09 | 0.61 | 0.68 |
| Hex | 7C | DF | AC | 2C | 0 | 17 | D | 95 | 3D | 44 |
| Octal | 174 | 337 | 254 | 54 | 0 | 27 | 15 | 225 | 75 | 104 |
| Binary | 1111100 | 11011111 | 10101100 | 101100 | 0 | 10111 | 1101 | 10010101 | 111101 | 1000100 |
Color Harmonies of #7CDFAC
Complementary color
Monochromatic Colors of #7CDFAC
Black with #7CDFAC
Text Example
Text Example
White with #7CDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFAC; }
p { color: rgb(124,223,172); }
H1.HeaderClassName
{
color: #7CDFAC;
}
.AnyTagClassName
{
color: #7CDFAC;
}
</style>
background-color css
<style>
a { background-color: #7CDFAC; }
a { background-color: rgb(124,223,172); }
div.DivClassName
{
background-color: #7CDFAC;
}
.BgClassName
{
background-color: #7CDFAC;
}
</style>
border-color css
<style>
span { border-color: #7CDFAC; }
span { border-color: rgb(124,223,172); }
td.TdClassName
{
border-color: #7CDFAC;
}
.TagClassName
{
border-color: #7CDFAC;
}
</style>