Shades of Vista Blue #7CE2B3
Tints of Vista Blue #7CE2B3
RGB
CMYK
RGB Variations
Color information
#7CE2B3 (or 0x7CE2B3) is known color: Vista Blue. HEX triplet: 7C, E2 and B3. RGB value is (124,226,179). Sum of RGB (Red+Green+Blue) = 124+226+179=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE2B3 is #831D4C. Grayscale: #BEBEBE. Windows color (decimal): -8592717 or 11788924. OLE color: 11788924.
HSL color Cylindrical-coordinate representation of color #7CE2B3: hue angle of 152.35º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE2B3 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 226 | 179 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.11 |
| HSL | 152.35º | 0.64% | 0.69% | - |
| HSV(B) | 152.35º | 0.45% | 0.89% | - |
| XYZ | 43.65 | 61.93 | 52.3 | - |
| YUV | 190.14 | 121.71 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 179 | 0.45 | 0 | 0.21 | 0.11 | 152.35 | 0.64 | 0.69 |
| Hex | 7C | E2 | B3 | 2D | 0 | 15 | B | 98 | 40 | 45 |
| Octal | 174 | 342 | 263 | 55 | 0 | 25 | 13 | 230 | 100 | 105 |
| Binary | 1111100 | 11100010 | 10110011 | 101101 | 0 | 10101 | 1011 | 10011000 | 1000000 | 1000101 |
Color Harmonies of #7CE2B3
Complementary color
Monochromatic Colors of #7CE2B3
Black with #7CE2B3
Text Example
Text Example
White with #7CE2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE2B3; }
p { color: rgb(124,226,179); }
H1.HeaderClassName
{
color: #7CE2B3;
}
.AnyTagClassName
{
color: #7CE2B3;
}
</style>
background-color css
<style>
a { background-color: #7CE2B3; }
a { background-color: rgb(124,226,179); }
div.DivClassName
{
background-color: #7CE2B3;
}
.BgClassName
{
background-color: #7CE2B3;
}
</style>
border-color css
<style>
span { border-color: #7CE2B3; }
span { border-color: rgb(124,226,179); }
td.TdClassName
{
border-color: #7CE2B3;
}
.TagClassName
{
border-color: #7CE2B3;
}
</style>