Shades of Vista Blue #7CDDA3
Tints of Vista Blue #7CDDA3
RGB
CMYK
RGB Variations
Color information
#7CDDA3 (or 0x7CDDA3) is known color: Vista Blue. HEX triplet: 7C, DD and A3. RGB value is (124,221,163). Sum of RGB (Red+Green+Blue) = 124+221+163=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDA3 is #83225C. Grayscale: #B9B9B9. Windows color (decimal): -8594013 or 10739068. OLE color: 10739068.
HSL color Cylindrical-coordinate representation of color #7CDDA3: hue angle of 144.12º degrees, saturation: 0.59, 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 #7CDDA3 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 163 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.13 |
| HSL | 144.12º | 0.59% | 0.68% | - |
| HSV(B) | 144.12º | 0.44% | 0.87% | - |
| XYZ | 40.78 | 58.64 | 43.82 | - |
| YUV | 185.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 163 | 0.44 | 0 | 0.26 | 0.13 | 144.12 | 0.59 | 0.68 |
| Hex | 7C | DD | A3 | 2C | 0 | 1A | D | 90 | 3B | 44 |
| Octal | 174 | 335 | 243 | 54 | 0 | 32 | 15 | 220 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10100011 | 101100 | 0 | 11010 | 1101 | 10010000 | 111011 | 1000100 |
Color Harmonies of #7CDDA3
Complementary color
Monochromatic Colors of #7CDDA3
Black with #7CDDA3
Text Example
Text Example
White with #7CDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDA3; }
p { color: rgb(124,221,163); }
H1.HeaderClassName
{
color: #7CDDA3;
}
.AnyTagClassName
{
color: #7CDDA3;
}
</style>
background-color css
<style>
a { background-color: #7CDDA3; }
a { background-color: rgb(124,221,163); }
div.DivClassName
{
background-color: #7CDDA3;
}
.BgClassName
{
background-color: #7CDDA3;
}
</style>
border-color css
<style>
span { border-color: #7CDDA3; }
span { border-color: rgb(124,221,163); }
td.TdClassName
{
border-color: #7CDDA3;
}
.TagClassName
{
border-color: #7CDDA3;
}
</style>