#7DF8EE

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

Shades of Electric Blue #7DF8EE

Tints of Electric Blue #7DF8EE

Color information

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

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

Color convert

RGB125248238-
CMYK0.5000.040.03
HSL175.12º89.78%73.14%-
HSV(B)175.12º49.6%97.25%-
XYZ57.4677.6792.85-
YUV210.08143.7567.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252482380.5000.040.03175.1289.7873.14
Hex7DF8EE32043af5a49
Octal17537035662043257132111
Binary111110111111000111011101100100100111010111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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