#7ce4fc

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

Shades of Electric Blue #7CE4FC

Tints of Electric Blue #7CE4FC

Color information

#7CE4FC (or 0x7CE4FC) is unknown color: approx Electric Blue. HEX triplet: 7C, E4 and FC. RGB value is (124,228,252). Sum of RGB (Red+Green+Blue) = 124+228+252=604 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.53% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #7CE4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE4FC is #831B03. Grayscale: #C7C7C7. Windows color (decimal): -8592132 or 16573564. OLE color: 16573564.

HSL color Cylindrical-coordinate representation of color #7CE4FC: hue angle of 191.25º 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 #7CE4FC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB124228252-
CMYK0.510.1000.01
HSL191.25º95.52%73.73%-
HSV(B)191.25º50.79%98.82%-
XYZ53.6366.8102.16-
YUV199.64157.5474.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.53%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=20.53%
G=37.75%
B=41.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1242282520.510.1000.01191.2595.5273.73
Hex7CE4FC33A01bf604a
Octal174344374631201277140112
Binary111110011100100111111001100111010011011111111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ce4fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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