#7DEDE6

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

Shades of Electric Blue #7DEDE6

Tints of Electric Blue #7DEDE6

Color information

#7DEDE6 (or 0x7DEDE6) is unknown color: approx Electric Blue. HEX triplet: 7D, ED and E6. RGB value is (125,237,230). Sum of RGB (Red+Green+Blue) = 125+237+230=592 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.11% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDE6 is #821219. Grayscale: #CACACA. Windows color (decimal): -8524314 or 15134077. OLE color: 15134077.

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

Color convert

RGB125237230-
CMYK0.4700.030.07
HSL176.25º75.68%70.98%-
HSV(B)176.25º47.26%92.94%-
XYZ53.0270.6485.7-
YUV202.71143.3972.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.11%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=21.11%
G=40.03%
B=38.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252372300.4700.030.07176.2575.6870.98
Hex7DEDE62F037b04c47
Octal17535534657037260114107
Binary111110111101101111001101011110111111011000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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