Html Css Color HEX #7EECF5 Electric Blue

📋 copy color: '#7EECF5'

red 126 ◦ green 236 ◦ blue 245

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

Shades of Electric Blue #7EECF5

Tints of Electric Blue #7EECF5

RGB

 RED value IS 126 (49.61% from 255) = 20.76%

 GREEN value IS 236 (92.58% from 255) = 38.88%

 BLUE value IS 245 (96.09% from 255) = 40.36%

R = 20.76%
G = 38.88%
B = 40.36%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7EECF5 (or 0x7EECF5) is known color: Electric Blue. HEX triplet: 7E, EC and F5. RGB value is (126,236,245). Sum of RGB (Red+Green+Blue) = 126+236+245=607 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.76% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #7EECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECF5 is #81130A. Grayscale: #CBCBCB. Windows color (decimal): -8459019 or 16116862. OLE color: 16116862.

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

Color convert

RGB 126 236 245 -
CMYK 0.49 0.04 0 0.04
HSL 184.54º 0.86% 0.73% -
HSV(B) 184.54º 0.49% 0.96% -
XYZ 55.08 71.02 97.19 -
YUV 204.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 126 236 245 0.49 0.04 0 0.04 184.54 0.86 0.73
Hex 7E EC F5 31 4 0 4 B9 56 49
Octal 176 354 365 61 4 0 4 271 126 111
Binary 1111110 11101100 11110101 110001 100 0 100 10111001 1010110 1001001

Color Harmonies of #7EECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECF5

Black with #7EECF5

Text Example


Text Example

White with #7EECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,236,245); }

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

background-color css

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

 a { background-color: rgb(126,236,245); }

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

border-color css

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

 span { border-color: rgb(126,236,245); }

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