Shades of Vista Blue #7CDBAB
Tints of Vista Blue #7CDBAB
RGB
CMYK
RGB Variations
Color information
#7CDBAB (or 0x7CDBAB) is known color: Vista Blue. HEX triplet: 7C, DB and AB. RGB value is (124,219,171). Sum of RGB (Red+Green+Blue) = 124+219+171=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDBAB is #832454. Grayscale: #B9B9B9. Windows color (decimal): -8594517 or 11262844. OLE color: 11262844.
HSL color Cylindrical-coordinate representation of color #7CDBAB: hue angle of 149.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDBAB is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 171 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.14 |
| HSL | 149.68º | 0.57% | 0.67% | - |
| HSV(B) | 149.68º | 0.43% | 0.86% | - |
| XYZ | 40.99 | 57.89 | 47.54 | - |
| YUV | 185.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 171 | 0.43 | 0 | 0.22 | 0.14 | 149.68 | 0.57 | 0.67 |
| Hex | 7C | DB | AB | 2B | 0 | 16 | E | 96 | 39 | 43 |
| Octal | 174 | 333 | 253 | 53 | 0 | 26 | 16 | 226 | 71 | 103 |
| Binary | 1111100 | 11011011 | 10101011 | 101011 | 0 | 10110 | 1110 | 10010110 | 111001 | 1000011 |
Color Harmonies of #7CDBAB
Complementary color
Monochromatic Colors of #7CDBAB
Black with #7CDBAB
Text Example
Text Example
White with #7CDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDBAB; }
p { color: rgb(124,219,171); }
H1.HeaderClassName
{
color: #7CDBAB;
}
.AnyTagClassName
{
color: #7CDBAB;
}
</style>
background-color css
<style>
a { background-color: #7CDBAB; }
a { background-color: rgb(124,219,171); }
div.DivClassName
{
background-color: #7CDBAB;
}
.BgClassName
{
background-color: #7CDBAB;
}
</style>
border-color css
<style>
span { border-color: #7CDBAB; }
span { border-color: rgb(124,219,171); }
td.TdClassName
{
border-color: #7CDBAB;
}
.TagClassName
{
border-color: #7CDBAB;
}
</style>