#7DEFEA

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

Shades of Electric Blue #7DEFEA

Tints of Electric Blue #7DEFEA

Color information

#7DEFEA (or 0x7DEFEA) is unknown color: approx Electric Blue. HEX triplet: 7D, EF and EA. RGB value is (125,239,234). Sum of RGB (Red+Green+Blue) = 125+239+234=598 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.90% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEFEA is #821015. Grayscale: #CCCCCC. Windows color (decimal): -8523798 or 15396733. OLE color: 15396733.

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

Color convert

RGB125239234-
CMYK0.4800.020.06
HSL177.37º78.08%71.37%-
HSV(B)177.37º47.7%93.73%-
XYZ54.1872.0388.89-
YUV204.34144.7371.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.90%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=20.90%
G=39.97%
B=39.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252392340.4800.020.06177.3778.0871.37
Hex7DEFEA30026b14e47
Octal17535735260026261116107
Binary111110111101111111010101100000101101011000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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