#82F0EA

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

Shades of Electric Blue #82F0EA

Tints of Electric Blue #82F0EA

Color information

#82F0EA (or 0x82F0EA) is unknown color: approx Electric Blue. HEX triplet: 82, F0 and EA. RGB value is (130,240,234). Sum of RGB (Red+Green+Blue) = 130+240+234=604 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.52% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #82F0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F0EA is #7D0F15. Grayscale: #CECECE. Windows color (decimal): -8195862 or 15396994. OLE color: 15396994.

HSL color Cylindrical-coordinate representation of color #82F0EA: hue angle of 176.73º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F0EA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB130240234-
CMYK0.4600.020.06
HSL176.73º78.57%72.55%-
HSV(B)176.73º45.83%94.12%-
XYZ55.2273.0189.02-
YUV206.43143.5673.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.52%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=21.52%
G=39.74%
B=38.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302402340.4600.020.06176.7378.5772.55
Hex82F0EA2E026b14f49
Octal20236035256026261117111
Binary1000001011110000111010101011100101101011000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,240,234); }

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

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

 a { background-color: rgb(130,240,234); }

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

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

 span { border-color: rgb(130,240,234); }

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