#7EFCEF

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

Shades of Electric Blue #7EFCEF

Tints of Electric Blue #7EFCEF

Color information

#7EFCEF (or 0x7EFCEF) is unknown color: approx Electric Blue. HEX triplet: 7E, FC and EF. RGB value is (126,252,239). Sum of RGB (Red+Green+Blue) = 126+252+239=617 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.42% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #7EFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFCEF is #810310. Grayscale: #D4D4D4. Windows color (decimal): -8454929 or 15727742. OLE color: 15727742.

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

Color convert

RGB126252239-
CMYK0.500.050.01
HSL173.81º95.45%74.12%-
HSV(B)173.81º50%98.82%-
XYZ58.9980.2994.05-
YUV212.84142.7666.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.42%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=20.42%
G=40.84%
B=38.74%

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
Decimal1262522390.500.050.01173.8195.4574.12
Hex7EFCEF32051ae5f4a
Octal17637435762051256137112
Binary11111101111110011101111110010010111010111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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