Html Css Color HEX #7DFDFE Electric Blue

📋 copy color: '#7DFDFE'

red 125 ◦ green 253 ◦ blue 254

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

Shades of Electric Blue #7DFDFE

Tints of Electric Blue #7DFDFE

RGB

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

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

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

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

CMYK

 C value IS 0.51

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #7DFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFDFE

Black with #7DFDFE

Text Example


Text Example

White with #7DFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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