#82F9F0

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

Shades of Electric Blue #82F9F0

Tints of Electric Blue #82F9F0

Color information

#82F9F0 (or 0x82F9F0) is unknown color: approx Electric Blue. HEX triplet: 82, F9 and F0. RGB value is (130,249,240). Sum of RGB (Red+Green+Blue) = 130+249+240=619 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.00% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #82F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F9F0 is #7D060F. Grayscale: #D4D4D4. Windows color (decimal): -8193552 or 15792514. OLE color: 15792514.

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

Color convert

RGB130249240-
CMYK0.4800.040.02
HSL175.46º90.84%74.31%-
HSV(B)175.46º47.79%97.65%-
XYZ58.8178.7994.55-
YUV212.39143.5869.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.00%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=21.00%
G=40.23%
B=38.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1302492400.4800.040.02175.4690.8474.31
Hex82F9F030042af5b4a
Octal20237136060042257133112
Binary1000001011111001111100001100000100101010111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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