#7EECEE

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

Shades of Electric Blue #7EECEE

Tints of Electric Blue #7EECEE

Color information

#7EECEE (or 0x7EECEE) is unknown color: approx Electric Blue. HEX triplet: 7E, EC and EE. RGB value is (126,236,238). Sum of RGB (Red+Green+Blue) = 126+236+238=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECEE is #811311. Grayscale: #CBCBCB. Windows color (decimal): -8459026 or 15658110. OLE color: 15658110.

HSL color Cylindrical-coordinate representation of color #7EECEE: hue angle of 181.07º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECEE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126236238-
CMYK0.470.0100.07
HSL181.07º76.71%71.37%-
HSV(B)181.07º47.06%93.33%-
XYZ54.0370.691.67-
YUV203.34147.5672.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21%
GREEN value IS 236 (92.58% from 255) = 39.33%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=21%
G=39.33%
B=39.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262362380.470.0100.07181.0776.7171.37
Hex7EECEE2F107b54d47
Octal17635435657107265115107
Binary11111101110110011101110101111101111011010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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