#7EFFF6

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

Shades of Electric Blue #7EFFF6

Tints of Electric Blue #7EFFF6

Color information

#7EFFF6 (or 0x7EFFF6) is unknown color: approx Electric Blue. HEX triplet: 7E, FF and F6. RGB value is (126,255,246). Sum of RGB (Red+Green+Blue) = 126+255+246=627 (83% of max value = 765). Red value is 126 (49.61% from 255 or 20.10% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFF6 is #810009. Grayscale: #D7D7D7. Windows color (decimal): -8454154 or 16187262. OLE color: 16187262.

HSL color Cylindrical-coordinate representation of color #7EFFF6: hue angle of 175.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFF6 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB126255246-
CMYK0.5100.040
HSL175.81º100%74.71%-
HSV(B)175.81º50.59%100%-
XYZ6182.6199.92-
YUV215.4145.2664.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.10%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=20.10%
G=40.67%
B=39.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262552460.5100.040175.8110074.71
Hex7EFFF633040b0644b
Octal17637736663040260144113
Binary11111101111111111110110110011010001011000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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