#7DE3FD

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

Shades of Electric Blue #7DE3FD

Tints of Electric Blue #7DE3FD

Color information

#7DE3FD (or 0x7DE3FD) is unknown color: approx Electric Blue. HEX triplet: 7D, E3 and FD. RGB value is (125,227,253). Sum of RGB (Red+Green+Blue) = 125+227+253=605 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.66% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DE3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE3FD is #821C02. Grayscale: #C7C7C7. Windows color (decimal): -8526851 or 16638845. OLE color: 16638845.

HSL color Cylindrical-coordinate representation of color #7DE3FD: hue angle of 192.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DE3FD is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125227253-
CMYK0.510.1000.01
HSL192.19º96.97%74.12%-
HSV(B)192.19º50.59%99.22%-
XYZ53.6666.39102.92-
YUV199.47158.2174.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.66%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=20.66%
G=37.52%
B=41.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252272530.510.1000.01192.1996.9774.12
Hex7DE3FD33A01c0614a
Octal175343375631201300141112
Binary111110111100011111111011100111010011100000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,227,253); }

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

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

 a { background-color: rgb(125,227,253); }

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

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

 span { border-color: rgb(125,227,253); }

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