Html Css Color HEX #7DF1FA Electric Blue

📋 copy color: '#7DF1FA'

red 125 ◦ green 241 ◦ blue 250

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

Shades of Electric Blue #7DF1FA

Tints of Electric Blue #7DF1FA

RGB

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

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

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

R = 20.29%
G = 39.12%
B = 40.58%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DF1FA (or 0x7DF1FA) is known color: Electric Blue. HEX triplet: 7D, F1 and FA. RGB value is (125,241,250). Sum of RGB (Red+Green+Blue) = 125+241+250=616 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.29% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DF1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF1FA is #820E05. Grayscale: #CFCFCF. Windows color (decimal): -8523270 or 16445821. OLE color: 16445821.

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

Color convert

RGB 125 241 250 -
CMYK 0.50 0.04 0 0.02
HSL 184.32º 0.93% 0.74% -
HSV(B) 184.32º 0.5% 0.98% -
XYZ 57.17 74.17 101.75 -
YUV 207.34 152.07 69.27 -
System Red Green Blue C M Y K H S L
Decimal 125 241 250 0.50 0.04 0 0.02 184.32 0.93 0.74
Hex 7D F1 FA 32 4 0 2 B8 5D 4A
Octal 175 361 372 62 4 0 2 270 135 112
Binary 1111101 11110001 11111010 110010 100 0 10 10111000 1011101 1001010

Color Harmonies of #7DF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF1FA

Black with #7DF1FA

Text Example


Text Example

White with #7DF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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