#7DF3FB

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

Shades of Electric Blue #7DF3FB

Tints of Electric Blue #7DF3FB

Color information

#7DF3FB (or 0x7DF3FB) is unknown color: approx Electric Blue. HEX triplet: 7D, F3 and FB. RGB value is (125,243,251). Sum of RGB (Red+Green+Blue) = 125+243+251=619 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.19% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DF3FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF3FB is #820C04. Grayscale: #D0D0D0. Windows color (decimal): -8522757 or 16511869. OLE color: 16511869.

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

Color convert

RGB125243251-
CMYK0.500.0300.02
HSL183.81º94.03%73.73%-
HSV(B)183.81º50.2%98.43%-
XYZ57.9275.43102.77-
YUV208.63151.9168.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.19%
GREEN value IS 243 (95.31% from 255) = 39.26%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=20.19%
G=39.26%
B=40.55%

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
Decimal1252432510.500.0300.02183.8194.0373.73
Hex7DF3FB32302b85e4a
Octal17536337362302270136112
Binary11111011111001111111011110010110101011100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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