#84ECFA

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

Shades of Electric Blue #84ECFA

Tints of Electric Blue #84ECFA

Color information

#84ECFA (or 0x84ECFA) is unknown color: approx Electric Blue. HEX triplet: 84, EC and FA. RGB value is (132,236,250). Sum of RGB (Red+Green+Blue) = 132+236+250=618 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.36% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #84ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84ECFA is #7B1305. Grayscale: #CECECE. Windows color (decimal): -8065798 or 16444548. OLE color: 16444548.

HSL color Cylindrical-coordinate representation of color #84ECFA: hue angle of 187.12º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84ECFA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132236250-
CMYK0.470.0600.02
HSL187.12º92.19%74.9%-
HSV(B)187.12º47.2%98.04%-
XYZ56.7771.8101.31-
YUV206.5152.5474.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.36%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=21.36%
G=38.19%
B=40.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322362500.470.0600.02187.1292.1974.9
Hex84ECFA2F602bb5c4b
Octal20435437257602273134113
Binary1000010011101100111110101011111100101011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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