#82FAF7

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

Shades of Electric Blue #82FAF7

Tints of Electric Blue #82FAF7

Color information

#82FAF7 (or 0x82FAF7) is unknown color: approx Electric Blue. HEX triplet: 82, FA and F7. RGB value is (130,250,247). Sum of RGB (Red+Green+Blue) = 130+250+247=627 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.73% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAF7 is #7D0508. Grayscale: #D5D5D5. Windows color (decimal): -8193289 or 16251522. OLE color: 16251522.

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

Color convert

RGB130250247-
CMYK0.4800.010.02
HSL178.5º92.31%74.51%-
HSV(B)178.5º48%98.04%-
XYZ60.1879.83100.23-
YUV213.78146.7468.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.73%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=20.73%
G=39.87%
B=39.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302502470.4800.010.02178.592.3174.51
Hex82FAF730012b25c4b
Octal20237236760012262134113
Binary10000010111110101111011111000001101011001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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