Html Css Color HEX #7DF5EA Electric Blue

📋 copy color: '#7DF5EA'

red 125 ◦ green 245 ◦ blue 234

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

Shades of Electric Blue #7DF5EA

Tints of Electric Blue #7DF5EA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.56%

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 20.7%
G = 40.56%
B = 38.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#7DF5EA (or 0x7DF5EA) is known color: Electric Blue. HEX triplet: 7D, F5 and EA. RGB value is (125,245,234). Sum of RGB (Red+Green+Blue) = 125+245+234=604 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.70% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF5EA is #820A15. Grayscale: #CFCFCF. Windows color (decimal): -8522262 or 15398269. OLE color: 15398269.

HSL color Cylindrical-coordinate representation of color #7DF5EA: hue angle of 174.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF5EA is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 245 234 -
CMYK 0.49 0 0.04 0.04
HSL 174.5º 0.86% 0.73% -
HSV(B) 174.5º 0.49% 0.96% -
XYZ 55.96 75.61 89.49 -
YUV 207.87 142.74 68.89 -
System Red Green Blue C M Y K H S L
Decimal 125 245 234 0.49 0 0.04 0.04 174.5 0.86 0.73
Hex 7D F5 EA 31 0 4 4 AE 56 49
Octal 175 365 352 61 0 4 4 256 126 111
Binary 1111101 11110101 11101010 110001 0 100 100 10101110 1010110 1001001

Color Harmonies of #7DF5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF5EA

Black with #7DF5EA

Text Example


Text Example

White with #7DF5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,245,234); }

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

background-color css

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

 a { background-color: rgb(125,245,234); }

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

border-color css

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

 span { border-color: rgb(125,245,234); }

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