#7DE3FA

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

Shades of Electric Blue #7DE3FA

Tints of Electric Blue #7DE3FA

Color information

#7DE3FA (or 0x7DE3FA) is unknown color: approx Electric Blue. HEX triplet: 7D, E3 and FA. RGB value is (125,227,250). Sum of RGB (Red+Green+Blue) = 125+227+250=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DE3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE3FA is #821C05. Grayscale: #C6C6C6. Windows color (decimal): -8526854 or 16442237. OLE color: 16442237.

HSL color Cylindrical-coordinate representation of color #7DE3FA: hue angle of 191.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE3FA is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125227250-
CMYK0.500.0900.02
HSL191.04º92.59%73.53%-
HSV(B)191.04º50%98.04%-
XYZ53.1866.2100.42-
YUV199.12156.7175.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.76%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=20.76%
G=37.71%
B=41.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252272500.500.0900.02191.0492.5973.53
Hex7DE3FA32902bf5d4a
Octal175343372621102277135112
Binary1111101111000111111101011001010010101011111110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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