#82FAF9

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

Shades of Electric Blue #82FAF9

Tints of Electric Blue #82FAF9

Color information

#82FAF9 (or 0x82FAF9) is unknown color: approx Electric Blue. HEX triplet: 82, FA and F9. RGB value is (130,250,249). Sum of RGB (Red+Green+Blue) = 130+250+249=629 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.67% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #82FAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAF9 is #7D0506. Grayscale: #D5D5D5. Windows color (decimal): -8193287 or 16382594. OLE color: 16382594.

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

Color convert

RGB130250249-
CMYK0.4800.000.02
HSL179.5º92.31%74.51%-
HSV(B)179.5º48%98.04%-
XYZ60.4979.96101.87-
YUV214.01147.7468.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.67%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=20.67%
G=39.75%
B=39.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302502490.4800.000.02179.592.3174.51
Hex82FAF930002b45c4b
Octal20237237160002264134113
Binary10000010111110101111100111000000101011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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