#7EFFFD

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

Shades of Electric Blue #7EFFFD

Tints of Electric Blue #7EFFFD

Color information

#7EFFFD (or 0x7EFFFD) is unknown color: approx Electric Blue. HEX triplet: 7E, FF and FD. RGB value is (126,255,253). Sum of RGB (Red+Green+Blue) = 126+255+253=634 (83% of max value = 765). Red value is 126 (49.61% from 255 or 19.87% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFFFD is #810002. Grayscale: #D8D8D8. Windows color (decimal): -8454147 or 16646014. OLE color: 16646014.

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

Color convert

RGB126255253-
CMYK0.5100.010
HSL179.07º100%74.71%-
HSV(B)179.07º50.59%100%-
XYZ62.0983.05105.69-
YUV216.2148.7663.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 19.87%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=19.87%
G=40.22%
B=39.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1262552530.5100.010179.0710074.71
Hex7EFFFD33010b3644b
Octal17637737563010263144113
Binary111111011111111111111011100110101011001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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