Html Css Color HEX #7DF2FD Electric Blue

📋 copy color: '#7DF2FD'

red 125 ◦ green 242 ◦ blue 253

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

Shades of Electric Blue #7DF2FD

Tints of Electric Blue #7DF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 20.16%
G = 39.03%
B = 40.81%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DF2FD (or 0x7DF2FD) is known color: Electric Blue. HEX triplet: 7D, F2 and FD. RGB value is (125,242,253). Sum of RGB (Red+Green+Blue) = 125+242+253=620 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.16% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF2FD is #820D02. Grayscale: #D0D0D0. Windows color (decimal): -8523011 or 16642685. OLE color: 16642685.

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

Color convert

RGB 125 242 253 -
CMYK 0.51 0.04 0 0.01
HSL 185.16º 0.97% 0.74% -
HSV(B) 185.16º 0.51% 0.99% -
XYZ 57.94 74.96 104.34 -
YUV 208.27 153.24 68.61 -
System Red Green Blue C M Y K H S L
Decimal 125 242 253 0.51 0.04 0 0.01 185.16 0.97 0.74
Hex 7D F2 FD 33 4 0 1 B9 61 4A
Octal 175 362 375 63 4 0 1 271 141 112
Binary 1111101 11110010 11111101 110011 100 0 1 10111001 1100001 1001010

Color Harmonies of #7DF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2FD

Black with #7DF2FD

Text Example


Text Example

White with #7DF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,253); }

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

background-color css

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

 a { background-color: rgb(125,242,253); }

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

border-color css

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

 span { border-color: rgb(125,242,253); }

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