HEX: #58BAD8
RGB: (88,186,216)
#58BAD8 contains mainly green and blue colors. Web safe color of #58BAD8 is #66CCCC (or #6CC).
#58BAD8 color RGB value is (88,186,216).
RGB: (88,186,216)
(35%, 73%, 85%)
R 88 of 255 = 35%
G 186 of 255 = 73%
B 216 of 255 = 85%
R + G + B ~ 64%. #58BAD8 is quite light color.
R + G + B = 88 + 186 + 216 = 490 (100%)
R 88 of 490 ~ 17.96%
G 186 of 490 ~ 37.96%
B 216 of 490 ~ 44.08'%
#58BAD8 color CMYK value is (59,14,0,15).
CMYK: (59,14,0,15)
C59M14Y0K15 (59%, 14%, 0%, 15%)
(0.59 / 0.14 / 0.00 / 0.15)
Color #58BAD8 in popluar color models
58 | BA | D8 | |
---|---|---|---|
RGB | 88 | 186 | 216 |
HSL | 194° | 62.14% | 59.61% |
HSB/HSV | 194° | 59.26% | 84.71% |
CMYK | 59.26% | 13.89% | 0.00% |
15.29% |
Color #58BAD8 in popluar number systems.
HEX | 58 | BA | D8 |
Decimal | 88 | 186 | 216 |
Binary | 1011000 | 10111010 | 11011000 |
Octal | 130 | 272 | 330 |
Shades of #58BAD8
Tints of #58BAD8
Examples of css and html codes for elements with #58BAD8 color. Also use rgb(88,186,216) instead hex code.
.myTextColor { color: #58BAD8; }
<p style="color:#58BAD8">This sample text font color is #58BAD8.</p>
This text font color is #58BAD8.
.myBgColor { background-color: #58BAD8; }
<div style="background-color:#58BAD8">Inner text</div>
This div background color is #58BAD8.
.myBorderColor { border: 1px solid #58BAD8; }
<div style="border:3px solid #58BAD8">Div</div>
This div border color is #58BAD8.
.myOpacity80 { color: #58BAD8; opacity: 0.8; }
<p style="color:#58BAD8;opacity:0.8;">80%</p>
Text with #58BAD8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58BAD8;}
<p style="text-shadow: 3px 3px 1px #58BAD8">Text here.</p>
This text has shadow with #58BAD8 color.
.textShadow {text-shadow: 3px 3px 1px #58BAD8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58BAD8, 5px 5px 20px red">Text here.</p>
This text has shadow with #58BAD8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58BAD8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58BAD8, Direction=45, Strength=4)">Text</p>
This text has shadow with #58BAD8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58BAD8;
-webkit-box-shadow: 1px 1px 3px 2px #58BAD8;
box-shadow: 1px 1px 3px 2px #58BAD8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58BAD8; -webkit-box-shadow: 1px 1px 3px 2px #58BAD8; box-shadow:1px 1px 3px 2px #58BAD8;">
Div content here
</div>
This text has color #58BAD8 on black background.
This text has color #58BAD8 on white background.
This text has black color on #58BAD8 background.
This text has white color on #58BAD8 background.
Complementary color for #hex is #A74527.