#7DF9EF

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

Shades of Electric Blue #7DF9EF

Tints of Electric Blue #7DF9EF

Color information

#7DF9EF (or 0x7DF9EF) is unknown color: approx Electric Blue. HEX triplet: 7D, F9 and EF. RGB value is (125,249,239). Sum of RGB (Red+Green+Blue) = 125+249+239=613 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.39% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF9EF is #820610. Grayscale: #D2D2D2. Windows color (decimal): -8521233 or 15726973. OLE color: 15726973.

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

Color convert

RGB125249239-
CMYK0.5000.040.02
HSL175.16º91.18%73.33%-
HSV(B)175.16º49.8%97.65%-
XYZ57.9178.3493.73-
YUV210.78143.9266.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.39%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=20.39%
G=40.62%
B=38.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252492390.5000.040.02175.1691.1873.33
Hex7DF9EF32042af5b49
Octal17537135762042257133111
Binary111110111111001111011111100100100101010111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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