#82EAF6

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

Shades of Electric Blue #82EAF6

Tints of Electric Blue #82EAF6

Color information

#82EAF6 (or 0x82EAF6) is unknown color: approx Electric Blue. HEX triplet: 82, EA and F6. RGB value is (130,234,246). Sum of RGB (Red+Green+Blue) = 130+234+246=610 (80% of max value = 765). Red value is 130 (51.17% from 255 or 21.31% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #82EAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EAF6 is #7D1509. Grayscale: #CCCCCC. Windows color (decimal): -8197386 or 16181890. OLE color: 16181890.

HSL color Cylindrical-coordinate representation of color #82EAF6: hue angle of 186.21º 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 #82EAF6 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130234246-
CMYK0.470.0500.04
HSL186.21º86.57%73.73%-
HSV(B)186.21º47.15%96.47%-
XYZ55.2670.2597.83-
YUV204.27151.5475.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.31%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 246 (96.48% from 255) = 40.33%
R=21.31%
G=38.36%
B=40.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302342460.470.0500.04186.2186.5773.73
Hex82EAF62F504ba574a
Octal20235236657504272127112
Binary10000010111010101111011010111110101001011101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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