Html Css Color HEX #7EECFE Electric Blue

📋 copy color: '#7EECFE'

red 126 ◦ green 236 ◦ blue 254

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

Shades of Electric Blue #7EECFE

Tints of Electric Blue #7EECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 20.45%
G = 38.31%
B = 41.23%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7EECFE (or 0x7EECFE) is known color: Electric Blue. HEX triplet: 7E, EC and FE. RGB value is (126,236,254). Sum of RGB (Red+Green+Blue) = 126+236+254=616 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.45% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EECFE is #811301. Grayscale: #CCCCCC. Windows color (decimal): -8459010 or 16706686. OLE color: 16706686.

HSL color Cylindrical-coordinate representation of color #7EECFE: hue angle of 188.44º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EECFE is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 236 254 -
CMYK 0.50 0.07 0 0.00
HSL 188.44º 0.98% 0.75% -
HSV(B) 188.44º 0.5% 1% -
XYZ 56.49 71.58 104.61 -
YUV 205.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 126 236 254 0.50 0.07 0 0.00 188.44 0.98 0.75
Hex 7E EC FE 32 7 0 0 BC 62 4B
Octal 176 354 376 62 7 0 0 274 142 113
Binary 1111110 11101100 11111110 110010 111 0 0 10111100 1100010 1001011

Color Harmonies of #7EECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EECFE

Black with #7EECFE

Text Example


Text Example

White with #7EECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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