Html Css Color HEX #7DFFFC Electric Blue

📋 copy color: '#7DFFFC'

red 125 ◦ green 255 ◦ blue 252

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

Shades of Electric Blue #7DFFFC

Tints of Electric Blue #7DFFFC

RGB

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

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

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

R = 19.78%
G = 40.35%
B = 39.87%

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

#7DFFFC (or 0x7DFFFC) is known color: Electric Blue. HEX triplet: 7D, FF and FC. RGB value is (125,255,252). Sum of RGB (Red+Green+Blue) = 125+255+252=632 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.78% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFFC is #820003. Grayscale: #D7D7D7. Windows color (decimal): -8519684 or 16580477. OLE color: 16580477.

HSL color Cylindrical-coordinate representation of color #7DFFFC: hue angle of 178.62º 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 #7DFFFC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 252 -
CMYK 0.51 0 0.01 0
HSL 178.62º 1% 0.75% -
HSV(B) 178.62º 0.51% 1% -
XYZ 61.79 82.91 104.84 -
YUV 215.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 125 255 252 0.51 0 0.01 0 178.62 1 0.75
Hex 7D FF FC 33 0 1 0 B3 64 4B
Octal 175 377 374 63 0 1 0 263 144 113
Binary 1111101 11111111 11111100 110011 0 1 0 10110011 1100100 1001011

Color Harmonies of #7DFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFFFC

Black with #7DFFFC

Text Example


Text Example

White with #7DFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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