Html Css Color HEX #7DE8EF Electric Blue

📋 copy color: '#7DE8EF'

red 125 ◦ green 232 ◦ blue 239

#7DE8EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #7DE8EF

Tints of Electric Blue #7DE8EF

RGB

 RED value IS 125 (49.22% from 255) = 20.97%

 GREEN value IS 232 (91.02% from 255) = 38.93%

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 20.97%
G = 38.93%
B = 40.1%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7DE8EF (or 0x7DE8EF) is known color: Electric Blue. HEX triplet: 7D, E8 and EF. RGB value is (125,232,239). Sum of RGB (Red+Green+Blue) = 125+232+239=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #7DE8EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE8EF is #821710. Grayscale: #C8C8C8. Windows color (decimal): -8525585 or 15722621. OLE color: 15722621.

HSL color Cylindrical-coordinate representation of color #7DE8EF: hue angle of 183.68º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE8EF is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 232 239 -
CMYK 0.48 0.03 0 0.06
HSL 183.68º 0.78% 0.71% -
HSV(B) 183.68º 0.48% 0.94% -
XYZ 52.89 68.31 92.06 -
YUV 200.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 125 232 239 0.48 0.03 0 0.06 183.68 0.78 0.71
Hex 7D E8 EF 30 3 0 6 B8 4E 47
Octal 175 350 357 60 3 0 6 270 116 107
Binary 1111101 11101000 11101111 110000 11 0 110 10111000 1001110 1000111

Color Harmonies of #7DE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE8EF

Black with #7DE8EF

Text Example


Text Example

White with #7DE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,232,239); }

 H1.HeaderClassName
 {
   color: #7DE8EF;
 }
 .AnyTagClassName
 {
   color: #7DE8EF;
 }
</style>

background-color css

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

 a { background-color: rgb(125,232,239); }

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

border-color css

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

 span { border-color: rgb(125,232,239); }

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