Shades of Electric Blue #7CF4ED
Tints of Electric Blue #7CF4ED
RGB
CMYK
RGB Variations
Color information
#7CF4ED (or 0x7CF4ED) is known color: Electric Blue. HEX triplet: 7C, F4 and ED. RGB value is (124,244,237). Sum of RGB (Red+Green+Blue) = 124+244+237=605 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.50% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF4ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF4ED is #830B12. Grayscale: #CFCFCF. Windows color (decimal): -8588051 or 15594620. OLE color: 15594620.
HSL color Cylindrical-coordinate representation of color #7CF4ED: hue angle of 176.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF4ED is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 244 | 237 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.04 |
| HSL | 176.5º | 0.85% | 0.72% | - |
| HSV(B) | 176.5º | 0.49% | 0.96% | - |
| XYZ | 55.95 | 75.1 | 91.67 | - |
| YUV | 207.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 244 | 237 | 0.49 | 0 | 0.03 | 0.04 | 176.5 | 0.85 | 0.72 |
| Hex | 7C | F4 | ED | 31 | 0 | 3 | 4 | B0 | 55 | 48 |
| Octal | 174 | 364 | 355 | 61 | 0 | 3 | 4 | 260 | 125 | 110 |
| Binary | 1111100 | 11110100 | 11101101 | 110001 | 0 | 11 | 100 | 10110000 | 1010101 | 1001000 |
Color Harmonies of #7CF4ED
Complementary color
Monochromatic Colors of #7CF4ED
Black with #7CF4ED
Text Example
Text Example
White with #7CF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF4ED; }
p { color: rgb(124,244,237); }
H1.HeaderClassName
{
color: #7CF4ED;
}
.AnyTagClassName
{
color: #7CF4ED;
}
</style>
background-color css
<style>
a { background-color: #7CF4ED; }
a { background-color: rgb(124,244,237); }
div.DivClassName
{
background-color: #7CF4ED;
}
.BgClassName
{
background-color: #7CF4ED;
}
</style>
border-color css
<style>
span { border-color: #7CF4ED; }
span { border-color: rgb(124,244,237); }
td.TdClassName
{
border-color: #7CF4ED;
}
.TagClassName
{
border-color: #7CF4ED;
}
</style>