Html Css Color HEX #7DF8EA Electric Blue

📋 copy color: '#7DF8EA'

red 125 ◦ green 248 ◦ blue 234

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

Shades of Electric Blue #7DF8EA

Tints of Electric Blue #7DF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.86%

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

R = 20.59%
G = 40.86%
B = 38.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#7DF8EA (or 0x7DF8EA) is known color: Electric Blue. HEX triplet: 7D, F8 and EA. RGB value is (125,248,234). Sum of RGB (Red+Green+Blue) = 125+248+234=607 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.59% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF8EA is #820715. Grayscale: #D1D1D1. Windows color (decimal): -8521494 or 15399037. OLE color: 15399037.

HSL color Cylindrical-coordinate representation of color #7DF8EA: hue angle of 173.17º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8EA is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 125 248 234 -
CMYK 0.50 0 0.06 0.03
HSL 173.17º 0.9% 0.73% -
HSV(B) 173.17º 0.5% 0.97% -
XYZ 56.88 77.44 89.79 -
YUV 209.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 125 248 234 0.50 0 0.06 0.03 173.17 0.9 0.73
Hex 7D F8 EA 32 0 6 3 AD 5A 49
Octal 175 370 352 62 0 6 3 255 132 111
Binary 1111101 11111000 11101010 110010 0 110 11 10101101 1011010 1001001

Color Harmonies of #7DF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF8EA

Black with #7DF8EA

Text Example


Text Example

White with #7DF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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