#7EE2F9

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

Shades of Electric Blue #7EE2F9

Tints of Electric Blue #7EE2F9

Color information

#7EE2F9 (or 0x7EE2F9) is unknown color: approx Electric Blue. HEX triplet: 7E, E2 and F9. RGB value is (126,226,249). Sum of RGB (Red+Green+Blue) = 126+226+249=601 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.97% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #7EE2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE2F9 is #811D06. Grayscale: #C6C6C6. Windows color (decimal): -8461575 or 16376446. OLE color: 16376446.

HSL color Cylindrical-coordinate representation of color #7EE2F9: hue angle of 191.22º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EE2F9 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB126226249-
CMYK0.490.0900.02
HSL191.22º91.11%73.53%-
HSV(B)191.22º49.4%97.65%-
XYZ52.965.6799.51-
YUV198.72156.3776.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.97%
GREEN value IS 226 (88.67% from 255) = 37.60%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=20.97%
G=37.60%
B=41.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262262490.490.0900.02191.2291.1173.53
Hex7EE2F931902bf5b4a
Octal176342371611102277133112
Binary1111110111000101111100111000110010101011111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,226,249); }

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

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

 a { background-color: rgb(126,226,249); }

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

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

 span { border-color: rgb(126,226,249); }

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