#7EE9EF

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

Shades of Electric Blue #7EE9EF

Tints of Electric Blue #7EE9EF

Color information

#7EE9EF (or 0x7EE9EF) is unknown color: approx Electric Blue. HEX triplet: 7E, E9 and EF. RGB value is (126,233,239). Sum of RGB (Red+Green+Blue) = 126+233+239=598 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.07% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EE9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE9EF is #811610. Grayscale: #C9C9C9. Windows color (decimal): -8459793 or 15722878. OLE color: 15722878.

HSL color Cylindrical-coordinate representation of color #7EE9EF: hue angle of 183.19º 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 #7EE9EF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126233239-
CMYK0.470.0300.06
HSL183.19º77.93%71.57%-
HSV(B)183.19º47.28%93.73%-
XYZ53.3268.9592.16-
YUV201.69149.0574.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.07%
GREEN value IS 233 (91.41% from 255) = 38.96%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=21.07%
G=38.96%
B=39.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262332390.470.0300.06183.1977.9371.57
Hex7EE9EF2F306b74e48
Octal17635135757306267116110
Binary111111011101001111011111011111101101011011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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