#82f2e8

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

Shades of Electric Blue #82F2E8

Tints of Electric Blue #82F2E8

Color information

#82F2E8 (or 0x82F2E8) is unknown color: approx Electric Blue. HEX triplet: 82, F2 and E8. RGB value is (130,242,232). Sum of RGB (Red+Green+Blue) = 130+242+232=604 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.52% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F2E8 is #7D0D17. Grayscale: #CFCFCF. Windows color (decimal): -8195352 or 15266434. OLE color: 15266434.

HSL color Cylindrical-coordinate representation of color #82F2E8: hue angle of 174.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F2E8 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB130242232-
CMYK0.4600.040.05
HSL174.64º81.16%72.94%-
HSV(B)174.64º46.28%94.9%-
XYZ55.5274.0887.72-
YUV207.37141.8972.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.52%
GREEN value IS 242 (94.92% from 255) = 40.07%
BLUE value IS 232 (91.02% from 255) = 38.41%
R=21.52%
G=40.07%
B=38.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302422320.4600.040.05174.6481.1672.94
Hex82F2E82E045af5149
Octal20236235056045257121111
Binary10000010111100101110100010111001001011010111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82f2e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,242,232); }

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

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

 a { background-color: rgb(130,242,232); }

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

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

 span { border-color: rgb(130,242,232); }

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