#7CF0ED

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

Shades of Electric Blue #7CF0ED

Tints of Electric Blue #7CF0ED

Color information

#7CF0ED (or 0x7CF0ED) is unknown color: approx Electric Blue. HEX triplet: 7C, F0 and ED. RGB value is (124,240,237). Sum of RGB (Red+Green+Blue) = 124+240+237=601 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.63% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CF0ED is #830F12. Grayscale: #CCCCCC. Windows color (decimal): -8589075 or 15593596. OLE color: 15593596.

HSL color Cylindrical-coordinate representation of color #7CF0ED: hue angle of 178.45º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF0ED is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB124240237-
CMYK0.4800.010.06
HSL178.45º79.45%71.37%-
HSV(B)178.45º48.33%94.12%-
XYZ54.7672.7291.27-
YUV204.97146.0770.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.63%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=20.63%
G=39.93%
B=39.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242402370.4800.010.06178.4579.4571.37
Hex7CF0ED30016b24f47
Octal17436035560016262117107
Binary11111001111000011101101110000011101011001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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