#7CEAED

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

Shades of Electric Blue #7CEAED

Tints of Electric Blue #7CEAED

Color information

#7CEAED (or 0x7CEAED) is unknown color: approx Electric Blue. HEX triplet: 7C, EA and ED. RGB value is (124,234,237). Sum of RGB (Red+Green+Blue) = 124+234+237=595 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.84% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #7CEAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CEAED is #831512. Grayscale: #C9C9C9. Windows color (decimal): -8590611 or 15592060. OLE color: 15592060.

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

Color convert

RGB124234237-
CMYK0.480.0100.07
HSL181.59º75.84%70.78%-
HSV(B)181.59º47.68%92.94%-
XYZ53.0269.2590.69-
YUV201.45148.0672.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.84%
GREEN value IS 234 (91.80% from 255) = 39.33%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=20.84%
G=39.33%
B=39.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242342370.480.0100.07181.5975.8470.78
Hex7CEAED30107b64c47
Octal17435235560107266114107
Binary11111001110101011101101110000101111011011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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