#7EEFE8

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

Shades of Electric Blue #7EEFE8

Tints of Electric Blue #7EEFE8

Color information

#7EEFE8 (or 0x7EEFE8) is unknown color: approx Electric Blue. HEX triplet: 7E, EF and E8. RGB value is (126,239,232). Sum of RGB (Red+Green+Blue) = 126+239+232=597 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.11% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEFE8 is #811017. Grayscale: #CCCCCC. Windows color (decimal): -8458264 or 15265662. OLE color: 15265662.

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

Color convert

RGB126239232-
CMYK0.4700.030.06
HSL176.28º77.93%71.57%-
HSV(B)176.28º47.28%93.73%-
XYZ54.0471.9987.39-
YUV204.42143.5672.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.11%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 232 (91.02% from 255) = 38.86%
R=21.11%
G=40.03%
B=38.86%

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
Decimal1262392320.4700.030.06176.2877.9371.57
Hex7EEFE82F036b04e48
Octal17635735057036260116110
Binary111111011101111111010001011110111101011000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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