#7DECE9

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

Shades of Electric Blue #7DECE9

Tints of Electric Blue #7DECE9

Color information

#7DECE9 (or 0x7DECE9) is unknown color: approx Electric Blue. HEX triplet: 7D, EC and E9. RGB value is (125,236,233). Sum of RGB (Red+Green+Blue) = 125+236+233=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DECE9 is #821316. Grayscale: #CACACA. Windows color (decimal): -8524567 or 15330429. OLE color: 15330429.

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

Color convert

RGB125236233-
CMYK0.4700.010.07
HSL178.38º74.5%70.78%-
HSV(B)178.38º47.03%92.55%-
XYZ53.1670.2387.85-
YUV202.47145.2372.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.04%
GREEN value IS 236 (92.58% from 255) = 39.73%
BLUE value IS 233 (91.41% from 255) = 39.23%
R=21.04%
G=39.73%
B=39.23%

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
Decimal1252362330.4700.010.07178.3874.570.78
Hex7DECE92F017b24a47
Octal17535435157017262112107
Binary11111011110110011101001101111011111011001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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