Shades of Vista Blue #7CEBAB
Tints of Vista Blue #7CEBAB
RGB
CMYK
RGB Variations
Color information
#7CEBAB (or 0x7CEBAB) is known color: Vista Blue. HEX triplet: 7C, EB and AB. RGB value is (124,235,171). Sum of RGB (Red+Green+Blue) = 124+235+171=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEBAB is #831454. Grayscale: #C2C2C2. Windows color (decimal): -8590421 or 11266940. OLE color: 11266940.
HSL color Cylindrical-coordinate representation of color #7CEBAB: hue angle of 145.41º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEBAB is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 171 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.08 |
| HSL | 145.41º | 0.74% | 0.7% | - |
| HSV(B) | 145.41º | 0.47% | 0.92% | - |
| XYZ | 45.37 | 66.64 | 49 | - |
| YUV | 194.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 171 | 0.47 | 0 | 0.27 | 0.08 | 145.41 | 0.74 | 0.7 |
| Hex | 7C | EB | AB | 2F | 0 | 1B | 8 | 91 | 4A | 46 |
| Octal | 174 | 353 | 253 | 57 | 0 | 33 | 10 | 221 | 112 | 106 |
| Binary | 1111100 | 11101011 | 10101011 | 101111 | 0 | 11011 | 1000 | 10010001 | 1001010 | 1000110 |
Color Harmonies of #7CEBAB
Complementary color
Monochromatic Colors of #7CEBAB
Black with #7CEBAB
Text Example
Text Example
White with #7CEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBAB; }
p { color: rgb(124,235,171); }
H1.HeaderClassName
{
color: #7CEBAB;
}
.AnyTagClassName
{
color: #7CEBAB;
}
</style>
background-color css
<style>
a { background-color: #7CEBAB; }
a { background-color: rgb(124,235,171); }
div.DivClassName
{
background-color: #7CEBAB;
}
.BgClassName
{
background-color: #7CEBAB;
}
</style>
border-color css
<style>
span { border-color: #7CEBAB; }
span { border-color: rgb(124,235,171); }
td.TdClassName
{
border-color: #7CEBAB;
}
.TagClassName
{
border-color: #7CEBAB;
}
</style>