#7EEFE9

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

Shades of Electric Blue #7EEFE9

Tints of Electric Blue #7EEFE9

Color information

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

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

Color convert

RGB126239233-
CMYK0.4700.030.06
HSL176.81º77.93%71.57%-
HSV(B)176.81º47.28%93.73%-
XYZ54.1872.0588.14-
YUV204.53144.0671.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262392330.4700.030.06176.8177.9371.57
Hex7EEFE92F036b14e48
Octal17635735157036261116110
Binary111111011101111111010011011110111101011000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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