#7DEBFB

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

Shades of Electric Blue #7DEBFB

Tints of Electric Blue #7DEBFB

Color information

#7DEBFB (or 0x7DEBFB) is unknown color: approx Electric Blue. HEX triplet: 7D, EB and FB. RGB value is (125,235,251). Sum of RGB (Red+Green+Blue) = 125+235+251=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DEBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEBFB is #821404. Grayscale: #CBCBCB. Windows color (decimal): -8524805 or 16509821. OLE color: 16509821.

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

Color convert

RGB125235251-
CMYK0.500.0600.02
HSL187.62º94.03%73.73%-
HSV(B)187.62º50.2%98.43%-
XYZ55.5870.74101.99-
YUV203.93154.5671.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.46%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=20.46%
G=38.46%
B=41.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252352510.500.0600.02187.6294.0373.73
Hex7DEBFB32602bc5e4a
Octal17535337362602274136112
Binary111110111101011111110111100101100101011110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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