#7EFAF6

Color #7EFAF6 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7EFAF6

Tints of Electric Blue #7EFAF6

Color information

#7EFAF6 (or 0x7EFAF6) is unknown color: approx Electric Blue. HEX triplet: 7E, FA and F6. RGB value is (126,250,246). Sum of RGB (Red+Green+Blue) = 126+250+246=622 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.26% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #7EFAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFAF6 is #810509. Grayscale: #D4D4D4. Windows color (decimal): -8455434 or 16185982. OLE color: 16185982.

HSL color Cylindrical-coordinate representation of color #7EFAF6: hue angle of 178.06º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFAF6 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB126250246-
CMYK0.5000.020.02
HSL178.06º92.54%73.73%-
HSV(B)178.06º49.6%98.04%-
XYZ59.4279.4699.39-
YUV212.47146.9266.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.26%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 246 (96.48% from 255) = 39.55%
R=20.26%
G=40.19%
B=39.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262502460.5000.020.02178.0692.5473.73
Hex7EFAF632022b25d4a
Octal17637236662022262135112
Binary11111101111101011110110110010010101011001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EFAF6;
 }
 .AnyTagClassName
 {
   color: #7EFAF6;
 }
</style>
background-color css

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

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

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

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

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

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