COLOR #80D4FF

HEX: #80D4FF
RGB: (128,212,255)

Color info

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

RGB color model

#80D4FF color RGB value is (128,212,255).

  • red value is 128;
  • green value is 212;
  • blue value is 255.
RGB:
(128,212,255)
(50%,83%,100%)

RGB channels and saturation

R 128 of 255 = 50%
G 212 of 255 = 83%
B 255 of 255 = 100%

128
212
255

R + G + B ~ 78%. #80D4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 212 + 255 = 595 (100%)
R 128 of 595 ~ 21.51%
G 212 of 595 ~ 35.63%
B 255 of 595 ~ 42.86%

%21.51
%35.63
%42.86

CMYK color model

#80D4FF color CMYK value is (50,17,0,0).

  • cyan value is 49.80%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(50,17,0,0)
C50M17Y0K0 
(50%,17%,0%,0%)
(0.50/0.17/0.00/0.00)	

CMYK percentages

%49.8
%16.86
%0
%0

Codes

Color #80D4FF in popluar color models

80D4FF
RGB128212255
HSL200°100.00%75.10%
HSB/HSV200°49.80%100.00%
CMYK49.80%16.86%0.00%
0.00%

Color #80D4FF in popluar number systems.

HEX80D4FF
Decimal128212255
Binary100000001101010011111111
Octal200324377

Shades and tints

Shades of #80D4FF

#80D4FF
(128,212,255)
#75C1E8
(117,193,232)
#6AAED1
(106,174,209)
#5F9BBA
(95,155,186)
#5488A3
(84,136,163)
#49758C
(73,117,140)
#3E6275
(62,98,117)
#334F5E
(51,79,94)
#283C47
(40,60,71)
#1D2930
(29,41,48)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #80D4FF

#80D4FF
(128,212,255)
#8BD7FF
(139,215,255)
#96DAFF
(150,218,255)
#A1DDFF
(161,221,255)
#ACE0FF
(172,224,255)
#B7E3FF
(183,227,255)
#C2E6FF
(194,230,255)
#CDE9FF
(205,233,255)
#D8ECFF
(216,236,255)
#E3EFFF
(227,239,255)
#EEF2FF
(238,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D4FF color. Also use rgb(128,212,255) instead hex code.

Text Font Color

.myTextColor { color: #80D4FF; }

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

This text font color is #80D4FF.


Background Color

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

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

This div background color is #80D4FF.


Border color

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

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

This div border color is #80D4FF.


Opacity

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

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

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

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

This text has shadow with #80D4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D4FF on black background.


Color preview on white background

This text has color #80D4FF on white background.



Black color preview on #80D4FF background

This text has black color on #80D4FF background.


White color preview on #80D4FF background

This text has white color on #80D4FF background.