#7EECF5

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

Shades of Electric Blue #7EECF5

Tints of Electric Blue #7EECF5

Color information

#7EECF5 (or 0x7EECF5) is unknown color: approx Electric Blue. HEX triplet: 7E, EC and F5. RGB value is (126,236,245). Sum of RGB (Red+Green+Blue) = 126+236+245=607 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.76% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #7EECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECF5 is #81130A. Grayscale: #CBCBCB. Windows color (decimal): -8459019 or 16116862. OLE color: 16116862.

HSL color Cylindrical-coordinate representation of color #7EECF5: hue angle of 184.54º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EECF5 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB126236245-
CMYK0.490.0400.04
HSL184.54º85.61%72.75%-
HSV(B)184.54º48.57%96.08%-
XYZ55.0871.0297.19-
YUV204.14151.0672.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.76%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=20.76%
G=38.88%
B=40.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1262362450.490.0400.04184.5485.6172.75
Hex7EECF531404b95649
Octal17635436561404271126111
Binary1111110111011001111010111000110001001011100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,236,245); }

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

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

 a { background-color: rgb(126,236,245); }

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

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

 span { border-color: rgb(126,236,245); }

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