#7EEAEF

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

Shades of Electric Blue #7EEAEF

Tints of Electric Blue #7EEAEF

Color information

#7EEAEF (or 0x7EEAEF) is unknown color: approx Electric Blue. HEX triplet: 7E, EA and EF. RGB value is (126,234,239). Sum of RGB (Red+Green+Blue) = 126+234+239=599 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.04% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EEAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEAEF is #811510. Grayscale: #CACACA. Windows color (decimal): -8459537 or 15723134. OLE color: 15723134.

HSL color Cylindrical-coordinate representation of color #7EEAEF: hue angle of 182.65º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEAEF is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126234239-
CMYK0.470.0200.06
HSL182.65º77.93%71.57%-
HSV(B)182.65º47.28%93.73%-
XYZ53.6169.5192.25-
YUV202.28148.7273.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.04%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=21.04%
G=39.07%
B=39.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262342390.470.0200.06182.6577.9371.57
Hex7EEAEF2F206b74e48
Octal17635235757206267116110
Binary111111011101010111011111011111001101011011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,234,239); }

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

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

 a { background-color: rgb(126,234,239); }

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

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

 span { border-color: rgb(126,234,239); }

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