#7DF4EF

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

Shades of Electric Blue #7DF4EF

Tints of Electric Blue #7DF4EF

Color information

#7DF4EF (or 0x7DF4EF) is unknown color: approx Electric Blue. HEX triplet: 7D, F4 and EF. RGB value is (125,244,239). Sum of RGB (Red+Green+Blue) = 125+244+239=608 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.56% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF4EF is #820B10. Grayscale: #CFCFCF. Windows color (decimal): -8522513 or 15725693. OLE color: 15725693.

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

Color convert

RGB125244239-
CMYK0.4900.020.04
HSL177.48º84.4%72.35%-
HSV(B)177.48º48.77%95.69%-
XYZ56.3975.2993.22-
YUV207.85145.5868.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.56%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=20.56%
G=40.13%
B=39.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1252442390.4900.020.04177.4884.472.35
Hex7DF4EF31024b15448
Octal17536435761024261124110
Binary111110111110100111011111100010101001011000110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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