Shades of Vista Blue #7CDDAB
Tints of Vista Blue #7CDDAB
RGB
CMYK
RGB Variations
Color information
#7CDDAB (or 0x7CDDAB) is known color: Vista Blue. HEX triplet: 7C, DD and AB. RGB value is (124,221,171). Sum of RGB (Red+Green+Blue) = 124+221+171=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDAB is #832254. Grayscale: #BABABA. Windows color (decimal): -8594005 or 11263356. OLE color: 11263356.
HSL color Cylindrical-coordinate representation of color #7CDDAB: hue angle of 149.07º 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 #7CDDAB is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 171 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.13 |
| HSL | 149.07º | 0.59% | 0.68% | - |
| HSV(B) | 149.07º | 0.44% | 0.87% | - |
| XYZ | 41.52 | 58.94 | 47.72 | - |
| YUV | 186.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 171 | 0.44 | 0 | 0.23 | 0.13 | 149.07 | 0.59 | 0.68 |
| Hex | 7C | DD | AB | 2C | 0 | 17 | D | 95 | 3B | 44 |
| Octal | 174 | 335 | 253 | 54 | 0 | 27 | 15 | 225 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10101011 | 101100 | 0 | 10111 | 1101 | 10010101 | 111011 | 1000100 |
Color Harmonies of #7CDDAB
Complementary color
Monochromatic Colors of #7CDDAB
Black with #7CDDAB
Text Example
Text Example
White with #7CDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDAB; }
p { color: rgb(124,221,171); }
H1.HeaderClassName
{
color: #7CDDAB;
}
.AnyTagClassName
{
color: #7CDDAB;
}
</style>
background-color css
<style>
a { background-color: #7CDDAB; }
a { background-color: rgb(124,221,171); }
div.DivClassName
{
background-color: #7CDDAB;
}
.BgClassName
{
background-color: #7CDDAB;
}
</style>
border-color css
<style>
span { border-color: #7CDDAB; }
span { border-color: rgb(124,221,171); }
td.TdClassName
{
border-color: #7CDDAB;
}
.TagClassName
{
border-color: #7CDDAB;
}
</style>