#82FEFE

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

Shades of Electric Blue #82FEFE

Tints of Electric Blue #82FEFE

Color information

#82FEFE (or 0x82FEFE) is unknown color: approx Electric Blue. HEX triplet: 82, FE and FE. RGB value is (130,254,254). Sum of RGB (Red+Green+Blue) = 130+254+254=638 (84% of max value = 765). Red value is 130 (51.17% from 255 or 20.38% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #82FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FEFE is #7D0101. Grayscale: #D8D8D8. Windows color (decimal): -8192258 or 16711298. OLE color: 16711298.

HSL color Cylindrical-coordinate representation of color #82FEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FEFE is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130254254-
CMYK0.49000.00
HSL180º98.41%75.29%-
HSV(B)180º48.82%99.61%-
XYZ62.5482.79106.45-
YUV216.92148.9266-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 20.38%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=20.38%
G=39.81%
B=39.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302542540.49000.0018098.4175.29
Hex82FEFE31000b4624b
Octal20237637661000264142113
Binary1000001011111110111111101100010001011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,254,254); }

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

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

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

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

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

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

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