#7CFCED

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

Shades of Electric Blue #7CFCED

Tints of Electric Blue #7CFCED

Color information

#7CFCED (or 0x7CFCED) is unknown color: approx Electric Blue. HEX triplet: 7C, FC and ED. RGB value is (124,252,237). Sum of RGB (Red+Green+Blue) = 124+252+237=613 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.23% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFCED is #830312. Grayscale: #D3D3D3. Windows color (decimal): -8586003 or 15596668. OLE color: 15596668.

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

Color convert

RGB124252237-
CMYK0.5100.060.01
HSL172.97º95.52%73.73%-
HSV(B)172.97º50.79%98.82%-
XYZ58.4180.0292.49-
YUV212.02142.0965.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.23%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=20.23%
G=41.11%
B=38.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242522370.5100.060.01172.9795.5273.73
Hex7CFCED33061ad604a
Octal17437435563061255140112
Binary11111001111110011101101110011011011010110111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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