#7CF9ED

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

Shades of Electric Blue #7CF9ED

Tints of Electric Blue #7CF9ED

Color information

#7CF9ED (or 0x7CF9ED) is unknown color: approx Electric Blue. HEX triplet: 7C, F9 and ED. RGB value is (124,249,237). Sum of RGB (Red+Green+Blue) = 124+249+237=610 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.33% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #7CF9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF9ED is #830612. Grayscale: #D2D2D2. Windows color (decimal): -8586771 or 15595900. OLE color: 15595900.

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

Color convert

RGB124249237-
CMYK0.5000.050.02
HSL174.24º91.24%73.14%-
HSV(B)174.24º50.2%97.65%-
XYZ57.4778.1592.18-
YUV210.26143.0966.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.33%
GREEN value IS 249 (97.66% from 255) = 40.82%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=20.33%
G=40.82%
B=38.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1242492370.5000.050.02174.2491.2473.14
Hex7CF9ED32052ae5b49
Octal17437135562052256133111
Binary111110011111001111011011100100101101010111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,249,237); }

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

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

 a { background-color: rgb(124,249,237); }

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

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

 span { border-color: rgb(124,249,237); }

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