Html Css Color HEX #7DE9F4 Electric Blue

📋 copy color: '#7DE9F4'

red 125 ◦ green 233 ◦ blue 244

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

Shades of Electric Blue #7DE9F4

Tints of Electric Blue #7DE9F4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.7%

 BLUE value IS 244 (95.7% from 255) = 40.53%

R = 20.76%
G = 38.7%
B = 40.53%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7DE9F4 (or 0x7DE9F4) is known color: Electric Blue. HEX triplet: 7D, E9 and F4. RGB value is (125,233,244). Sum of RGB (Red+Green+Blue) = 125+233+244=602 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.76% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #7DE9F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE9F4 is #82160B. Grayscale: #C9C9C9. Windows color (decimal): -8525324 or 16050557. OLE color: 16050557.

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

Color convert

RGB 125 233 244 -
CMYK 0.49 0.05 0 0.04
HSL 185.55º 0.84% 0.72% -
HSV(B) 185.55º 0.49% 0.96% -
XYZ 53.93 69.17 96.1 -
YUV 201.96 151.72 73.11 -
System Red Green Blue C M Y K H S L
Decimal 125 233 244 0.49 0.05 0 0.04 185.55 0.84 0.72
Hex 7D E9 F4 31 5 0 4 BA 54 48
Octal 175 351 364 61 5 0 4 272 124 110
Binary 1111101 11101001 11110100 110001 101 0 100 10111010 1010100 1001000

Color Harmonies of #7DE9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE9F4

Black with #7DE9F4

Text Example


Text Example

White with #7DE9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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