HEX: #85BDEE
RGB: (133,189,238)
#85BDEE contains mainly green and blue colors. Web safe color of #85BDEE is #99CCFF (or #9CF).
#85BDEE color RGB value is (133,189,238).
RGB: (133,189,238)
(52%, 74%, 93%)
R 133 of 255 = 52%
G 189 of 255 = 74%
B 238 of 255 = 93%
R + G + B ~ 73%. #85BDEE is quite light color.
R + G + B = 133 + 189 + 238 = 560 (100%)
R 133 of 560 ~ 23.75%
G 189 of 560 ~ 33.75%
B 238 of 560 ~ 42.5'%
#85BDEE color CMYK value is (44,21,0,7).
CMYK: (44,21,0,7)
C44M21Y0K7 (44%, 21%, 0%, 7%)
(0.44 / 0.21 / 0.00 / 0.07)
Color #85BDEE in popluar color models
85 | BD | EE | |
---|---|---|---|
RGB | 133 | 189 | 238 |
HSL | 208° | 75.54% | 72.75% |
HSB/HSV | 208° | 44.12% | 93.33% |
CMYK | 44.12% | 20.59% | 0.00% |
6.67% |
Color #85BDEE in popluar number systems.
HEX | 85 | BD | EE |
Decimal | 133 | 189 | 238 |
Binary | 10000101 | 10111101 | 11101110 |
Octal | 205 | 275 | 356 |
Shades of #85BDEE
Tints of #85BDEE
Examples of css and html codes for elements with #85BDEE color. Also use rgb(133,189,238) instead hex code.
.myTextColor { color: #85BDEE; }
<p style="color:#85BDEE">This sample text font color is #85BDEE.</p>
This text font color is #85BDEE.
.myBgColor { background-color: #85BDEE; }
<div style="background-color:#85BDEE">Inner text</div>
This div background color is #85BDEE.
.myBorderColor { border: 1px solid #85BDEE; }
<div style="border:3px solid #85BDEE">Div</div>
This div border color is #85BDEE.
.myOpacity80 { color: #85BDEE; opacity: 0.8; }
<p style="color:#85BDEE;opacity:0.8;">80%</p>
Text with #85BDEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85BDEE;}
<p style="text-shadow: 3px 3px 1px #85BDEE">Text here.</p>
This text has shadow with #85BDEE color.
.textShadow {text-shadow: 3px 3px 1px #85BDEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85BDEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #85BDEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85BDEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85BDEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #85BDEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85BDEE;
-webkit-box-shadow: 1px 1px 3px 2px #85BDEE;
box-shadow: 1px 1px 3px 2px #85BDEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85BDEE; -webkit-box-shadow: 1px 1px 3px 2px #85BDEE; box-shadow:1px 1px 3px 2px #85BDEE;">
Div content here
</div>
This text has color #85BDEE on black background.
This text has color #85BDEE on white background.
This text has black color on #85BDEE background.
This text has white color on #85BDEE background.
Complementary color for #hex is #7A4211.