#7DF9EA

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

Shades of Electric Blue #7DF9EA

Tints of Electric Blue #7DF9EA

Color information

#7DF9EA (or 0x7DF9EA) is unknown color: approx Electric Blue. HEX triplet: 7D, F9 and EA. RGB value is (125,249,234). Sum of RGB (Red+Green+Blue) = 125+249+234=608 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.56% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF9EA is #820615. Grayscale: #D2D2D2. Windows color (decimal): -8521238 or 15399293. OLE color: 15399293.

HSL color Cylindrical-coordinate representation of color #7DF9EA: hue angle of 172.74º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9EA is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB125249234-
CMYK0.5000.060.02
HSL172.74º91.18%73.33%-
HSV(B)172.74º49.8%97.65%-
XYZ57.1878.0589.89-
YUV210.21141.4267.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.56%
GREEN value IS 249 (97.66% from 255) = 40.95%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=20.56%
G=40.95%
B=38.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252492340.5000.060.02172.7491.1873.33
Hex7DF9EA32062ad5b49
Octal17537135262062255133111
Binary111110111111001111010101100100110101010110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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