COLOR #80B9F0

HEX: #80B9F0
RGB: (128,185,240)

Color info

#80B9F0 contains mainly green and blue colors. Web safe color of #80B9F0 is #66CCFF (or #6CF).

RGB color model

#80B9F0 color RGB value is (128,185,240).

  • red value is 128;
  • green value is 185;
  • blue value is 240.
RGB:
(128,185,240)
(50%,73%,94%)

RGB channels and saturation

R 128 of 255 = 50%
G 185 of 255 = 73%
B 240 of 255 = 94%

128
185
240

R + G + B ~ 72%. #80B9F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 185 + 240 = 553 (100%)
R 128 of 553 ~ 23.15%
G 185 of 553 ~ 33.45%
B 240 of 553 ~ 43.4%

%23.15
%33.45
%43.4

CMYK color model

#80B9F0 color CMYK value is (47,23,0,6).

  • cyan value is 46.67%
  • magenta value is 22.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(47,23,0,6)
C47M23Y0K6 
(47%,23%,0%,6%)
(0.47/0.23/0.00/0.06)	

CMYK percentages

%46.67
%22.92
%0
%5.88

Codes

Color #80B9F0 in popluar color models

80B9F0
RGB128185240
HSL209°78.87%72.16%
HSB/HSV209°46.67%94.12%
CMYK46.67%22.92%0.00%
5.88%

Color #80B9F0 in popluar number systems.

HEX80B9F0
Decimal128185240
Binary100000001011100111110000
Octal200271360

Shades and tints

Shades of #80B9F0

#80B9F0
(128,185,240)
#75A9DB
(117,169,219)
#6A99C6
(106,153,198)
#5F89B1
(95,137,177)
#54799C
(84,121,156)
#496987
(73,105,135)
#3E5972
(62,89,114)
#33495D
(51,73,93)
#283948
(40,57,72)
#1D2933
(29,41,51)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #80B9F0

#80B9F0
(128,185,240)
#8BBFF1
(139,191,241)
#96C5F2
(150,197,242)
#A1CBF3
(161,203,243)
#ACD1F4
(172,209,244)
#B7D7F5
(183,215,245)
#C2DDF6
(194,221,246)
#CDE3F7
(205,227,247)
#D8E9F8
(216,233,248)
#E3EFF9
(227,239,249)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B9F0 color. Also use rgb(128,185,240) instead hex code.

Text Font Color

.myTextColor { color: #80B9F0; }

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

This text font color is #80B9F0.


Background Color

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

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

This div background color is #80B9F0.


Border color

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

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

This div border color is #80B9F0.


Opacity

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

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

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

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

This text has shadow with #80B9F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B9F0 on black background.


Color preview on white background

This text has color #80B9F0 on white background.



Black color preview on #80B9F0 background

This text has black color on #80B9F0 background.


White color preview on #80B9F0 background

This text has white color on #80B9F0 background.