HEX: #63B0DD
RGB: (99,176,221)
#63B0DD contains mainly green and blue colors. Web safe color of #63B0DD is #6699CC (or #69C).
#63B0DD color RGB value is (99,176,221).
RGB: (99,176,221)
(39%, 69%, 87%)
R 99 of 255 = 39%
G 176 of 255 = 69%
B 221 of 255 = 87%
R + G + B ~ 65%. #63B0DD is quite light color.
R + G + B = 99 + 176 + 221 = 496 (100%)
R 99 of 496 ~ 19.96%
G 176 of 496 ~ 35.48%
B 221 of 496 ~ 44.56'%
#63B0DD color CMYK value is (55,20,0,13).
CMYK: (55,20,0,13)
C55M20Y0K13 (55%, 20%, 0%, 13%)
(0.55 / 0.20 / 0.00 / 0.13)
Color #63B0DD in popluar color models
63 | B0 | DD | |
---|---|---|---|
RGB | 99 | 176 | 221 |
HSL | 202° | 64.21% | 62.75% |
HSB/HSV | 202° | 55.20% | 86.67% |
CMYK | 55.20% | 20.36% | 0.00% |
13.33% |
Color #63B0DD in popluar number systems.
HEX | 63 | B0 | DD |
Decimal | 99 | 176 | 221 |
Binary | 1100011 | 10110000 | 11011101 |
Octal | 143 | 260 | 335 |
Shades of #63B0DD
Tints of #63B0DD
Examples of css and html codes for elements with #63B0DD color. Also use rgb(99,176,221) instead hex code.
.myTextColor { color: #63B0DD; }
<p style="color:#63B0DD">This sample text font color is #63B0DD.</p>
This text font color is #63B0DD.
.myBgColor { background-color: #63B0DD; }
<div style="background-color:#63B0DD">Inner text</div>
This div background color is #63B0DD.
.myBorderColor { border: 1px solid #63B0DD; }
<div style="border:3px solid #63B0DD">Div</div>
This div border color is #63B0DD.
.myOpacity80 { color: #63B0DD; opacity: 0.8; }
<p style="color:#63B0DD;opacity:0.8;">80%</p>
Text with #63B0DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63B0DD;}
<p style="text-shadow: 3px 3px 1px #63B0DD">Text here.</p>
This text has shadow with #63B0DD color.
.textShadow {text-shadow: 3px 3px 1px #63B0DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63B0DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #63B0DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63B0DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63B0DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #63B0DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63B0DD;
-webkit-box-shadow: 1px 1px 3px 2px #63B0DD;
box-shadow: 1px 1px 3px 2px #63B0DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63B0DD; -webkit-box-shadow: 1px 1px 3px 2px #63B0DD; box-shadow:1px 1px 3px 2px #63B0DD;">
Div content here
</div>
This text has color #63B0DD on black background.
This text has color #63B0DD on white background.
This text has black color on #63B0DD background.
This text has white color on #63B0DD background.
Complementary color for #hex is #9C4F22.