#82EDFA

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

Shades of Electric Blue #82EDFA

Tints of Electric Blue #82EDFA

Color information

#82EDFA (or 0x82EDFA) is unknown color: approx Electric Blue. HEX triplet: 82, ED and FA. RGB value is (130,237,250). Sum of RGB (Red+Green+Blue) = 130+237+250=617 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.07% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #82EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EDFA is #7D1205. Grayscale: #CECECE. Windows color (decimal): -8196614 or 16444802. OLE color: 16444802.

HSL color Cylindrical-coordinate representation of color #82EDFA: hue angle of 186.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 #82EDFA is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130237250-
CMYK0.480.0500.02
HSL186.5º92.31%74.51%-
HSV(B)186.5º48%98.04%-
XYZ56.7572.22101.39-
YUV206.49152.5573.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.07%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=21.07%
G=38.41%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302372500.480.0500.02186.592.3174.51
Hex82EDFA30502ba5c4b
Octal20235537260502272134113
Binary1000001011101101111110101100001010101011101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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