Shades of Vista Blue #7CEEAF
Tints of Vista Blue #7CEEAF
RGB
CMYK
RGB Variations
Color information
#7CEEAF (or 0x7CEEAF) is known color: Vista Blue. HEX triplet: 7C, EE and AF. RGB value is (124,238,175). Sum of RGB (Red+Green+Blue) = 124+238+175=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEEAF is #831150. Grayscale: #C4C4C4. Windows color (decimal): -8589649 or 11529852. OLE color: 11529852.
HSL color Cylindrical-coordinate representation of color #7CEEAF: hue angle of 146.84º 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 #7CEEAF is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 175 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.07 |
| HSL | 146.84º | 0.77% | 0.71% | - |
| HSV(B) | 146.84º | 0.48% | 0.93% | - |
| XYZ | 46.62 | 68.53 | 51.33 | - |
| YUV | 196.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 175 | 0.48 | 0 | 0.26 | 0.07 | 146.84 | 0.77 | 0.71 |
| Hex | 7C | EE | AF | 30 | 0 | 1A | 7 | 93 | 4D | 47 |
| Octal | 174 | 356 | 257 | 60 | 0 | 32 | 7 | 223 | 115 | 107 |
| Binary | 1111100 | 11101110 | 10101111 | 110000 | 0 | 11010 | 111 | 10010011 | 1001101 | 1000111 |
Color Harmonies of #7CEEAF
Complementary color
Monochromatic Colors of #7CEEAF
Black with #7CEEAF
Text Example
Text Example
White with #7CEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEEAF; }
p { color: rgb(124,238,175); }
H1.HeaderClassName
{
color: #7CEEAF;
}
.AnyTagClassName
{
color: #7CEEAF;
}
</style>
background-color css
<style>
a { background-color: #7CEEAF; }
a { background-color: rgb(124,238,175); }
div.DivClassName
{
background-color: #7CEEAF;
}
.BgClassName
{
background-color: #7CEEAF;
}
</style>
border-color css
<style>
span { border-color: #7CEEAF; }
span { border-color: rgb(124,238,175); }
td.TdClassName
{
border-color: #7CEEAF;
}
.TagClassName
{
border-color: #7CEEAF;
}
</style>