#82ECFA

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

Shades of Electric Blue #82ECFA

Tints of Electric Blue #82ECFA

Color information

#82ECFA (or 0x82ECFA) is unknown color: approx Electric Blue. HEX triplet: 82, EC and FA. RGB value is (130,236,250). Sum of RGB (Red+Green+Blue) = 130+236+250=616 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.10% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #82ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82ECFA is #7D1305. Grayscale: #CDCDCD. Windows color (decimal): -8196870 or 16444546. OLE color: 16444546.

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

Color convert

RGB130236250-
CMYK0.480.0600.02
HSL187º92.31%74.51%-
HSV(B)187º48%98.04%-
XYZ56.4671.64101.29-
YUV205.9152.8873.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.10%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=21.10%
G=38.31%
B=40.58%

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
Decimal1302362500.480.0600.0218792.3174.51
Hex82ECFA30602bb5c4b
Octal20235437260602273134113
Binary1000001011101100111110101100001100101011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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