#7DF3FA

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

Shades of Electric Blue #7DF3FA

Tints of Electric Blue #7DF3FA

Color information

#7DF3FA (or 0x7DF3FA) is unknown color: approx Electric Blue. HEX triplet: 7D, F3 and FA. RGB value is (125,243,250). Sum of RGB (Red+Green+Blue) = 125+243+250=618 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.23% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DF3FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF3FA is #820C05. Grayscale: #D0D0D0. Windows color (decimal): -8522758 or 16446333. OLE color: 16446333.

HSL color Cylindrical-coordinate representation of color #7DF3FA: hue angle of 183.36º 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 #7DF3FA is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125243250-
CMYK0.500.0300.02
HSL183.36º92.59%73.53%-
HSV(B)183.36º50%98.04%-
XYZ57.7675.36101.94-
YUV208.52151.4168.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.23%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=20.23%
G=39.32%
B=40.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252432500.500.0300.02183.3692.5973.53
Hex7DF3FA32302b75d4a
Octal17536337262302267135112
Binary11111011111001111111010110010110101011011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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