Shades of Vista Blue #7CDEA7
Tints of Vista Blue #7CDEA7
RGB
CMYK
RGB Variations
Color information
#7CDEA7 (or 0x7CDEA7) is known color: Vista Blue. HEX triplet: 7C, DE and A7. RGB value is (124,222,167). Sum of RGB (Red+Green+Blue) = 124+222+167=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDEA7 is #832158. Grayscale: #BABABA. Windows color (decimal): -8593753 or 11001468. OLE color: 11001468.
HSL color Cylindrical-coordinate representation of color #7CDEA7: hue angle of 146.33º 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 #7CDEA7 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 167 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.13 |
| HSL | 146.33º | 0.6% | 0.68% | - |
| HSV(B) | 146.33º | 0.44% | 0.87% | - |
| XYZ | 41.41 | 59.32 | 45.83 | - |
| YUV | 186.43 | 117.03 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 167 | 0.44 | 0 | 0.25 | 0.13 | 146.33 | 0.6 | 0.68 |
| Hex | 7C | DE | A7 | 2C | 0 | 19 | D | 92 | 3C | 44 |
| Octal | 174 | 336 | 247 | 54 | 0 | 31 | 15 | 222 | 74 | 104 |
| Binary | 1111100 | 11011110 | 10100111 | 101100 | 0 | 11001 | 1101 | 10010010 | 111100 | 1000100 |
Color Harmonies of #7CDEA7
Complementary color
Monochromatic Colors of #7CDEA7
Black with #7CDEA7
Text Example
Text Example
White with #7CDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEA7; }
p { color: rgb(124,222,167); }
H1.HeaderClassName
{
color: #7CDEA7;
}
.AnyTagClassName
{
color: #7CDEA7;
}
</style>
background-color css
<style>
a { background-color: #7CDEA7; }
a { background-color: rgb(124,222,167); }
div.DivClassName
{
background-color: #7CDEA7;
}
.BgClassName
{
background-color: #7CDEA7;
}
</style>
border-color css
<style>
span { border-color: #7CDEA7; }
span { border-color: rgb(124,222,167); }
td.TdClassName
{
border-color: #7CDEA7;
}
.TagClassName
{
border-color: #7CDEA7;
}
</style>