Html Css Color HEX #7DF4FE Electric Blue

📋 copy color: '#7DF4FE'

red 125 ◦ green 244 ◦ blue 254

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

Shades of Electric Blue #7DF4FE

Tints of Electric Blue #7DF4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.17%

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

R = 20.06%
G = 39.17%
B = 40.77%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DF4FE (or 0x7DF4FE) is known color: Electric Blue. HEX triplet: 7D, F4 and FE. RGB value is (125,244,254). Sum of RGB (Red+Green+Blue) = 125+244+254=623 (82% of max value = 765). Red value is 125 (49.22% from 255 or 20.06% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DF4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF4FE is #820B01. Grayscale: #D1D1D1. Windows color (decimal): -8522498 or 16708733. OLE color: 16708733.

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

Color convert

RGB 125 244 254 -
CMYK 0.51 0.04 0 0.00
HSL 184.65º 0.98% 0.74% -
HSV(B) 184.65º 0.51% 1% -
XYZ 58.7 76.22 105.38 -
YUV 209.56 153.08 67.69 -
System Red Green Blue C M Y K H S L
Decimal 125 244 254 0.51 0.04 0 0.00 184.65 0.98 0.74
Hex 7D F4 FE 33 4 0 0 B9 62 4A
Octal 175 364 376 63 4 0 0 271 142 112
Binary 1111101 11110100 11111110 110011 100 0 0 10111001 1100010 1001010

Color Harmonies of #7DF4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF4FE

Black with #7DF4FE

Text Example


Text Example

White with #7DF4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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