#82EDE4

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

Shades of Electric Blue #82EDE4

Tints of Electric Blue #82EDE4

Color information

#82EDE4 (or 0x82EDE4) is unknown color: approx Electric Blue. HEX triplet: 82, ED and E4. RGB value is (130,237,228). Sum of RGB (Red+Green+Blue) = 130+237+228=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDE4 is #7D121B. Grayscale: #CBCBCB. Windows color (decimal): -8196636 or 15003010. OLE color: 15003010.

HSL color Cylindrical-coordinate representation of color #82EDE4: hue angle of 174.95º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EDE4 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB130237228-
CMYK0.4500.040.07
HSL174.95º74.83%71.96%-
HSV(B)174.95º45.15%92.94%-
XYZ53.4970.9284.27-
YUV203.98141.5575.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.85%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 228 (89.45% from 255) = 38.32%
R=21.85%
G=39.83%
B=38.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302372280.4500.040.07174.9574.8371.96
Hex82EDE42D047af4b48
Octal20235534455047257113110
Binary10000010111011011110010010110101001111010111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,237,228); }

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

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

 a { background-color: rgb(130,237,228); }

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

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

 span { border-color: rgb(130,237,228); }

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