Html Css Color HEX #7EFEF1 Electric Blue

📋 copy color: '#7EFEF1'

red 126 ◦ green 254 ◦ blue 241

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

Shades of Electric Blue #7EFEF1

Tints of Electric Blue #7EFEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.81%

R = 20.29%
G = 40.9%
B = 38.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#7EFEF1 (or 0x7EFEF1) is known color: Electric Blue. HEX triplet: 7E, FE and F1. RGB value is (126,254,241). Sum of RGB (Red+Green+Blue) = 126+254+241=621 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.29% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFEF1 is #81010E. Grayscale: #D6D6D6. Windows color (decimal): -8454415 or 15859326. OLE color: 15859326.

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

Color convert

RGB 126 254 241 -
CMYK 0.50 0 0.05 0.00
HSL 173.91º 0.98% 0.75% -
HSV(B) 173.91º 0.5% 1% -
XYZ 59.92 81.67 95.82 -
YUV 214.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 126 254 241 0.50 0 0.05 0.00 173.91 0.98 0.75
Hex 7E FE F1 32 0 5 0 AE 62 4B
Octal 176 376 361 62 0 5 0 256 142 113
Binary 1111110 11111110 11110001 110010 0 101 0 10101110 1100010 1001011

Color Harmonies of #7EFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFEF1

Black with #7EFEF1

Text Example


Text Example

White with #7EFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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