#82F2F0

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

Shades of Electric Blue #82F2F0

Tints of Electric Blue #82F2F0

Color information

#82F2F0 (or 0x82F2F0) is unknown color: approx Electric Blue. HEX triplet: 82, F2 and F0. RGB value is (130,242,240). Sum of RGB (Red+Green+Blue) = 130+242+240=612 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.24% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #82F2F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F2F0 is #7D0D0F. Grayscale: #D0D0D0. Windows color (decimal): -8195344 or 15790722. OLE color: 15790722.

HSL color Cylindrical-coordinate representation of color #82F2F0: hue angle of 178.93º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F2F0 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB130242240-
CMYK0.4600.010.05
HSL178.93º81.16%72.94%-
HSV(B)178.93º46.28%94.9%-
XYZ56.6974.5493.84-
YUV208.28145.8972.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.24%
GREEN value IS 242 (94.92% from 255) = 39.54%
BLUE value IS 240 (94.14% from 255) = 39.22%
R=21.24%
G=39.54%
B=39.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302422400.4600.010.05178.9381.1672.94
Hex82F2F02E015b35149
Octal20236236056015263121111
Binary100000101111001011110000101110011011011001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,242,240); }

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

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

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

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

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

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

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