#82ECF4

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

Shades of Electric Blue #82ECF4

Tints of Electric Blue #82ECF4

Color information

#82ECF4 (or 0x82ECF4) is unknown color: approx Electric Blue. HEX triplet: 82, EC and F4. RGB value is (130,236,244). Sum of RGB (Red+Green+Blue) = 130+236+244=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 244 (95.70% from 255 or 40% from 610); Max value from RGB is 244 - color contains mainly: blue. Hex color #82ECF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82ECF4 is #7D130B. Grayscale: #CDCDCD. Windows color (decimal): -8196876 or 16051330. OLE color: 16051330.

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

Color convert

RGB130236244-
CMYK0.470.0300.04
HSL184.21º83.82%73.33%-
HSV(B)184.21º46.72%95.69%-
XYZ55.5371.2796.42-
YUV205.22149.8874.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.31%
GREEN value IS 236 (92.58% from 255) = 38.69%
BLUE value IS 244 (95.70% from 255) = 40%
R=21.31%
G=38.69%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302362440.470.0300.04184.2183.8273.33
Hex82ECF42F304b85449
Octal20235436457304270124111
Binary1000001011101100111101001011111101001011100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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