#7EEDEE

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

Shades of Electric Blue #7EEDEE

Tints of Electric Blue #7EEDEE

Color information

#7EEDEE (or 0x7EEDEE) is unknown color: approx Electric Blue. HEX triplet: 7E, ED and EE. RGB value is (126,237,238). Sum of RGB (Red+Green+Blue) = 126+237+238=601 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.97% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEDEE is #811211. Grayscale: #CBCBCB. Windows color (decimal): -8458770 or 15658366. OLE color: 15658366.

HSL color Cylindrical-coordinate representation of color #7EEDEE: hue angle of 180.54º 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 #7EEDEE is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126237238-
CMYK0.470.0000.07
HSL180.54º76.71%71.37%-
HSV(B)180.54º47.06%93.33%-
XYZ54.3271.1891.76-
YUV203.92147.2372.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.97%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=20.97%
G=39.43%
B=39.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262372380.470.0000.07180.5476.7171.37
Hex7EEDEE2F007b54d47
Octal17635535657007265115107
Binary11111101110110111101110101111001111011010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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