#82FAEC

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

Shades of Electric Blue #82FAEC

Tints of Electric Blue #82FAEC

Color information

#82FAEC (or 0x82FAEC) is unknown color: approx Electric Blue. HEX triplet: 82, FA and EC. RGB value is (130,250,236). Sum of RGB (Red+Green+Blue) = 130+250+236=616 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.10% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAEC is #7D0513. Grayscale: #D4D4D4. Windows color (decimal): -8193300 or 15530626. OLE color: 15530626.

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

Color convert

RGB130250236-
CMYK0.4800.060.02
HSL173º92.31%74.51%-
HSV(B)173º48%98.04%-
XYZ58.5379.1791.55-
YUV212.52141.2469.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.10%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=21.10%
G=40.58%
B=38.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302502360.4800.060.0217392.3174.51
Hex82FAEC30062ad5c4b
Octal20237235460062255134113
Binary1000001011111010111011001100000110101010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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