#82F6EF

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

Shades of Electric Blue #82F6EF

Tints of Electric Blue #82F6EF

Color information

#82F6EF (or 0x82F6EF) is unknown color: approx Electric Blue. HEX triplet: 82, F6 and EF. RGB value is (130,246,239). Sum of RGB (Red+Green+Blue) = 130+246+239=615 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.14% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #82F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F6EF is #7D0910. Grayscale: #D2D2D2. Windows color (decimal): -8194321 or 15726210. OLE color: 15726210.

HSL color Cylindrical-coordinate representation of color #82F6EF: hue angle of 176.38º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F6EF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB130246239-
CMYK0.4700.030.04
HSL176.38º86.57%73.73%-
HSV(B)176.38º47.15%96.47%-
XYZ57.7476.8993.46-
YUV210.52144.0770.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.14%
GREEN value IS 246 (96.48% from 255) = 40%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=21.14%
G=40%
B=38.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302462390.4700.030.04176.3886.5773.73
Hex82F6EF2F034b0574a
Octal20236635757034260127112
Binary1000001011110110111011111011110111001011000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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