Html Css Color HEX #7DF7FA Electric Blue

📋 copy color: '#7DF7FA'

red 125 ◦ green 247 ◦ blue 250

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

Shades of Electric Blue #7DF7FA

Tints of Electric Blue #7DF7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.71%

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 20.1%
G = 39.71%
B = 40.19%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DF7FA (or 0x7DF7FA) is known color: Electric Blue. HEX triplet: 7D, F7 and FA. RGB value is (125,247,250). Sum of RGB (Red+Green+Blue) = 125+247+250=622 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.10% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DF7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF7FA is #820805. Grayscale: #D2D2D2. Windows color (decimal): -8521734 or 16447357. OLE color: 16447357.

HSL color Cylindrical-coordinate representation of color #7DF7FA: hue angle of 181.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF7FA is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 247 250 -
CMYK 0.50 0.01 0 0.02
HSL 181.44º 0.93% 0.74% -
HSV(B) 181.44º 0.5% 0.98% -
XYZ 58.97 77.78 102.35 -
YUV 210.86 150.08 66.76 -
System Red Green Blue C M Y K H S L
Decimal 125 247 250 0.50 0.01 0 0.02 181.44 0.93 0.74
Hex 7D F7 FA 32 1 0 2 B5 5D 4A
Octal 175 367 372 62 1 0 2 265 135 112
Binary 1111101 11110111 11111010 110010 1 0 10 10110101 1011101 1001010

Color Harmonies of #7DF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF7FA

Black with #7DF7FA

Text Example


Text Example

White with #7DF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,247,250); }

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

background-color css

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

 a { background-color: rgb(125,247,250); }

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

border-color css

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

 span { border-color: rgb(125,247,250); }

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