COLOR #80D5EB

HEX: #80D5EB RGB: (128,213,235)

Color info

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

RGB color model

#80D5EB color RGB value is (128,213,235).

RGB: (128,213,235) (50%, 84%, 92%)

RGB channels and saturation

R 128 of 255 = 50%
G 213 of 255 = 84%
B 235 of 255 = 92%

128
213
235

R + G + B ~ 75%. #80D5EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 213 + 235 = 576 (100%)
R 128 of 576 ~ 22.22%
G 213 of 576 ~ 36.98%
B 235 of 576 ~ 40.8'%

%22.22
%36.98
%40.8

CMYK color model

#80D5EB color CMYK value is (46,9,0,8).

  • cyan value is 45.53%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (46,9,0,8)
C46M9Y0K8 (46%, 9%, 0%, 8%)
(0.46 / 0.09 / 0.00 / 0.08)

CMYK percentages

%45.53
%9.36
%0
%7.84

Codes

Color #80D5EB in popluar color models

80 D5 EB
RGB 128 213 235
HSL 192° 72.79% 71.18%
HSB/HSV 192° 45.53% 92.16%
CMYK 45.53% 9.36% 0.00%
7.84%

Color #80D5EB in popluar number systems.

HEX 80 D5 EB
Decimal 128 213 235
Binary 10000000 11010101 11101011
Octal 200 325 353

Shades and tints

Shades of #80D5EB

#80D5EB
(128,213,235)
#75C2D6
(117,194,214)
#6AAFC1
(106,175,193)
#5F9CAC
(95,156,172)
#548997
(84,137,151)
#497682
(73,118,130)
#3E636D
(62,99,109)
#335058
(51,80,88)
#283D43
(40,61,67)
#1D2A2E
(29,42,46)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #80D5EB

#80D5EB
(128,213,235)
#8BD8EC
(139,216,236)
#96DBED
(150,219,237)
#A1DEEE
(161,222,238)
#ACE1EF
(172,225,239)
#B7E4F0
(183,228,240)
#C2E7F1
(194,231,241)
#CDEAF2
(205,234,242)
#D8EDF3
(216,237,243)
#E3F0F4
(227,240,244)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D5EB color. Also use rgb(128,213,235) instead hex code.

Text Font Color

.myTextColor { color: #80D5EB; }

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

This text font color is #80D5EB.

Background Color

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

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

This div background color is #80D5EB.

Border color

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

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

This div border color is #80D5EB.

Opacity

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

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

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

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

This text has shadow with #80D5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80D5EB.

Preview

Color preview on black background

This text has color #80D5EB on black background.


Color preview on white background

This text has color #80D5EB on white background.


Black color preview on #80D5EB background

This text has black color on #80D5EB background.


White color preview on #80D5EB background

This text has white color on #80D5EB background.


Related colors

Complementary color

Complementary color for #hex is #7F2A14.


I love getcolorcode.com

Triadic colors

1 #EB80D5 and #D5EB80 with #80D5EB are triadic colors.

2 #EBD580 and #D580EB with #80D5EB are triadic colors.