#7EFEFD

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

Shades of Electric Blue #7EFEFD

Tints of Electric Blue #7EFEFD

Color information

#7EFEFD (or 0x7EFEFD) is unknown color: approx Electric Blue. HEX triplet: 7E, FE and FD. RGB value is (126,254,253). Sum of RGB (Red+Green+Blue) = 126+254+253=633 (83% of max value = 765). Red value is 126 (49.61% from 255 or 19.91% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFEFD is #810102. Grayscale: #D7D7D7. Windows color (decimal): -8454403 or 16645758. OLE color: 16645758.

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

Color convert

RGB126254253-
CMYK0.5000.000.00
HSL179.53º98.46%74.51%-
HSV(B)179.53º50.39%99.61%-
XYZ61.7882.41105.58-
YUV215.61149.0964.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 19.91%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=19.91%
G=40.13%
B=39.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262542530.5000.000.00179.5398.4674.51
Hex7EFEFD32000b4624b
Octal17637637562000264142113
Binary111111011111110111111011100100001011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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