#7CFFEF

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

Shades of Electric Blue #7CFFEF

Tints of Electric Blue #7CFFEF

Color information

#7CFFEF (or 0x7CFFEF) is unknown color: approx Electric Blue. HEX triplet: 7C, FF and EF. RGB value is (124,255,239). Sum of RGB (Red+Green+Blue) = 124+255+239=618 (81% of max value = 765). Red value is 124 (48.83% from 255 or 20.06% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CFFEF is #830010. Grayscale: #D5D5D5. Windows color (decimal): -8585233 or 15728508. OLE color: 15728508.

HSL color Cylindrical-coordinate representation of color #7CFFEF: hue angle of 172.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFFEF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB124255239-
CMYK0.5100.060
HSL172.67º100%74.31%-
HSV(B)172.67º51.37%100%-
XYZ59.6582.0494.35-
YUV214.01142.163.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.06%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=20.06%
G=41.26%
B=38.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242552390.5100.060172.6710074.31
Hex7CFFEF33060ad644a
Octal17437735763060255144112
Binary11111001111111111101111110011011001010110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,255,239); }

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

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

 a { background-color: rgb(124,255,239); }

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

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

 span { border-color: rgb(124,255,239); }

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