#7DFCED

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

Shades of Electric Blue #7DFCED

Tints of Electric Blue #7DFCED

Color information

#7DFCED (or 0x7DFCED) is unknown color: approx Electric Blue. HEX triplet: 7D, FC and ED. RGB value is (125,252,237). Sum of RGB (Red+Green+Blue) = 125+252+237=614 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.36% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFCED is #820312. Grayscale: #D4D4D4. Windows color (decimal): -8520467 or 15596669. OLE color: 15596669.

HSL color Cylindrical-coordinate representation of color #7DFCED: hue angle of 172.91º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCED is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB125252237-
CMYK0.5000.060.01
HSL172.91º95.49%73.92%-
HSV(B)172.91º50.4%98.82%-
XYZ58.5580.192.49-
YUV212.32141.9265.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.36%
GREEN value IS 252 (98.83% from 255) = 41.04%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=20.36%
G=41.04%
B=38.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252522370.5000.060.01172.9195.4973.92
Hex7DFCED32061ad5f4a
Octal17537435562061255137112
Binary11111011111110011101101110010011011010110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,252,237); }

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

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

 a { background-color: rgb(125,252,237); }

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

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

 span { border-color: rgb(125,252,237); }

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