Shades of Vista Blue #7CEEAB
Tints of Vista Blue #7CEEAB
RGB
CMYK
RGB Variations
Color information
#7CEEAB (or 0x7CEEAB) is known color: Vista Blue. HEX triplet: 7C, EE and AB. RGB value is (124,238,171). Sum of RGB (Red+Green+Blue) = 124+238+171=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEEAB is #831154. Grayscale: #C4C4C4. Windows color (decimal): -8589653 or 11267708. OLE color: 11267708.
HSL color Cylindrical-coordinate representation of color #7CEEAB: hue angle of 144.74º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEEAB is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 171 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.07 |
| HSL | 144.74º | 0.77% | 0.71% | - |
| HSV(B) | 144.74º | 0.48% | 0.93% | - |
| XYZ | 46.24 | 68.37 | 49.29 | - |
| YUV | 196.28 | 113.73 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 171 | 0.48 | 0 | 0.28 | 0.07 | 144.74 | 0.77 | 0.71 |
| Hex | 7C | EE | AB | 30 | 0 | 1C | 7 | 91 | 4D | 47 |
| Octal | 174 | 356 | 253 | 60 | 0 | 34 | 7 | 221 | 115 | 107 |
| Binary | 1111100 | 11101110 | 10101011 | 110000 | 0 | 11100 | 111 | 10010001 | 1001101 | 1000111 |
Color Harmonies of #7CEEAB
Complementary color
Monochromatic Colors of #7CEEAB
Black with #7CEEAB
Text Example
Text Example
White with #7CEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEEAB; }
p { color: rgb(124,238,171); }
H1.HeaderClassName
{
color: #7CEEAB;
}
.AnyTagClassName
{
color: #7CEEAB;
}
</style>
background-color css
<style>
a { background-color: #7CEEAB; }
a { background-color: rgb(124,238,171); }
div.DivClassName
{
background-color: #7CEEAB;
}
.BgClassName
{
background-color: #7CEEAB;
}
</style>
border-color css
<style>
span { border-color: #7CEEAB; }
span { border-color: rgb(124,238,171); }
td.TdClassName
{
border-color: #7CEEAB;
}
.TagClassName
{
border-color: #7CEEAB;
}
</style>