#82EFED

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

Shades of Electric Blue #82EFED

Tints of Electric Blue #82EFED

Color information

#82EFED (or 0x82EFED) is unknown color: approx Electric Blue. HEX triplet: 82, EF and ED. RGB value is (130,239,237). Sum of RGB (Red+Green+Blue) = 130+239+237=606 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.45% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EFED is #7D1012. Grayscale: #CECECE. Windows color (decimal): -8196115 or 15593346. OLE color: 15593346.

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

Color convert

RGB130239237-
CMYK0.4600.010.06
HSL178.9º77.3%72.35%-
HSV(B)178.9º45.61%93.73%-
XYZ55.3672.5991.21-
YUV206.18145.3973.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.45%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=21.45%
G=39.44%
B=39.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302392370.4600.010.06178.977.372.35
Hex82EFED2E016b34d48
Octal20235735556016263115110
Binary100000101110111111101101101110011101011001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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