#7CF7EA

Color #7CF7EA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7CF7EA

Tints of Electric Blue #7CF7EA

Color information

#7CF7EA (or 0x7CF7EA) is unknown color: approx 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

RGB124247234-
CMYK0.5000.050.03
HSL173.66º88.49%72.75%-
HSV(B)173.66º49.8%96.86%-
XYZ56.4276.7589.68-
YUV208.74142.2567.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 20.50%
GREEN value IS 247 (96.88% from 255) = 40.83%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=20.50%
G=40.83%
B=38.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1242472340.5000.050.03173.6688.4972.75
Hex7CF7EA32053ae5849
Octal17436735262053256130111
Binary111110011110111111010101100100101111010111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>