Html Css Color HEX #7CF6EA Electric Blue

📋 copy color: '#7CF6EA'

red 124 ◦ green 246 ◦ blue 234

#7CF6EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7CF6EA

Tints of Electric Blue #7CF6EA

RGB

 RED value IS 124 (48.83% from 255) = 20.53%

 GREEN value IS 246 (96.48% from 255) = 40.73%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 20.53%
G = 40.73%
B = 38.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#7CF6EA (or 0x7CF6EA) is known color: Electric Blue. HEX triplet: 7C, F6 and EA. RGB value is (124,246,234). Sum of RGB (Red+Green+Blue) = 124+246+234=604 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.53% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF6EA is #830915. Grayscale: #D0D0D0. Windows color (decimal): -8587542 or 15398524. OLE color: 15398524.

HSL color Cylindrical-coordinate representation of color #7CF6EA: hue angle of 174.1º 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 #7CF6EA is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 246 234 -
CMYK 0.50 0 0.05 0.04
HSL 174.1º 0.87% 0.73% -
HSV(B) 174.1º 0.5% 0.96% -
XYZ 56.12 76.14 89.58 -
YUV 208.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 124 246 234 0.50 0 0.05 0.04 174.1 0.87 0.73
Hex 7C F6 EA 32 0 5 4 AE 57 49
Octal 174 366 352 62 0 5 4 256 127 111
Binary 1111100 11110110 11101010 110010 0 101 100 10101110 1010111 1001001

Color Harmonies of #7CF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF6EA

Black with #7CF6EA

Text Example


Text Example

White with #7CF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CF6EA; }

 p { color: rgb(124,246,234); }

 H1.HeaderClassName
 {
   color: #7CF6EA;
 }
 .AnyTagClassName
 {
   color: #7CF6EA;
 }
</style>

background-color css

<style>
 a { background-color: #7CF6EA; }

 a { background-color: rgb(124,246,234); }

 div.DivClassName
 {
   background-color: #7CF6EA;
 }
 .BgClassName
 {
   background-color: #7CF6EA;
 }
</style>

border-color css

<style>
 span { border-color: #7CF6EA; }

 span { border-color: rgb(124,246,234); }

 td.TdClassName
 {
   border-color: #7CF6EA;
 }
 .TagClassName
 {
   border-color: #7CF6EA;
 }
</style>