COLOR #82FDFF

HEX: #82FDFF RGB: (130,253,255)

Color info

#82FDFF contains mainly green and blue colors. Web safe color of #82FDFF is #99FFFF (or #9FF).

RGB color model

#82FDFF color RGB value is (130,253,255).

RGB: (130,253,255) (51%, 99%, 100%)

RGB channels and saturation

R 130 of 255 = 51%
G 253 of 255 = 99%
B 255 of 255 = 100%

130
253
255

R + G + B ~ 83%. #82FDFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 253 + 255 = 638 (100%)
R 130 of 638 ~ 20.38%
G 253 of 638 ~ 39.66%
B 255 of 638 ~ 39.97'%

%20.38
%39.66
%39.97

CMYK color model

#82FDFF color CMYK value is (49,1,0,0).

  • cyan value is 49.02%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (49,1,0,0) C49M1Y0K0 (49%,1%,0%,0%) (0.49/0.01/0.00/0.00) 

CMYK percentages

%49.02
%0.78
%0
%0

Codes

Color #82FDFF in popluar color models

82 FD FF
RGB 130 253 255
HSL 181° 100.00% 75.49%
HSB/HSV 181° 49.02% 100.00%
CMYK 49.02% 0.78% 0.00%
0.00%

Color #82FDFF in popluar number systems.

HEX 82 FD FF
Decimal 130 253 255
Binary 10000010 11111101 11111111
Octal 202 375 377

Shades and tints

Shades of #82FDFF

#82FDFF
(130,253,255)
#77E6E8
(119,230,232)
#6CCFD1
(108,207,209)
#61B8BA
(97,184,186)
#56A1A3
(86,161,163)
#4B8A8C
(75,138,140)
#407375
(64,115,117)
#355C5E
(53,92,94)
#2A4547
(42,69,71)
#1F2E30
(31,46,48)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #82FDFF

#82FDFF
(130,253,255)
#8DFDFF
(141,253,255)
#98FDFF
(152,253,255)
#A3FDFF
(163,253,255)
#AEFDFF
(174,253,255)
#B9FDFF
(185,253,255)
#C4FDFF
(196,253,255)
#CFFDFF
(207,253,255)
#DAFDFF
(218,253,255)
#E5FDFF
(229,253,255)
#F0FDFF
(240,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82FDFF color. Also use rgb(130,253,255) instead hex code.

Text Font Color

.myTextColor { color: #82FDFF; }

<p style="color:#82FDFF">This sample text font color is #82FDFF.</p>

This text font color is #82FDFF.

Background Color

.myBgColor { background-color: #82FDFF; }

<div style="background-color:#82FDFF">Inner text</div>

This div background color is #82FDFF.

Border color

.myBorderColor { border: 1px solid #82FDFF; }

<div style="border:3px solid #82FDFF">Div</div>

This div border color is #82FDFF.

Opacity

.myOpacity80 { color: #82FDFF; opacity: 0.8; }

<p style="color:#82FDFF;opacity:0.8;">80%</p>

Text with #82FDFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #82FDFF;}

<p style="text-shadow: 3px 3px 1px #82FDFF">Text here.</p>

This text has shadow with #82FDFF color.


.textShadow {text-shadow: 3px 3px 1px #82FDFF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #82FDFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #82FDFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#82FDFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#82FDFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #82FDFF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #82FDFF;
-webkit-box-shadow: 1px 1px 3px 2px #82FDFF;
box-shadow: 1px 1px 3px 2px #82FDFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82FDFF; -webkit-box-shadow: 1px 1px 3px 2px #82FDFF; box-shadow:1px 1px 3px 2px #82FDFF;">
Div content here
</div>

This div box has shadow with color #82FDFF.

Preview

Color preview on black background

This text has color #82FDFF on black background.


Color preview on white background

This text has color #82FDFF on white background.


Black color preview on #82FDFF background

This text has black color on #82FDFF background.


White color preview on #82FDFF background

This text has white color on #82FDFF background.


Related colors

Complementary color

Complementary color for #hex is #7D0200.


I love getcolorcode.com

Triadic colors

1 #FF82FD and #FDFF82 with #82FDFF are triadic colors.

2 #FFFD82 and #FD82FF with #82FDFF are triadic colors.