#82EDEF

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

Shades of Electric Blue #82EDEF

Tints of Electric Blue #82EDEF

Color information

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

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

Color convert

RGB130237239-
CMYK0.460.0100.06
HSL181.1º77.3%72.35%-
HSV(B)181.1º45.61%93.73%-
XYZ55.0771.5592.57-
YUV205.24147.0574.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302372390.460.0100.06181.177.372.35
Hex82EDEF2E106b54d48
Octal20235535756106265115110
Binary100000101110110111101111101110101101011010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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