Html Css Color HEX #7DFFFE Electric Blue

📋 copy color: '#7DFFFE'

red 125 ◦ green 255 ◦ blue 254

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

Shades of Electric Blue #7DFFFE

Tints of Electric Blue #7DFFFE

RGB

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

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

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

R = 19.72%
G = 40.22%
B = 40.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#7DFFFE (or 0x7DFFFE) is known color: Electric Blue. HEX triplet: 7D, FF and FE. RGB value is (125,255,254). Sum of RGB (Red+Green+Blue) = 125+255+254=634 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.72% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFFE is #820001. Grayscale: #D7D7D7. Windows color (decimal): -8519682 or 16711549. OLE color: 16711549.

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

Color convert

RGB 125 255 254 -
CMYK 0.51 0 0.00 0
HSL 179.54º 1% 0.75% -
HSV(B) 179.54º 0.51% 1% -
XYZ 62.11 83.04 106.52 -
YUV 216.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 125 255 254 0.51 0 0.00 0 179.54 1 0.75
Hex 7D FF FE 33 0 0 0 B4 64 4B
Octal 175 377 376 63 0 0 0 264 144 113
Binary 1111101 11111111 11111110 110011 0 0 0 10110100 1100100 1001011

Color Harmonies of #7DFFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFFFE

Black with #7DFFFE

Text Example


Text Example

White with #7DFFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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