Shades of Electric Blue #7CF7EA
Tints of Electric Blue #7CF7EA
RGB
CMYK
RGB Variations
Color information
#7CF7EA (or 0x7CF7EA) is known color: Electric Blue. HEX triplet: 7C, F7 and EA. RGB value is (124,247,234). Sum of RGB (Red+Green+Blue) = 124+247+234=605 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.50% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #7CF7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF7EA is #830815. Grayscale: #D0D0D0. Windows color (decimal): -8587286 or 15398780. OLE color: 15398780.
HSL color Cylindrical-coordinate representation of color #7CF7EA: hue angle of 173.66º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF7EA is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 124 | 247 | 234 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.03 |
| HSL | 173.66º | 0.88% | 0.73% | - |
| HSV(B) | 173.66º | 0.5% | 0.97% | - |
| XYZ | 56.42 | 76.75 | 89.68 | - |
| YUV | 208.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 247 | 234 | 0.50 | 0 | 0.05 | 0.03 | 173.66 | 0.88 | 0.73 |
| Hex | 7C | F7 | EA | 32 | 0 | 5 | 3 | AE | 58 | 49 |
| Octal | 174 | 367 | 352 | 62 | 0 | 5 | 3 | 256 | 130 | 111 |
| Binary | 1111100 | 11110111 | 11101010 | 110010 | 0 | 101 | 11 | 10101110 | 1011000 | 1001001 |
Color Harmonies of #7CF7EA
Complementary color
Monochromatic Colors of #7CF7EA
Black with #7CF7EA
Text Example
Text Example
White with #7CF7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF7EA; }
p { color: rgb(124,247,234); }
H1.HeaderClassName
{
color: #7CF7EA;
}
.AnyTagClassName
{
color: #7CF7EA;
}
</style>
background-color css
<style>
a { background-color: #7CF7EA; }
a { background-color: rgb(124,247,234); }
div.DivClassName
{
background-color: #7CF7EA;
}
.BgClassName
{
background-color: #7CF7EA;
}
</style>
border-color css
<style>
span { border-color: #7CF7EA; }
span { border-color: rgb(124,247,234); }
td.TdClassName
{
border-color: #7CF7EA;
}
.TagClassName
{
border-color: #7CF7EA;
}
</style>