Shades of Vista Blue #7CDDB0
Tints of Vista Blue #7CDDB0
RGB
CMYK
RGB Variations
Color information
#7CDDB0 (or 0x7CDDB0) is known color: Vista Blue. HEX triplet: 7C, DD and B0. RGB value is (124,221,176). Sum of RGB (Red+Green+Blue) = 124+221+176=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDB0 is #83224F. Grayscale: #BABABA. Windows color (decimal): -8594000 or 11591036. OLE color: 11591036.
HSL color Cylindrical-coordinate representation of color #7CDDB0: hue angle of 152.16º 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 #7CDDB0 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 176 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.13 |
| HSL | 152.16º | 0.59% | 0.68% | - |
| HSV(B) | 152.16º | 0.44% | 0.87% | - |
| XYZ | 42.01 | 59.13 | 50.27 | - |
| YUV | 186.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 176 | 0.44 | 0 | 0.20 | 0.13 | 152.16 | 0.59 | 0.68 |
| Hex | 7C | DD | B0 | 2C | 0 | 14 | D | 98 | 3B | 44 |
| Octal | 174 | 335 | 260 | 54 | 0 | 24 | 15 | 230 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10110000 | 101100 | 0 | 10100 | 1101 | 10011000 | 111011 | 1000100 |
Color Harmonies of #7CDDB0
Complementary color
Monochromatic Colors of #7CDDB0
Black with #7CDDB0
Text Example
Text Example
White with #7CDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDB0; }
p { color: rgb(124,221,176); }
H1.HeaderClassName
{
color: #7CDDB0;
}
.AnyTagClassName
{
color: #7CDDB0;
}
</style>
background-color css
<style>
a { background-color: #7CDDB0; }
a { background-color: rgb(124,221,176); }
div.DivClassName
{
background-color: #7CDDB0;
}
.BgClassName
{
background-color: #7CDDB0;
}
</style>
border-color css
<style>
span { border-color: #7CDDB0; }
span { border-color: rgb(124,221,176); }
td.TdClassName
{
border-color: #7CDDB0;
}
.TagClassName
{
border-color: #7CDDB0;
}
</style>