#82F5FA

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

Shades of Electric Blue #82F5FA

Tints of Electric Blue #82F5FA

Color information

#82F5FA (or 0x82F5FA) is unknown color: approx Electric Blue. HEX triplet: 82, F5 and FA. RGB value is (130,245,250). Sum of RGB (Red+Green+Blue) = 130+245+250=625 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.8% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #82F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F5FA is #7D0A05. Grayscale: #D3D3D3. Windows color (decimal): -8194566 or 16446850. OLE color: 16446850.

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

Color convert

RGB130245250-
CMYK0.480.0200.02
HSL182.5º92.31%74.51%-
HSV(B)182.5º48%98.04%-
XYZ59.1176.95102.18-
YUV211.18149.970.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.8%
GREEN value IS 245 (96.09% from 255) = 39.2%
BLUE value IS 250 (98.05% from 255) = 40%
R=20.8%
G=39.2%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302452500.480.0200.02182.592.3174.51
Hex82F5FA30202b65c4b
Octal20236537260202266134113
Binary100000101111010111111010110000100101011011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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