#7DEFE9

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

Shades of Electric Blue #7DEFE9

Tints of Electric Blue #7DEFE9

Color information

#7DEFE9 (or 0x7DEFE9) is unknown color: approx Electric Blue. HEX triplet: 7D, EF and E9. RGB value is (125,239,233). Sum of RGB (Red+Green+Blue) = 125+239+233=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEFE9 is #821016. Grayscale: #CCCCCC. Windows color (decimal): -8523799 or 15331197. OLE color: 15331197.

HSL color Cylindrical-coordinate representation of color #7DEFE9: hue angle of 176.84º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFE9 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB125239233-
CMYK0.4800.030.06
HSL176.84º78.08%71.37%-
HSV(B)176.84º47.7%93.73%-
XYZ54.0371.9888.14-
YUV204.23144.2371.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.94%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=20.94%
G=40.03%
B=39.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252392330.4800.030.06176.8478.0871.37
Hex7DEFE930036b14e47
Octal17535735160036261116107
Binary111110111101111111010011100000111101011000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,233); }

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

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

 a { background-color: rgb(125,239,233); }

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

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

 span { border-color: rgb(125,239,233); }

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