Html Css Color HEX #7DFFEF Electric Blue

📋 copy color: '#7DFFEF'

red 125 ◦ green 255 ◦ blue 239

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

Shades of Electric Blue #7DFFEF

Tints of Electric Blue #7DFFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 20.19%
G = 41.2%
B = 38.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#7DFFEF (or 0x7DFFEF) is known color: Electric Blue. HEX triplet: 7D, FF and EF. RGB value is (125,255,239). Sum of RGB (Red+Green+Blue) = 125+255+239=619 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.19% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFFEF is #820010. Grayscale: #D6D6D6. Windows color (decimal): -8519697 or 15728509. OLE color: 15728509.

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

Color convert

RGB 125 255 239 -
CMYK 0.51 0 0.06 0
HSL 172.62º 1% 0.75% -
HSV(B) 172.62º 0.51% 1% -
XYZ 59.8 82.11 94.36 -
YUV 214.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 125 255 239 0.51 0 0.06 0 172.62 1 0.75
Hex 7D FF EF 33 0 6 0 AD 64 4B
Octal 175 377 357 63 0 6 0 255 144 113
Binary 1111101 11111111 11101111 110011 0 110 0 10101101 1100100 1001011

Color Harmonies of #7DFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFFEF

Black with #7DFFEF

Text Example


Text Example

White with #7DFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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