#82F1EF

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

Shades of Electric Blue #82F1EF

Tints of Electric Blue #82F1EF

Color information

#82F1EF (or 0x82F1EF) is unknown color: approx Electric Blue. HEX triplet: 82, F1 and EF. RGB value is (130,241,239). Sum of RGB (Red+Green+Blue) = 130+241+239=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F1EF is #7D0E10. Grayscale: #CFCFCF. Windows color (decimal): -8195601 or 15724930. OLE color: 15724930.

HSL color Cylindrical-coordinate representation of color #82F1EF: hue angle of 178.92º degrees, saturation: 0.8, 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 #82F1EF is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB130241239-
CMYK0.4600.010.05
HSL178.92º79.86%72.75%-
HSV(B)178.92º46.06%94.51%-
XYZ56.2473.8992.96-
YUV207.58145.7372.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.31%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 239 (93.75% from 255) = 39.18%
R=21.31%
G=39.51%
B=39.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302412390.4600.010.05178.9279.8672.75
Hex82F1EF2E015b35049
Octal20236135756015263120111
Binary100000101111000111101111101110011011011001110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,241,239); }

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

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

 a { background-color: rgb(130,241,239); }

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

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

 span { border-color: rgb(130,241,239); }

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