#82E8EF

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

Shades of Electric Blue #82E8EF

Tints of Electric Blue #82E8EF

Color information

#82E8EF (or 0x82E8EF) is unknown color: approx Electric Blue. HEX triplet: 82, E8 and EF. RGB value is (130,232,239). Sum of RGB (Red+Green+Blue) = 130+232+239=601 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.63% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #82E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E8EF is #7D1710. Grayscale: #CACACA. Windows color (decimal): -8197905 or 15722626. OLE color: 15722626.

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

Color convert

RGB130232239-
CMYK0.460.0300.06
HSL183.85º77.3%72.35%-
HSV(B)183.85º45.61%93.73%-
XYZ53.6468.6992.09-
YUV202.3148.7176.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.63%
GREEN value IS 232 (91.02% from 255) = 38.60%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=21.63%
G=38.60%
B=39.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302322390.460.0300.06183.8577.372.35
Hex82E8EF2E306b84d48
Octal20235035756306270115110
Binary1000001011101000111011111011101101101011100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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