Html Css Color HEX #7DF6F0 Electric Blue

📋 copy color: '#7DF6F0'

red 125 ◦ green 246 ◦ blue 240

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

Shades of Electric Blue #7DF6F0

Tints of Electric Blue #7DF6F0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.26%

 BLUE value IS 240 (94.14% from 255) = 39.28%

R = 20.46%
G = 40.26%
B = 39.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#7DF6F0 (or 0x7DF6F0) is known color: Electric Blue. HEX triplet: 7D, F6 and F0. RGB value is (125,246,240). Sum of RGB (Red+Green+Blue) = 125+246+240=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF6F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF6F0 is #82090F. Grayscale: #D1D1D1. Windows color (decimal): -8522000 or 15791741. OLE color: 15791741.

HSL color Cylindrical-coordinate representation of color #7DF6F0: hue angle of 177.02º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF6F0 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 246 240 -
CMYK 0.49 0 0.02 0.04
HSL 177.02º 0.87% 0.73% -
HSV(B) 177.02º 0.49% 0.96% -
XYZ 57.14 76.56 94.2 -
YUV 209.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 125 246 240 0.49 0 0.02 0.04 177.02 0.87 0.73
Hex 7D F6 F0 31 0 2 4 B1 57 49
Octal 175 366 360 61 0 2 4 261 127 111
Binary 1111101 11110110 11110000 110001 0 10 100 10110001 1010111 1001001

Color Harmonies of #7DF6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF6F0

Black with #7DF6F0

Text Example


Text Example

White with #7DF6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,246,240); }

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

background-color css

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

 a { background-color: rgb(125,246,240); }

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

border-color css

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

 span { border-color: rgb(125,246,240); }

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