Shades of Electric Blue #7CF6EE
Tints of Electric Blue #7CF6EE
RGB
CMYK
RGB Variations
Color information
#7CF6EE (or 0x7CF6EE) is known color: Electric Blue. HEX triplet: 7C, F6 and EE. RGB value is (124,246,238). Sum of RGB (Red+Green+Blue) = 124+246+238=608 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.39% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF6EE is #830911. Grayscale: #D0D0D0. Windows color (decimal): -8587538 or 15660668. OLE color: 15660668.
HSL color Cylindrical-coordinate representation of color #7CF6EE: hue angle of 176.07º 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 #7CF6EE is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 238 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.04 |
| HSL | 176.07º | 0.87% | 0.73% | - |
| HSV(B) | 176.07º | 0.5% | 0.96% | - |
| XYZ | 56.7 | 76.37 | 92.64 | - |
| YUV | 208.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 238 | 0.50 | 0 | 0.03 | 0.04 | 176.07 | 0.87 | 0.73 |
| Hex | 7C | F6 | EE | 32 | 0 | 3 | 4 | B0 | 57 | 49 |
| Octal | 174 | 366 | 356 | 62 | 0 | 3 | 4 | 260 | 127 | 111 |
| Binary | 1111100 | 11110110 | 11101110 | 110010 | 0 | 11 | 100 | 10110000 | 1010111 | 1001001 |
Color Harmonies of #7CF6EE
Complementary color
Monochromatic Colors of #7CF6EE
Black with #7CF6EE
Text Example
Text Example
White with #7CF6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF6EE; }
p { color: rgb(124,246,238); }
H1.HeaderClassName
{
color: #7CF6EE;
}
.AnyTagClassName
{
color: #7CF6EE;
}
</style>
background-color css
<style>
a { background-color: #7CF6EE; }
a { background-color: rgb(124,246,238); }
div.DivClassName
{
background-color: #7CF6EE;
}
.BgClassName
{
background-color: #7CF6EE;
}
</style>
border-color css
<style>
span { border-color: #7CF6EE; }
span { border-color: rgb(124,246,238); }
td.TdClassName
{
border-color: #7CF6EE;
}
.TagClassName
{
border-color: #7CF6EE;
}
</style>