#7EFFFE

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

Shades of Electric Blue #7EFFFE

Tints of Electric Blue #7EFFFE

Color information

#7EFFFE (or 0x7EFFFE) is unknown color: approx Electric Blue. HEX triplet: 7E, FF and FE. RGB value is (126,255,254). Sum of RGB (Red+Green+Blue) = 126+255+254=635 (84% of max value = 765). Red value is 126 (49.61% from 255 or 19.84% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFFE is #810001. Grayscale: #D8D8D8. Windows color (decimal): -8454146 or 16711550. OLE color: 16711550.

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

Color convert

RGB126255254-
CMYK0.5100.000
HSL179.53º100%74.71%-
HSV(B)179.53º50.59%100%-
XYZ62.2583.11106.53-
YUV216.32149.2663.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 19.84%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 254 (99.61% from 255) = 40%
R=19.84%
G=40.16%
B=40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262552540.5100.000179.5310074.71
Hex7EFFFE33000b4644b
Octal17637737663000264144113
Binary111111011111111111111101100110001011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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