Html Css Color HEX #7DF1EC Electric Blue

📋 copy color: '#7DF1EC'

red 125 ◦ green 241 ◦ blue 236

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

Shades of Electric Blue #7DF1EC

Tints of Electric Blue #7DF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.03%

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 20.76%
G = 40.03%
B = 39.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#7DF1EC (or 0x7DF1EC) is known color: Electric Blue. HEX triplet: 7D, F1 and EC. RGB value is (125,241,236). Sum of RGB (Red+Green+Blue) = 125+241+236=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF1EC is #820E13. Grayscale: #CDCDCD. Windows color (decimal): -8523284 or 15528317. OLE color: 15528317.

HSL color Cylindrical-coordinate representation of color #7DF1EC: hue angle of 177.41º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1EC is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 241 236 -
CMYK 0.48 0 0.02 0.05
HSL 177.41º 0.81% 0.72% -
HSV(B) 177.41º 0.48% 0.95% -
XYZ 55.05 73.33 90.61 -
YUV 205.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 125 241 236 0.48 0 0.02 0.05 177.41 0.81 0.72
Hex 7D F1 EC 30 0 2 5 B1 51 48
Octal 175 361 354 60 0 2 5 261 121 110
Binary 1111101 11110001 11101100 110000 0 10 101 10110001 1010001 1001000

Color Harmonies of #7DF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF1EC

Black with #7DF1EC

Text Example


Text Example

White with #7DF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,241,236); }

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

background-color css

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

 a { background-color: rgb(125,241,236); }

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

border-color css

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

 span { border-color: rgb(125,241,236); }

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