#7EEEF3

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

Shades of Electric Blue #7EEEF3

Tints of Electric Blue #7EEEF3

Color information

#7EEEF3 (or 0x7EEEF3) is unknown color: approx Electric Blue. HEX triplet: 7E, EE and F3. RGB value is (126,238,243). Sum of RGB (Red+Green+Blue) = 126+238+243=607 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.76% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #7EEEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEEF3 is #81110C. Grayscale: #CCCCCC. Windows color (decimal): -8458509 or 15986302. OLE color: 15986302.

HSL color Cylindrical-coordinate representation of color #7EEEF3: hue angle of 182.56º degrees, saturation: 0.83, 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 #7EEEF3 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126238243-
CMYK0.480.0200.05
HSL182.56º82.98%72.35%-
HSV(B)182.56º48.15%95.29%-
XYZ55.3672.0695.78-
YUV205.08149.3971.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.76%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=20.76%
G=39.21%
B=40.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262382430.480.0200.05182.5682.9872.35
Hex7EEEF330205b75348
Octal17635636360205267123110
Binary111111011101110111100111100001001011011011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,238,243); }

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

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

 a { background-color: rgb(126,238,243); }

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

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

 span { border-color: rgb(126,238,243); }

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