Html Css Color HEX #7DE6F4 Electric Blue

📋 copy color: '#7DE6F4'

red 125 ◦ green 230 ◦ blue 244

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

Shades of Electric Blue #7DE6F4

Tints of Electric Blue #7DE6F4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.4%

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

R = 20.87%
G = 38.4%
B = 40.73%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7DE6F4 (or 0x7DE6F4) is known color: Electric Blue. HEX triplet: 7D, E6 and F4. RGB value is (125,230,244). Sum of RGB (Red+Green+Blue) = 125+230+244=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #7DE6F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE6F4 is #82190B. Grayscale: #C8C8C8. Windows color (decimal): -8526092 or 16049789. OLE color: 16049789.

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

Color convert

RGB 125 230 244 -
CMYK 0.49 0.06 0 0.04
HSL 187.06º 0.84% 0.72% -
HSV(B) 187.06º 0.49% 0.96% -
XYZ 53.08 67.49 95.82 -
YUV 200.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 125 230 244 0.49 0.06 0 0.04 187.06 0.84 0.72
Hex 7D E6 F4 31 6 0 4 BB 54 48
Octal 175 346 364 61 6 0 4 273 124 110
Binary 1111101 11100110 11110100 110001 110 0 100 10111011 1010100 1001000

Color Harmonies of #7DE6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE6F4

Black with #7DE6F4

Text Example


Text Example

White with #7DE6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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