Html Css Color HEX #7DFEFD Electric Blue

📋 copy color: '#7DFEFD'

red 125 ◦ green 254 ◦ blue 253

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

Shades of Electric Blue #7DFEFD

Tints of Electric Blue #7DFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.19%

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

R = 19.78%
G = 40.19%
B = 40.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#7DFEFD (or 0x7DFEFD) is known color: Electric Blue. HEX triplet: 7D, FE and FD. RGB value is (125,254,253). Sum of RGB (Red+Green+Blue) = 125+254+253=632 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.78% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEFD is #820102. Grayscale: #D7D7D7. Windows color (decimal): -8519939 or 16645757. OLE color: 16645757.

HSL color Cylindrical-coordinate representation of color #7DFEFD: hue angle of 179.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFEFD is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 254 253 -
CMYK 0.51 0 0.00 0.00
HSL 179.53º 0.98% 0.74% -
HSV(B) 179.53º 0.51% 1% -
XYZ 61.63 82.34 105.57 -
YUV 215.32 149.26 63.58 -
System Red Green Blue C M Y K H S L
Decimal 125 254 253 0.51 0 0.00 0.00 179.53 0.98 0.74
Hex 7D FE FD 33 0 0 0 B4 62 4A
Octal 175 376 375 63 0 0 0 264 142 112
Binary 1111101 11111110 11111101 110011 0 0 0 10110100 1100010 1001010

Color Harmonies of #7DFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEFD

Black with #7DFEFD

Text Example


Text Example

White with #7DFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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