#7DEDEE

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

Shades of Electric Blue #7DEDEE

Tints of Electric Blue #7DEDEE

Color information

#7DEDEE (or 0x7DEDEE) is unknown color: approx Electric Blue. HEX triplet: 7D, ED and EE. RGB value is (125,237,238). Sum of RGB (Red+Green+Blue) = 125+237+238=600 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DEDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDEE is #821211. Grayscale: #CBCBCB. Windows color (decimal): -8524306 or 15658365. OLE color: 15658365.

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

Color convert

RGB125237238-
CMYK0.470.0000.07
HSL180.53º76.87%71.18%-
HSV(B)180.53º47.48%93.33%-
XYZ54.1771.191.76-
YUV203.63147.3971.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.83%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=20.83%
G=39.5%
B=39.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252372380.470.0000.07180.5376.8771.18
Hex7DEDEE2F007b54d47
Octal17535535657007265115107
Binary11111011110110111101110101111001111011010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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