#7EEFEA

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

Shades of Electric Blue #7EEFEA

Tints of Electric Blue #7EEFEA

Color information

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

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

Color convert

RGB126239234-
CMYK0.4700.020.06
HSL177.35º77.93%71.57%-
HSV(B)177.35º47.28%93.73%-
XYZ54.3272.1188.9-
YUV204.64144.5671.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262392340.4700.020.06177.3577.9371.57
Hex7EEFEA2F026b14e48
Octal17635735257026261116110
Binary111111011101111111010101011110101101011000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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