#82F1F5

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

Shades of Electric Blue #82F1F5

Tints of Electric Blue #82F1F5

Color information

#82F1F5 (or 0x82F1F5) is unknown color: approx Electric Blue. HEX triplet: 82, F1 and F5. RGB value is (130,241,245). Sum of RGB (Red+Green+Blue) = 130+241+245=616 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.10% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #82F1F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F1F5 is #7D0E0A. Grayscale: #D0D0D0. Windows color (decimal): -8195595 or 16118146. OLE color: 16118146.

HSL color Cylindrical-coordinate representation of color #82F1F5: hue angle of 182.09º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F1F5 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130241245-
CMYK0.470.0200.04
HSL182.09º85.19%73.53%-
HSV(B)182.09º46.94%96.08%-
XYZ57.1474.2597.71-
YUV208.27148.7372.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.10%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 245 (96.09% from 255) = 39.77%
R=21.10%
G=39.12%
B=39.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302412450.470.0200.04182.0985.1973.53
Hex82F1F52F204b6554a
Octal20236136557204266125112
Binary1000001011110001111101011011111001001011011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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