Shades of Vista Blue #7CEBA8
Tints of Vista Blue #7CEBA8
RGB
CMYK
RGB Variations
Color information
#7CEBA8 (or 0x7CEBA8) is known color: Vista Blue. HEX triplet: 7C, EB and A8. RGB value is (124,235,168). Sum of RGB (Red+Green+Blue) = 124+235+168=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEBA8 is #831457. Grayscale: #C2C2C2. Windows color (decimal): -8590424 or 11070332. OLE color: 11070332.
HSL color Cylindrical-coordinate representation of color #7CEBA8: hue angle of 143.78º 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 #7CEBA8 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 168 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.08 |
| HSL | 143.78º | 0.74% | 0.7% | - |
| HSV(B) | 143.78º | 0.47% | 0.92% | - |
| XYZ | 45.09 | 66.53 | 47.51 | - |
| YUV | 194.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 168 | 0.47 | 0 | 0.29 | 0.08 | 143.78 | 0.74 | 0.7 |
| Hex | 7C | EB | A8 | 2F | 0 | 1D | 8 | 90 | 4A | 46 |
| Octal | 174 | 353 | 250 | 57 | 0 | 35 | 10 | 220 | 112 | 106 |
| Binary | 1111100 | 11101011 | 10101000 | 101111 | 0 | 11101 | 1000 | 10010000 | 1001010 | 1000110 |
Color Harmonies of #7CEBA8
Complementary color
Monochromatic Colors of #7CEBA8
Black with #7CEBA8
Text Example
Text Example
White with #7CEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBA8; }
p { color: rgb(124,235,168); }
H1.HeaderClassName
{
color: #7CEBA8;
}
.AnyTagClassName
{
color: #7CEBA8;
}
</style>
background-color css
<style>
a { background-color: #7CEBA8; }
a { background-color: rgb(124,235,168); }
div.DivClassName
{
background-color: #7CEBA8;
}
.BgClassName
{
background-color: #7CEBA8;
}
</style>
border-color css
<style>
span { border-color: #7CEBA8; }
span { border-color: rgb(124,235,168); }
td.TdClassName
{
border-color: #7CEBA8;
}
.TagClassName
{
border-color: #7CEBA8;
}
</style>