#7DEDEB

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

Shades of Electric Blue #7DEDEB

Tints of Electric Blue #7DEDEB

Color information

#7DEDEB (or 0x7DEDEB) is unknown color: approx Electric Blue. HEX triplet: 7D, ED and EB. RGB value is (125,237,235). Sum of RGB (Red+Green+Blue) = 125+237+235=597 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.94% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDEB is #821214. Grayscale: #CBCBCB. Windows color (decimal): -8524309 or 15461757. OLE color: 15461757.

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

Color convert

RGB125237235-
CMYK0.4700.010.07
HSL178.93º75.68%70.98%-
HSV(B)178.93º47.26%92.94%-
XYZ53.7470.9389.46-
YUV203.28145.8972.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.94%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=20.94%
G=39.70%
B=39.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252372350.4700.010.07178.9375.6870.98
Hex7DEDEB2F017b34c47
Octal17535535357017263114107
Binary11111011110110111101011101111011111011001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,237,235); }

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

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

 a { background-color: rgb(125,237,235); }

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

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

 span { border-color: rgb(125,237,235); }

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