Shades of Vista Blue #7CDEA6
Tints of Vista Blue #7CDEA6
RGB
CMYK
RGB Variations
Color information
#7CDEA6 (or 0x7CDEA6) is known color: Vista Blue. HEX triplet: 7C, DE and A6. RGB value is (124,222,166). Sum of RGB (Red+Green+Blue) = 124+222+166=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDEA6 is #832159. Grayscale: #BABABA. Windows color (decimal): -8593754 or 10935932. OLE color: 10935932.
HSL color Cylindrical-coordinate representation of color #7CDEA6: hue angle of 145.71º degrees, saturation: 0.6, 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 #7CDEA6 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 166 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.13 |
| HSL | 145.71º | 0.6% | 0.68% | - |
| HSV(B) | 145.71º | 0.44% | 0.87% | - |
| XYZ | 41.32 | 59.28 | 45.34 | - |
| YUV | 186.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 166 | 0.44 | 0 | 0.25 | 0.13 | 145.71 | 0.6 | 0.68 |
| Hex | 7C | DE | A6 | 2C | 0 | 19 | D | 92 | 3C | 44 |
| Octal | 174 | 336 | 246 | 54 | 0 | 31 | 15 | 222 | 74 | 104 |
| Binary | 1111100 | 11011110 | 10100110 | 101100 | 0 | 11001 | 1101 | 10010010 | 111100 | 1000100 |
Color Harmonies of #7CDEA6
Complementary color
Monochromatic Colors of #7CDEA6
Black with #7CDEA6
Text Example
Text Example
White with #7CDEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEA6; }
p { color: rgb(124,222,166); }
H1.HeaderClassName
{
color: #7CDEA6;
}
.AnyTagClassName
{
color: #7CDEA6;
}
</style>
background-color css
<style>
a { background-color: #7CDEA6; }
a { background-color: rgb(124,222,166); }
div.DivClassName
{
background-color: #7CDEA6;
}
.BgClassName
{
background-color: #7CDEA6;
}
</style>
border-color css
<style>
span { border-color: #7CDEA6; }
span { border-color: rgb(124,222,166); }
td.TdClassName
{
border-color: #7CDEA6;
}
.TagClassName
{
border-color: #7CDEA6;
}
</style>