#7DECEE

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

Shades of Electric Blue #7DECEE

Tints of Electric Blue #7DECEE

Color information

#7DECEE (or 0x7DECEE) is unknown color: approx Electric Blue. HEX triplet: 7D, EC and EE. RGB value is (125,236,238). Sum of RGB (Red+Green+Blue) = 125+236+238=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DECEE is #821311. Grayscale: #CACACA. Windows color (decimal): -8524562 or 15658109. OLE color: 15658109.

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

Color convert

RGB125236238-
CMYK0.470.0100.07
HSL181.06º76.87%71.18%-
HSV(B)181.06º47.48%93.33%-
XYZ53.8970.5291.66-
YUV203.04147.7372.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.87%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=20.87%
G=39.40%
B=39.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252362380.470.0100.07181.0676.8771.18
Hex7DECEE2F107b54d47
Octal17535435657107265115107
Binary11111011110110011101110101111101111011010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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