#7DEDE9

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

Shades of Electric Blue #7DEDE9

Tints of Electric Blue #7DEDE9

Color information

#7DEDE9 (or 0x7DEDE9) is unknown color: approx Electric Blue. HEX triplet: 7D, ED and E9. RGB value is (125,237,233). Sum of RGB (Red+Green+Blue) = 125+237+233=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDE9 is #821216. Grayscale: #CACACA. Windows color (decimal): -8524311 or 15330685. OLE color: 15330685.

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

Color convert

RGB125237233-
CMYK0.4700.020.07
HSL177.86º75.68%70.98%-
HSV(B)177.86º47.26%92.94%-
XYZ53.4570.8187.94-
YUV203.06144.8972.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.01%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=21.01%
G=39.83%
B=39.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252372330.4700.020.07177.8675.6870.98
Hex7DEDE92F027b24c47
Octal17535535157027262114107
Binary111110111101101111010011011110101111011001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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