Html Css Color HEX #7EF2E6 Electric Blue

📋 copy color: '#7EF2E6'

red 126 ◦ green 242 ◦ blue 230

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

Shades of Electric Blue #7EF2E6

Tints of Electric Blue #7EF2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.47%

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 21.07%
G = 40.47%
B = 38.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#7EF2E6 (or 0x7EF2E6) is known color: Electric Blue. HEX triplet: 7E, F2 and E6. RGB value is (126,242,230). Sum of RGB (Red+Green+Blue) = 126+242+230=598 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21.07% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF2E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF2E6 is #810D19. Grayscale: #CDCDCD. Windows color (decimal): -8457498 or 15135358. OLE color: 15135358.

HSL color Cylindrical-coordinate representation of color #7EF2E6: hue angle of 173.79º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF2E6 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 242 230 -
CMYK 0.48 0 0.05 0.05
HSL 173.79º 0.82% 0.72% -
HSV(B) 173.79º 0.48% 0.95% -
XYZ 54.64 73.65 86.2 -
YUV 205.95 141.57 70.98 -
System Red Green Blue C M Y K H S L
Decimal 126 242 230 0.48 0 0.05 0.05 173.79 0.82 0.72
Hex 7E F2 E6 30 0 5 5 AE 52 48
Octal 176 362 346 60 0 5 5 256 122 110
Binary 1111110 11110010 11100110 110000 0 101 101 10101110 1010010 1001000

Color Harmonies of #7EF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF2E6

Black with #7EF2E6

Text Example


Text Example

White with #7EF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,242,230); }

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

background-color css

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

 a { background-color: rgb(126,242,230); }

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

border-color css

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

 span { border-color: rgb(126,242,230); }

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