COLOR #82CBFA

HEX: #82CBFA RGB: (130,203,250)

Color info

#82CBFA contains mainly green and blue colors. Web safe color of #82CBFA is #99CCFF (or #9CF).

RGB color model

#82CBFA color RGB value is (130,203,250).

RGB: (130,203,250) (51%, 80%, 98%)

RGB channels and saturation

R 130 of 255 = 51%
G 203 of 255 = 80%
B 250 of 255 = 98%

130
203
250

R + G + B ~ 76%. #82CBFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 203 + 250 = 583 (100%)
R 130 of 583 ~ 22.3%
G 203 of 583 ~ 34.82%
B 250 of 583 ~ 42.88'%

%22.3
%34.82
%42.88

CMYK color model

#82CBFA color CMYK value is (48,19,0,2).

  • cyan value is 48.00%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (48,19,0,2)
C48M19Y0K2 (48%, 19%, 0%, 2%)
(0.48 / 0.19 / 0.00 / 0.02)

CMYK percentages

%48
%18.8
%0
%1.96

Codes

Color #82CBFA in popluar color models

82 CB FA
RGB 130 203 250
HSL 204° 92.31% 74.51%
HSB/HSV 204° 48.00% 98.04%
CMYK 48.00% 18.80% 0.00%
1.96%

Color #82CBFA in popluar number systems.

HEX 82 CB FA
Decimal 130 203 250
Binary 10000010 11001011 11111010
Octal 202 313 372

Shades and tints

Shades of #82CBFA

#82CBFA
(130,203,250)
#77B9E4
(119,185,228)
#6CA7CE
(108,167,206)
#6195B8
(97,149,184)
#5683A2
(86,131,162)
#4B718C
(75,113,140)
#405F76
(64,95,118)
#354D60
(53,77,96)
#2A3B4A
(42,59,74)
#1F2934
(31,41,52)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #82CBFA

#82CBFA
(130,203,250)
#8DCFFA
(141,207,250)
#98D3FA
(152,211,250)
#A3D7FA
(163,215,250)
#AEDBFA
(174,219,250)
#B9DFFA
(185,223,250)
#C4E3FA
(196,227,250)
#CFE7FA
(207,231,250)
#DAEBFA
(218,235,250)
#E5EFFA
(229,239,250)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82CBFA color. Also use rgb(130,203,250) instead hex code.

Text Font Color

.myTextColor { color: #82CBFA; }

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

This text font color is #82CBFA.

Background Color

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

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

This div background color is #82CBFA.

Border color

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

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

This div border color is #82CBFA.

Opacity

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

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

Text with #82CBFA 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 #82CBFA;}

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

This text has shadow with #82CBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82CBFA.

Preview

Color preview on black background

This text has color #82CBFA on black background.


Color preview on white background

This text has color #82CBFA on white background.


Black color preview on #82CBFA background

This text has black color on #82CBFA background.


White color preview on #82CBFA background

This text has white color on #82CBFA background.


Related colors

Complementary color

Complementary color for #hex is #7D3405.


I love getcolorcode.com

Triadic colors

1 #FA82CB and #CBFA82 with #82CBFA are triadic colors.

2 #FACB82 and #CB82FA with #82CBFA are triadic colors.