COLOR #82BBFA

HEX: #82BBFA RGB: (130,187,250)

Color info

#82BBFA contains mainly blue color. Web safe color of #82BBFA is #99CCFF (or #9CF).

RGB color model

#82BBFA color RGB value is (130,187,250).

RGB: (130,187,250) (51%, 73%, 98%)

RGB channels and saturation

R 130 of 255 = 51%
G 187 of 255 = 73%
B 250 of 255 = 98%

130
187
250

R + G + B ~ 74%. #82BBFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 130 + 187 + 250 = 567 (100%)
R 130 of 567 ~ 22.93%
G 187 of 567 ~ 32.98%
B 250 of 567 ~ 44.09'%

%22.93
%32.98
%44.09

CMYK color model

#82BBFA color CMYK value is (48,25,0,2).

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

CMYK: (48,25,0,2)
C48M25Y0K2 (48%, 25%, 0%, 2%)
(0.48 / 0.25 / 0.00 / 0.02)

CMYK percentages

%48
%25.2
%0
%1.96

Codes

Color #82BBFA in popluar color models

82 BB FA
RGB 130 187 250
HSL 212° 92.31% 74.51%
HSB/HSV 212° 48.00% 98.04%
CMYK 48.00% 25.20% 0.00%
1.96%

Color #82BBFA in popluar number systems.

HEX 82 BB FA
Decimal 130 187 250
Binary 10000010 10111011 11111010
Octal 202 273 372

Shades and tints

Shades of #82BBFA

#82BBFA
(130,187,250)
#77AAE4
(119,170,228)
#6C99CE
(108,153,206)
#6188B8
(97,136,184)
#5677A2
(86,119,162)
#4B668C
(75,102,140)
#405576
(64,85,118)
#354460
(53,68,96)
#2A334A
(42,51,74)
#1F2234
(31,34,52)
#14111E
(20,17,30)
#000000
(0,0,0)

Tints of #82BBFA

#82BBFA
(130,187,250)
#8DC1FA
(141,193,250)
#98C7FA
(152,199,250)
#A3CDFA
(163,205,250)
#AED3FA
(174,211,250)
#B9D9FA
(185,217,250)
#C4DFFA
(196,223,250)
#CFE5FA
(207,229,250)
#DAEBFA
(218,235,250)
#E5F1FA
(229,241,250)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82BBFA; }

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

This text font color is #82BBFA.

Background Color

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

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

This div background color is #82BBFA.

Border color

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

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

This div border color is #82BBFA.

Opacity

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

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

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

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

This text has shadow with #82BBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82BBFA.

Preview

Color preview on black background

This text has color #82BBFA on black background.


Color preview on white background

This text has color #82BBFA on white background.


Black color preview on #82BBFA background

This text has black color on #82BBFA background.


White color preview on #82BBFA background

This text has white color on #82BBFA background.


Related colors

Complementary color

Complementary color for #hex is #7D4405.


I love getcolorcode.com

Triadic colors

1 #FA82BB and #BBFA82 with #82BBFA are triadic colors.

2 #FABB82 and #BB82FA with #82BBFA are triadic colors.