Html Css Color HEX #7DFEFC Electric Blue

📋 copy color: '#7DFEFC'

red 125 ◦ green 254 ◦ blue 252

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

Shades of Electric Blue #7DFEFC

Tints of Electric Blue #7DFEFC

RGB

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

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

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

R = 19.81%
G = 40.25%
B = 39.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#7DFEFC (or 0x7DFEFC) is known color: Electric Blue. HEX triplet: 7D, FE and FC. RGB value is (125,254,252). Sum of RGB (Red+Green+Blue) = 125+254+252=631 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.81% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFEFC is #820103. Grayscale: #D7D7D7. Windows color (decimal): -8519940 or 16580221. OLE color: 16580221.

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

Color convert

RGB 125 254 252 -
CMYK 0.51 0 0.01 0.00
HSL 179.07º 0.98% 0.74% -
HSV(B) 179.07º 0.51% 1% -
XYZ 61.47 82.27 104.74 -
YUV 215.2 148.76 63.66 -
System Red Green Blue C M Y K H S L
Decimal 125 254 252 0.51 0 0.01 0.00 179.07 0.98 0.74
Hex 7D FE FC 33 0 1 0 B3 62 4A
Octal 175 376 374 63 0 1 0 263 142 112
Binary 1111101 11111110 11111100 110011 0 1 0 10110011 1100010 1001010

Color Harmonies of #7DFEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFEFC

Black with #7DFEFC

Text Example


Text Example

White with #7DFEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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