Html Css Color HEX #7EFEF6 Electric Blue

📋 copy color: '#7EFEF6'

red 126 ◦ green 254 ◦ blue 246

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

Shades of Electric Blue #7EFEF6

Tints of Electric Blue #7EFEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.58%

 BLUE value IS 246 (96.48% from 255) = 39.3%

R = 20.13%
G = 40.58%
B = 39.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#7EFEF6 (or 0x7EFEF6) is known color: Electric Blue. HEX triplet: 7E, FE and F6. RGB value is (126,254,246). Sum of RGB (Red+Green+Blue) = 126+254+246=626 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.13% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFEF6 is #810109. Grayscale: #D6D6D6. Windows color (decimal): -8454410 or 16187006. OLE color: 16187006.

HSL color Cylindrical-coordinate representation of color #7EFEF6: hue angle of 176.25º 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 #7EFEF6 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 254 246 -
CMYK 0.50 0 0.03 0.00
HSL 176.25º 0.98% 0.75% -
HSV(B) 176.25º 0.5% 1% -
XYZ 60.68 81.97 99.81 -
YUV 214.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 126 254 246 0.50 0 0.03 0.00 176.25 0.98 0.75
Hex 7E FE F6 32 0 3 0 B0 62 4B
Octal 176 376 366 62 0 3 0 260 142 113
Binary 1111110 11111110 11110110 110010 0 11 0 10110000 1100010 1001011

Color Harmonies of #7EFEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFEF6

Black with #7EFEF6

Text Example


Text Example

White with #7EFEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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