Shades of Electric Blue #7CF6EF
Tints of Electric Blue #7CF6EF
RGB
CMYK
RGB Variations
Color information
#7CF6EF (or 0x7CF6EF) is known color: Electric Blue. HEX triplet: 7C, F6 and EF. RGB value is (124,246,239). Sum of RGB (Red+Green+Blue) = 124+246+239=609 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.36% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF6EF is #830910. Grayscale: #D0D0D0. Windows color (decimal): -8587537 or 15726204. OLE color: 15726204.
HSL color Cylindrical-coordinate representation of color #7CF6EF: hue angle of 176.56º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF6EF is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 239 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.04 |
| HSL | 176.56º | 0.87% | 0.73% | - |
| HSV(B) | 176.56º | 0.5% | 0.96% | - |
| XYZ | 56.85 | 76.43 | 93.42 | - |
| YUV | 208.72 | 145.08 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 239 | 0.50 | 0 | 0.03 | 0.04 | 176.56 | 0.87 | 0.73 |
| Hex | 7C | F6 | EF | 32 | 0 | 3 | 4 | B1 | 57 | 49 |
| Octal | 174 | 366 | 357 | 62 | 0 | 3 | 4 | 261 | 127 | 111 |
| Binary | 1111100 | 11110110 | 11101111 | 110010 | 0 | 11 | 100 | 10110001 | 1010111 | 1001001 |
Color Harmonies of #7CF6EF
Complementary color
Monochromatic Colors of #7CF6EF
Black with #7CF6EF
Text Example
Text Example
White with #7CF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF6EF; }
p { color: rgb(124,246,239); }
H1.HeaderClassName
{
color: #7CF6EF;
}
.AnyTagClassName
{
color: #7CF6EF;
}
</style>
background-color css
<style>
a { background-color: #7CF6EF; }
a { background-color: rgb(124,246,239); }
div.DivClassName
{
background-color: #7CF6EF;
}
.BgClassName
{
background-color: #7CF6EF;
}
</style>
border-color css
<style>
span { border-color: #7CF6EF; }
span { border-color: rgb(124,246,239); }
td.TdClassName
{
border-color: #7CF6EF;
}
.TagClassName
{
border-color: #7CF6EF;
}
</style>