#84FCEC

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

Shades of Electric Blue #84FCEC

Tints of Electric Blue #84FCEC

Color information

#84FCEC (or 0x84FCEC) is unknown color: approx Electric Blue. HEX triplet: 84, FC and EC. RGB value is (132,252,236). Sum of RGB (Red+Green+Blue) = 132+252+236=620 (82% of max value = 765). Red value is 132 (51.95% from 255 or 21.29% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84FCEC is #7B0313. Grayscale: #D6D6D6. Windows color (decimal): -8061716 or 15531140. OLE color: 15531140.

HSL color Cylindrical-coordinate representation of color #84FCEC: hue angle of 172º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCEC is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB132252236-
CMYK0.4800.060.01
HSL172º95.24%75.29%-
HSV(B)172º47.62%98.82%-
XYZ59.4780.5891.78-
YUV214.3140.2469.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.29%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=21.29%
G=40.65%
B=38.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322522360.4800.060.0117295.2475.29
Hex84FCEC30061ac5f4b
Octal20437435460061254137113
Binary100001001111110011101100110000011011010110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84FCEC; }

 p { color: rgb(132,252,236); }

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

<style>
 a { background-color: #84FCEC; }

 a { background-color: rgb(132,252,236); }

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

<style>
 span { border-color: #84FCEC; }

 span { border-color: rgb(132,252,236); }

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