#7DF7EA

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

Shades of Electric Blue #7DF7EA

Tints of Electric Blue #7DF7EA

Color information

#7DF7EA (or 0x7DF7EA) is unknown color: approx Electric Blue. HEX triplet: 7D, F7 and EA. RGB value is (125,247,234). Sum of RGB (Red+Green+Blue) = 125+247+234=606 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.63% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF7EA is #820815. Grayscale: #D0D0D0. Windows color (decimal): -8521750 or 15398781. OLE color: 15398781.

HSL color Cylindrical-coordinate representation of color #7DF7EA: hue angle of 173.61º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7EA is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB125247234-
CMYK0.4900.050.03
HSL173.61º88.41%72.94%-
HSV(B)173.61º49.39%96.86%-
XYZ56.5776.8289.69-
YUV209.04142.0868.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.63%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=20.63%
G=40.76%
B=38.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252472340.4900.050.03173.6188.4172.94
Hex7DF7EA31053ae5849
Octal17536735261053256130111
Binary111110111110111111010101100010101111010111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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