#7DFCEC

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

Shades of Electric Blue #7DFCEC

Tints of Electric Blue #7DFCEC

Color information

#7DFCEC (or 0x7DFCEC) is unknown color: approx Electric Blue. HEX triplet: 7D, FC and EC. RGB value is (125,252,236). Sum of RGB (Red+Green+Blue) = 125+252+236=613 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.39% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFCEC is #820313. Grayscale: #D4D4D4. Windows color (decimal): -8520468 or 15531133. OLE color: 15531133.

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

Color convert

RGB125252236-
CMYK0.5000.060.01
HSL172.44º95.49%73.92%-
HSV(B)172.44º50.4%98.82%-
XYZ58.4180.0491.73-
YUV212.2141.4265.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.39%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=20.39%
G=41.11%
B=38.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252522360.5000.060.01172.4495.4973.92
Hex7DFCEC32061ac5f4a
Octal17537435462061254137112
Binary11111011111110011101100110010011011010110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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