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