#82FAF0

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

Shades of Electric Blue #82FAF0

Tints of Electric Blue #82FAF0

Color information

#82FAF0 (or 0x82FAF0) is unknown color: approx Electric Blue. HEX triplet: 82, FA and F0. RGB value is (130,250,240). Sum of RGB (Red+Green+Blue) = 130+250+240=620 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.97% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 240 (94.14% from 255 or 38.71% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAF0 is #7D050F. Grayscale: #D4D4D4. Windows color (decimal): -8193296 or 15792770. OLE color: 15792770.

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

Color convert

RGB130250240-
CMYK0.4800.040.02
HSL175º92.31%74.51%-
HSV(B)175º48%98.04%-
XYZ59.1279.4194.65-
YUV212.98143.2468.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.97%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 240 (94.14% from 255) = 38.71%
R=20.97%
G=40.32%
B=38.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302502400.4800.040.0217592.3174.51
Hex82FAF030042af5c4b
Octal20237236060042257134113
Binary1000001011111010111100001100000100101010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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