Shades of Vista Blue #7CE7B3
Tints of Vista Blue #7CE7B3
RGB
CMYK
RGB Variations
Color information
#7CE7B3 (or 0x7CE7B3) is known color: Vista Blue. HEX triplet: 7C, E7 and B3. RGB value is (124,231,179). Sum of RGB (Red+Green+Blue) = 124+231+179=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE7B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE7B3 is #83184C. Grayscale: #C1C1C1. Windows color (decimal): -8591437 or 11790204. OLE color: 11790204.
HSL color Cylindrical-coordinate representation of color #7CE7B3: hue angle of 150.84º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE7B3 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 179 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.09 |
| HSL | 150.84º | 0.69% | 0.7% | - |
| HSV(B) | 150.84º | 0.46% | 0.91% | - |
| XYZ | 45.02 | 64.69 | 52.76 | - |
| YUV | 193.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 179 | 0.46 | 0 | 0.23 | 0.09 | 150.84 | 0.69 | 0.7 |
| Hex | 7C | E7 | B3 | 2E | 0 | 17 | 9 | 97 | 45 | 46 |
| Octal | 174 | 347 | 263 | 56 | 0 | 27 | 11 | 227 | 105 | 106 |
| Binary | 1111100 | 11100111 | 10110011 | 101110 | 0 | 10111 | 1001 | 10010111 | 1000101 | 1000110 |
Color Harmonies of #7CE7B3
Complementary color
Monochromatic Colors of #7CE7B3
Black with #7CE7B3
Text Example
Text Example
White with #7CE7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE7B3; }
p { color: rgb(124,231,179); }
H1.HeaderClassName
{
color: #7CE7B3;
}
.AnyTagClassName
{
color: #7CE7B3;
}
</style>
background-color css
<style>
a { background-color: #7CE7B3; }
a { background-color: rgb(124,231,179); }
div.DivClassName
{
background-color: #7CE7B3;
}
.BgClassName
{
background-color: #7CE7B3;
}
</style>
border-color css
<style>
span { border-color: #7CE7B3; }
span { border-color: rgb(124,231,179); }
td.TdClassName
{
border-color: #7CE7B3;
}
.TagClassName
{
border-color: #7CE7B3;
}
</style>