#7EE7F2

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

Shades of Electric Blue #7EE7F2

Tints of Electric Blue #7EE7F2

Color information

#7EE7F2 (or 0x7EE7F2) is unknown color: approx Electric Blue. HEX triplet: 7E, E7 and F2. RGB value is (126,231,242). Sum of RGB (Red+Green+Blue) = 126+231+242=599 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.04% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #7EE7F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE7F2 is #81180D. Grayscale: #C8C8C8. Windows color (decimal): -8460302 or 15918974. OLE color: 15918974.

HSL color Cylindrical-coordinate representation of color #7EE7F2: hue angle of 185.69º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EE7F2 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126231242-
CMYK0.480.0500.05
HSL185.69º81.69%72.16%-
HSV(B)185.69º47.93%94.9%-
XYZ53.216894.33-
YUV200.86151.2174.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.04%
GREEN value IS 231 (90.62% from 255) = 38.56%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=21.04%
G=38.56%
B=40.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262312420.480.0500.05185.6981.6972.16
Hex7EE7F230505ba5248
Octal17634736260505272122110
Binary1111110111001111111001011000010101011011101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,231,242); }

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

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

 a { background-color: rgb(126,231,242); }

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

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

 span { border-color: rgb(126,231,242); }

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