Shades of Vista Blue #7CEAAB
Tints of Vista Blue #7CEAAB
RGB
CMYK
RGB Variations
Color information
#7CEAAB (or 0x7CEAAB) is known color: Vista Blue. HEX triplet: 7C, EA and AB. RGB value is (124,234,171). Sum of RGB (Red+Green+Blue) = 124+234+171=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEAAB is #831554. Grayscale: #C2C2C2. Windows color (decimal): -8590677 or 11266684. OLE color: 11266684.
HSL color Cylindrical-coordinate representation of color #7CEAAB: hue angle of 145.64º degrees, saturation: 0.72, 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 #7CEAAB is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 234 | 171 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.08 |
| HSL | 145.64º | 0.72% | 0.7% | - |
| HSV(B) | 145.64º | 0.47% | 0.92% | - |
| XYZ | 45.09 | 66.07 | 48.9 | - |
| YUV | 193.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 171 | 0.47 | 0 | 0.27 | 0.08 | 145.64 | 0.72 | 0.7 |
| Hex | 7C | EA | AB | 2F | 0 | 1B | 8 | 92 | 48 | 46 |
| Octal | 174 | 352 | 253 | 57 | 0 | 33 | 10 | 222 | 110 | 106 |
| Binary | 1111100 | 11101010 | 10101011 | 101111 | 0 | 11011 | 1000 | 10010010 | 1001000 | 1000110 |
Color Harmonies of #7CEAAB
Complementary color
Monochromatic Colors of #7CEAAB
Black with #7CEAAB
Text Example
Text Example
White with #7CEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEAAB; }
p { color: rgb(124,234,171); }
H1.HeaderClassName
{
color: #7CEAAB;
}
.AnyTagClassName
{
color: #7CEAAB;
}
</style>
background-color css
<style>
a { background-color: #7CEAAB; }
a { background-color: rgb(124,234,171); }
div.DivClassName
{
background-color: #7CEAAB;
}
.BgClassName
{
background-color: #7CEAAB;
}
</style>
border-color css
<style>
span { border-color: #7CEAAB; }
span { border-color: rgb(124,234,171); }
td.TdClassName
{
border-color: #7CEAAB;
}
.TagClassName
{
border-color: #7CEAAB;
}
</style>