#7EFCEC

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

Shades of Electric Blue #7EFCEC

Tints of Electric Blue #7EFCEC

Color information

#7EFCEC (or 0x7EFCEC) is unknown color: approx Electric Blue. HEX triplet: 7E, FC and EC. RGB value is (126,252,236). Sum of RGB (Red+Green+Blue) = 126+252+236=614 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.52% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFCEC is #810313. Grayscale: #D4D4D4. Windows color (decimal): -8454932 or 15531134. OLE color: 15531134.

HSL color Cylindrical-coordinate representation of color #7EFCEC: hue angle of 172.38º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFCEC is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB126252236-
CMYK0.500.060.01
HSL172.38º95.45%74.12%-
HSV(B)172.38º50%98.82%-
XYZ58.5580.1191.73-
YUV212.5141.2666.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.52%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=20.52%
G=41.04%
B=38.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262522360.500.060.01172.3895.4574.12
Hex7EFCEC32061ac5f4a
Octal17637435462061254137112
Binary11111101111110011101100110010011011010110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,252,236); }

 H1.HeaderClassName
 {
   color: #7EFCEC;
 }
 .AnyTagClassName
 {
   color: #7EFCEC;
 }
</style>
background-color css

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

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

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

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

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

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