#7DECEB

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

Shades of Electric Blue #7DECEB

Tints of Electric Blue #7DECEB

Color information

#7DECEB (or 0x7DECEB) is unknown color: approx Electric Blue. HEX triplet: 7D, EC and EB. RGB value is (125,236,235). Sum of RGB (Red+Green+Blue) = 125+236+235=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DECEB is #821314. Grayscale: #CACACA. Windows color (decimal): -8524565 or 15461501. OLE color: 15461501.

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

Color convert

RGB125236235-
CMYK0.4700.000.07
HSL179.46º74.5%70.78%-
HSV(B)179.46º47.03%92.55%-
XYZ53.4570.3589.36-
YUV202.7146.2372.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.97%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=20.97%
G=39.60%
B=39.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252362350.4700.000.07179.4674.570.78
Hex7DECEB2F007b34a47
Octal17535435357007263112107
Binary11111011110110011101011101111001111011001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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