COLOR #80BAFA

HEX: #80BAFA RGB: (128,186,250)

Color info

#80BAFA contains mainly blue color. Web safe color of #80BAFA is #66CCFF (or #6CF).

RGB color model

#80BAFA color RGB value is (128,186,250).

RGB: (128,186,250) (50%, 73%, 98%)

RGB channels and saturation

R 128 of 255 = 50%
G 186 of 255 = 73%
B 250 of 255 = 98%

128
186
250

R + G + B ~ 74%. #80BAFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 186 + 250 = 564 (100%)
R 128 of 564 ~ 22.7%
G 186 of 564 ~ 32.98%
B 250 of 564 ~ 44.33'%

%22.7
%32.98
%44.33

CMYK color model

#80BAFA color CMYK value is (49,26,0,2).

  • cyan value is 48.80%
  • magenta value is 25.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (49,26,0,2)
C49M26Y0K2 (49%, 26%, 0%, 2%)
(0.49 / 0.26 / 0.00 / 0.02)

CMYK percentages

%48.8
%25.6
%0
%1.96

Codes

Color #80BAFA in popluar color models

80 BA FA
RGB 128 186 250
HSL 211° 92.42% 74.12%
HSB/HSV 211° 48.80% 98.04%
CMYK 48.80% 25.60% 0.00%
1.96%

Color #80BAFA in popluar number systems.

HEX 80 BA FA
Decimal 128 186 250
Binary 10000000 10111010 11111010
Octal 200 272 372

Shades and tints

Shades of #80BAFA

#80BAFA
(128,186,250)
#75AAE4
(117,170,228)
#6A9ACE
(106,154,206)
#5F8AB8
(95,138,184)
#547AA2
(84,122,162)
#496A8C
(73,106,140)
#3E5A76
(62,90,118)
#334A60
(51,74,96)
#283A4A
(40,58,74)
#1D2A34
(29,42,52)
#121A1E
(18,26,30)
#000000
(0,0,0)

Tints of #80BAFA

#80BAFA
(128,186,250)
#8BC0FA
(139,192,250)
#96C6FA
(150,198,250)
#A1CCFA
(161,204,250)
#ACD2FA
(172,210,250)
#B7D8FA
(183,216,250)
#C2DEFA
(194,222,250)
#CDE4FA
(205,228,250)
#D8EAFA
(216,234,250)
#E3F0FA
(227,240,250)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BAFA color. Also use rgb(128,186,250) instead hex code.

Text Font Color

.myTextColor { color: #80BAFA; }

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

This text font color is #80BAFA.

Background Color

.myBgColor { background-color: #80BAFA; }

<div style="background-color:#80BAFA">Inner text</div>

This div background color is #80BAFA.

Border color

.myBorderColor { border: 1px solid #80BAFA; }

<div style="border:3px solid #80BAFA">Div</div>

This div border color is #80BAFA.

Opacity

.myOpacity80 { color: #80BAFA; opacity: 0.8; }

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

Text with #80BAFA 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 #80BAFA;}

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

This text has shadow with #80BAFA color.


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

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

This text has shadow with #80BAFA primary color and red secondary color.


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

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

This text has shadow with #80BAFA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80BAFA.

Preview

Color preview on black background

This text has color #80BAFA on black background.


Color preview on white background

This text has color #80BAFA on white background.


Black color preview on #80BAFA background

This text has black color on #80BAFA background.


White color preview on #80BAFA background

This text has white color on #80BAFA background.


Related colors

Complementary color

Complementary color for #hex is #7F4505.


I love getcolorcode.com

Triadic colors

1 #FA80BA and #BAFA80 with #80BAFA are triadic colors.

2 #FABA80 and #BA80FA with #80BAFA are triadic colors.