#82EBFA

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

Shades of Electric Blue #82EBFA

Tints of Electric Blue #82EBFA

Color information

#82EBFA (or 0x82EBFA) is unknown color: approx Electric Blue. HEX triplet: 82, EB and FA. RGB value is (130,235,250). Sum of RGB (Red+Green+Blue) = 130+235+250=615 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.14% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #82EBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EBFA is #7D1405. Grayscale: #CDCDCD. Windows color (decimal): -8197126 or 16444290. OLE color: 16444290.

HSL color Cylindrical-coordinate representation of color #82EBFA: hue angle of 187.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82EBFA is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130235250-
CMYK0.480.0600.02
HSL187.5º92.31%74.51%-
HSV(B)187.5º48%98.04%-
XYZ56.1771.06101.2-
YUV205.32153.2174.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.14%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=21.14%
G=38.21%
B=40.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302352500.480.0600.02187.592.3174.51
Hex82EBFA30602bc5c4b
Octal20235337260602274134113
Binary1000001011101011111110101100001100101011110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,235,250); }

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

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

 a { background-color: rgb(130,235,250); }

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

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

 span { border-color: rgb(130,235,250); }

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