Html Css Color HEX #7DF1FC Electric Blue

📋 copy color: '#7DF1FC'

red 125 ◦ green 241 ◦ blue 252

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

Shades of Electric Blue #7DF1FC

Tints of Electric Blue #7DF1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.78%

R = 20.23%
G = 39%
B = 40.78%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DF1FC (or 0x7DF1FC) is known color: Electric Blue. HEX triplet: 7D, F1 and FC. RGB value is (125,241,252). Sum of RGB (Red+Green+Blue) = 125+241+252=618 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.23% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DF1FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF1FC is #820E03. Grayscale: #CFCFCF. Windows color (decimal): -8523268 or 16576893. OLE color: 16576893.

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

Color convert

RGB 125 241 252 -
CMYK 0.50 0.04 0 0.01
HSL 185.2º 0.95% 0.74% -
HSV(B) 185.2º 0.5% 0.99% -
XYZ 57.48 74.3 103.41 -
YUV 207.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 125 241 252 0.50 0.04 0 0.01 185.2 0.95 0.74
Hex 7D F1 FC 32 4 0 1 B9 5F 4A
Octal 175 361 374 62 4 0 1 271 137 112
Binary 1111101 11110001 11111100 110010 100 0 1 10111001 1011111 1001010

Color Harmonies of #7DF1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF1FC

Black with #7DF1FC

Text Example


Text Example

White with #7DF1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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