#82ECF5

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

Shades of Electric Blue #82ECF5

Tints of Electric Blue #82ECF5

Color information

#82ECF5 (or 0x82ECF5) is unknown color: approx Electric Blue. HEX triplet: 82, EC and F5. RGB value is (130,236,245). Sum of RGB (Red+Green+Blue) = 130+236+245=611 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.28% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #82ECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82ECF5 is #7D130A. Grayscale: #CDCDCD. Windows color (decimal): -8196875 or 16116866. OLE color: 16116866.

HSL color Cylindrical-coordinate representation of color #82ECF5: hue angle of 184.7º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82ECF5 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130236245-
CMYK0.470.0400.04
HSL184.7º85.19%73.53%-
HSV(B)184.7º46.94%96.08%-
XYZ55.6871.3397.22-
YUV205.33150.3874.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.28%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=21.28%
G=38.63%
B=40.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302362450.470.0400.04184.785.1973.53
Hex82ECF52F404b9554a
Octal20235436557404271125112
Binary10000010111011001111010110111110001001011100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82ECF5; }

 p { color: rgb(130,236,245); }

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

<style>
 a { background-color: #82ECF5; }

 a { background-color: rgb(130,236,245); }

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

<style>
 span { border-color: #82ECF5; }

 span { border-color: rgb(130,236,245); }

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