#7EEDEC

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

Shades of Electric Blue #7EEDEC

Tints of Electric Blue #7EEDEC

Color information

#7EEDEC (or 0x7EEDEC) is unknown color: approx Electric Blue. HEX triplet: 7E, ED and EC. RGB value is (126,237,236). Sum of RGB (Red+Green+Blue) = 126+237+236=599 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.04% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEDEC is #811213. Grayscale: #CBCBCB. Windows color (decimal): -8458772 or 15527294. OLE color: 15527294.

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

Color convert

RGB126237236-
CMYK0.4700.000.07
HSL179.46º75.51%71.18%-
HSV(B)179.46º46.84%92.94%-
XYZ54.0371.0690.23-
YUV203.7146.2372.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.04%
GREEN value IS 237 (92.97% from 255) = 39.57%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=21.04%
G=39.57%
B=39.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262372360.4700.000.07179.4675.5171.18
Hex7EEDEC2F007b34c47
Octal17635535457007263114107
Binary11111101110110111101100101111001111011001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,237,236); }

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

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

 a { background-color: rgb(126,237,236); }

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

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

 span { border-color: rgb(126,237,236); }

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