Html Css Color HEX #7EF4F4 Electric Blue

📋 copy color: '#7EF4F4'

red 126 ◦ green 244 ◦ blue 244

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

Shades of Electric Blue #7EF4F4

Tints of Electric Blue #7EF4F4

RGB

 RED value IS 126 (49.61% from 255) = 20.52%

 GREEN value IS 244 (95.7% from 255) = 39.74%

 BLUE value IS 244 (95.7% from 255) = 39.74%

R = 20.52%
G = 39.74%
B = 39.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7EF4F4 (or 0x7EF4F4) is known color: Electric Blue. HEX triplet: 7E, F4 and F4. RGB value is (126,244,244). Sum of RGB (Red+Green+Blue) = 126+244+244=614 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.52% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: green, blue. Hex color #7EF4F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF4F4 is #810B0B. Grayscale: #D0D0D0. Windows color (decimal): -8456972 or 16053374. OLE color: 16053374.

HSL color Cylindrical-coordinate representation of color #7EF4F4: hue angle of 180º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF4F4 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 126 244 244 -
CMYK 0.48 0 0 0.04
HSL 180º 0.84% 0.73% -
HSV(B) 180º 0.48% 0.96% -
XYZ 57.28 75.67 97.17 -
YUV 208.72 147.91 69 -
System Red Green Blue C M Y K H S L
Decimal 126 244 244 0.48 0 0 0.04 180 0.84 0.73
Hex 7E F4 F4 30 0 0 4 B4 54 49
Octal 176 364 364 60 0 0 4 264 124 111
Binary 1111110 11110100 11110100 110000 0 0 100 10110100 1010100 1001001

Color Harmonies of #7EF4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF4F4

Black with #7EF4F4

Text Example


Text Example

White with #7EF4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,244,244); }

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

background-color css

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

 a { background-color: rgb(126,244,244); }

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

border-color css

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

 span { border-color: rgb(126,244,244); }

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