Html Css Color HEX #7DFFFD Electric Blue

📋 copy color: '#7DFFFD'

red 125 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #7DFFFD

Tints of Electric Blue #7DFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 19.75%
G = 40.28%
B = 39.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#7DFFFD (or 0x7DFFFD) is known color: Electric Blue. HEX triplet: 7D, FF and FD. RGB value is (125,255,253). Sum of RGB (Red+Green+Blue) = 125+255+253=633 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.75% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFFD is #820002. Grayscale: #D7D7D7. Windows color (decimal): -8519683 or 16646013. OLE color: 16646013.

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

Color convert

RGB 125 255 253 -
CMYK 0.51 0 0.01 0
HSL 179.08º 1% 0.75% -
HSV(B) 179.08º 0.51% 1% -
XYZ 61.95 82.97 105.68 -
YUV 215.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 125 255 253 0.51 0 0.01 0 179.08 1 0.75
Hex 7D FF FD 33 0 1 0 B3 64 4B
Octal 175 377 375 63 0 1 0 263 144 113
Binary 1111101 11111111 11111101 110011 0 1 0 10110011 1100100 1001011

Color Harmonies of #7DFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFFFD

Black with #7DFFFD

Text Example


Text Example

White with #7DFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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