#82EFEE

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

Shades of Electric Blue #82EFEE

Tints of Electric Blue #82EFEE

Color information

#82EFEE (or 0x82EFEE) is unknown color: approx Electric Blue. HEX triplet: 82, EF and EE. RGB value is (130,239,238). Sum of RGB (Red+Green+Blue) = 130+239+238=607 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.42% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EFEE is #7D1011. Grayscale: #CECECE. Windows color (decimal): -8196114 or 15658882. OLE color: 15658882.

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

Color convert

RGB130239238-
CMYK0.4600.000.06
HSL179.45º77.3%72.35%-
HSV(B)179.45º45.61%93.73%-
XYZ55.5172.6591.99-
YUV206.3145.8973.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.42%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=21.42%
G=39.37%
B=39.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302392380.4600.000.06179.4577.372.35
Hex82EFEE2E006b34d48
Octal20235735656006263115110
Binary100000101110111111101110101110001101011001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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