HEX: #80BEDD
RGB: (128,190,221)
#80BEDD contains mainly green and blue colors. Web safe color of #80BEDD is #66CCCC (or #6CC).
#80BEDD color RGB value is (128,190,221).
RGB: (128,190,221)
(50%, 75%, 87%)
R 128 of 255 = 50%
G 190 of 255 = 75%
B 221 of 255 = 87%
R + G + B ~ 71%. #80BEDD is quite light color.
R + G + B = 128 + 190 + 221 = 539 (100%)
R 128 of 539 ~ 23.75%
G 190 of 539 ~ 35.25%
B 221 of 539 ~ 41'%
#80BEDD color CMYK value is (42,14,0,13).
CMYK: (42,14,0,13) C42M14Y0K13 (42%,14%,0%,13%) (0.42/0.14/0.00/0.13)
Color #80BEDD in popluar color models
80 | BE | DD | |
---|---|---|---|
RGB | 128 | 190 | 221 |
HSL | 200° | 57.76% | 68.43% |
HSB/HSV | 200° | 42.08% | 86.67% |
CMYK | 42.08% | 14.03% | 0.00% |
13.33% |
Color #80BEDD in popluar number systems.
HEX | 80 | BE | DD |
Decimal | 128 | 190 | 221 |
Binary | 10000000 | 10111110 | 11011101 |
Octal | 200 | 276 | 335 |
Shades of #80BEDD
Tints of #80BEDD
Examples of css and html codes for elements with #80BEDD color. Also use rgb(128,190,221) instead hex code.
.myTextColor { color: #80BEDD; }
<p style="color:#80BEDD">This sample text font color is #80BEDD.</p>
This text font color is #80BEDD.
.myBgColor { background-color: #80BEDD; }
<div style="background-color:#80BEDD">Inner text</div>
This div background color is #80BEDD.
.myBorderColor { border: 1px solid #80BEDD; }
<div style="border:3px solid #80BEDD">Div</div>
This div border color is #80BEDD.
.myOpacity80 { color: #80BEDD; opacity: 0.8; }
<p style="color:#80BEDD;opacity:0.8;">80%</p>
Text with #80BEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80BEDD;}
<p style="text-shadow: 3px 3px 1px #80BEDD">Text here.</p>
This text has shadow with #80BEDD color.
.textShadow {text-shadow: 3px 3px 1px #80BEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80BEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #80BEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80BEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80BEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #80BEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80BEDD;
-webkit-box-shadow: 1px 1px 3px 2px #80BEDD;
box-shadow: 1px 1px 3px 2px #80BEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80BEDD; -webkit-box-shadow: 1px 1px 3px 2px #80BEDD; box-shadow:1px 1px 3px 2px #80BEDD;">
Div content here
</div>
This text has color #80BEDD on black background.
This text has color #80BEDD on white background.
This text has black color on #80BEDD background.
This text has white color on #80BEDD background.
Complementary color for #hex is #7F4122.