#82FAF4

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

Shades of Electric Blue #82FAF4

Tints of Electric Blue #82FAF4

Color information

#82FAF4 (or 0x82FAF4) is unknown color: approx Electric Blue. HEX triplet: 82, FA and F4. RGB value is (130,250,244). Sum of RGB (Red+Green+Blue) = 130+250+244=624 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.83% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAF4 is #7D050B. Grayscale: #D5D5D5. Windows color (decimal): -8193292 or 16054914. OLE color: 16054914.

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

Color convert

RGB130250244-
CMYK0.4800.020.02
HSL177º92.31%74.51%-
HSV(B)177º48%98.04%-
XYZ59.7279.6597.81-
YUV213.44145.2468.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.83%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=20.83%
G=40.06%
B=39.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302502440.4800.020.0217792.3174.51
Hex82FAF430022b15c4b
Octal20237236460022261134113
Binary100000101111101011110100110000010101011000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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