#7DFEF0

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

Shades of Electric Blue #7DFEF0

Tints of Electric Blue #7DFEF0

Color information

#7DFEF0 (or 0x7DFEF0) is unknown color: approx Electric Blue. HEX triplet: 7D, FE and F0. RGB value is (125,254,240). Sum of RGB (Red+Green+Blue) = 125+254+240=619 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.19% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEF0 is #82010F. Grayscale: #D5D5D5. Windows color (decimal): -8519952 or 15793789. OLE color: 15793789.

HSL color Cylindrical-coordinate representation of color #7DFEF0: hue angle of 173.49º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEF0 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB125254240-
CMYK0.5100.060.00
HSL173.49º98.47%74.31%-
HSV(B)173.49º50.79%99.61%-
XYZ59.6381.5395.03-
YUV213.83142.7664.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.19%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=20.19%
G=41.03%
B=38.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252542400.5100.060.00173.4998.4774.31
Hex7DFEF033060ad624a
Octal17537636063060255142112
Binary11111011111111011110000110011011001010110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,254,240); }

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

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

 a { background-color: rgb(125,254,240); }

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

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

 span { border-color: rgb(125,254,240); }

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