HEX: #63DBF1
RGB: (99,219,241)
#63DBF1 contains mainly green and blue colors. Web safe color of #63DBF1 is #66CCFF (or #6CF).
#63DBF1 color RGB value is (99,219,241).
RGB: (99,219,241)
(39%, 86%, 95%)
R 99 of 255 = 39%
G 219 of 255 = 86%
B 241 of 255 = 95%
R + G + B ~ 73%. #63DBF1 is quite light color.
R + G + B = 99 + 219 + 241 = 559 (100%)
R 99 of 559 ~ 17.71%
G 219 of 559 ~ 39.18%
B 241 of 559 ~ 43.11'%
#63DBF1 color CMYK value is (59,9,0,5).
CMYK: (59,9,0,5)
C59M9Y0K5 (59%, 9%, 0%, 5%)
(0.59 / 0.09 / 0.00 / 0.05)
Color #63DBF1 in popluar color models
63 | DB | F1 | |
---|---|---|---|
RGB | 99 | 219 | 241 |
HSL | 189° | 83.53% | 66.67% |
HSB/HSV | 189° | 58.92% | 94.51% |
CMYK | 58.92% | 9.13% | 0.00% |
5.49% |
Color #63DBF1 in popluar number systems.
HEX | 63 | DB | F1 |
Decimal | 99 | 219 | 241 |
Binary | 1100011 | 11011011 | 11110001 |
Octal | 143 | 333 | 361 |
Shades of #63DBF1
Tints of #63DBF1
Examples of css and html codes for elements with #63DBF1 color. Also use rgb(99,219,241) instead hex code.
.myTextColor { color: #63DBF1; }
<p style="color:#63DBF1">This sample text font color is #63DBF1.</p>
This text font color is #63DBF1.
.myBgColor { background-color: #63DBF1; }
<div style="background-color:#63DBF1">Inner text</div>
This div background color is #63DBF1.
.myBorderColor { border: 1px solid #63DBF1; }
<div style="border:3px solid #63DBF1">Div</div>
This div border color is #63DBF1.
.myOpacity80 { color: #63DBF1; opacity: 0.8; }
<p style="color:#63DBF1;opacity:0.8;">80%</p>
Text with #63DBF1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63DBF1;}
<p style="text-shadow: 3px 3px 1px #63DBF1">Text here.</p>
This text has shadow with #63DBF1 color.
.textShadow {text-shadow: 3px 3px 1px #63DBF1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63DBF1, 5px 5px 20px red">Text here.</p>
This text has shadow with #63DBF1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63DBF1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63DBF1, Direction=45, Strength=4)">Text</p>
This text has shadow with #63DBF1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63DBF1;
-webkit-box-shadow: 1px 1px 3px 2px #63DBF1;
box-shadow: 1px 1px 3px 2px #63DBF1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63DBF1; -webkit-box-shadow: 1px 1px 3px 2px #63DBF1; box-shadow:1px 1px 3px 2px #63DBF1;">
Div content here
</div>
This text has color #63DBF1 on black background.
This text has color #63DBF1 on white background.
This text has black color on #63DBF1 background.
This text has white color on #63DBF1 background.
Complementary color for #hex is #9C240E.