#7DEEF8

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

Shades of Electric Blue #7DEEF8

Tints of Electric Blue #7DEEF8

Color information

#7DEEF8 (or 0x7DEEF8) is unknown color: approx Electric Blue. HEX triplet: 7D, EE and F8. RGB value is (125,238,248). Sum of RGB (Red+Green+Blue) = 125+238+248=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DEEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEEF8 is #821107. Grayscale: #CDCDCD. Windows color (decimal): -8524040 or 16313981. OLE color: 16313981.

HSL color Cylindrical-coordinate representation of color #7DEEF8: hue angle of 184.88º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DEEF8 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB125238248-
CMYK0.500.0400.03
HSL184.88º89.78%73.14%-
HSV(B)184.88º49.6%97.25%-
XYZ55.9872.2999.81-
YUV205.35152.0670.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.46%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 248 (97.27% from 255) = 40.59%
R=20.46%
G=38.95%
B=40.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252382480.500.0400.03184.8889.7873.14
Hex7DEEF832403b95a49
Octal17535637062403271132111
Binary111110111101110111110001100101000111011100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,238,248); }

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

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

 a { background-color: rgb(125,238,248); }

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

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

 span { border-color: rgb(125,238,248); }

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