#7EFCF0

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

Shades of Electric Blue #7EFCF0

Tints of Electric Blue #7EFCF0

Color information

#7EFCF0 (or 0x7EFCF0) is unknown color: approx Electric Blue. HEX triplet: 7E, FC and F0. RGB value is (126,252,240). Sum of RGB (Red+Green+Blue) = 126+252+240=618 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.39% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFCF0 is #81030F. Grayscale: #D4D4D4. Windows color (decimal): -8454928 or 15793278. OLE color: 15793278.

HSL color Cylindrical-coordinate representation of color #7EFCF0: hue angle of 174.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFCF0 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB126252240-
CMYK0.500.050.01
HSL174.29º95.45%74.12%-
HSV(B)174.29º50%98.82%-
XYZ59.1480.3594.83-
YUV212.96143.2665.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.39%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=20.39%
G=40.78%
B=38.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262522400.500.050.01174.2995.4574.12
Hex7EFCF032051ae5f4a
Octal17637436062051256137112
Binary11111101111110011110000110010010111010111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,252,240); }

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

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

 a { background-color: rgb(126,252,240); }

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

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

 span { border-color: rgb(126,252,240); }

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