#82ECF9

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

Shades of Electric Blue #82ECF9

Tints of Electric Blue #82ECF9

Color information

#82ECF9 (or 0x82ECF9) is unknown color: approx Electric Blue. HEX triplet: 82, EC and F9. RGB value is (130,236,249). Sum of RGB (Red+Green+Blue) = 130+236+249=615 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.14% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #82ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82ECF9 is #7D1306. Grayscale: #CDCDCD. Windows color (decimal): -8196871 or 16379010. OLE color: 16379010.

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

Color convert

RGB130236249-
CMYK0.480.0500.02
HSL186.55º90.84%74.31%-
HSV(B)186.55º47.79%97.65%-
XYZ56.371.58100.47-
YUV205.79152.3873.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.14%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=21.14%
G=38.37%
B=40.49%

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
Decimal1302362490.480.0500.02186.5590.8474.31
Hex82ECF930502bb5b4a
Octal20235437160502273133112
Binary1000001011101100111110011100001010101011101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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