HEX: #63AEDF
RGB: (99,174,223)
#63AEDF contains mainly green and blue colors. Web safe color of #63AEDF is #6699CC (or #69C).
#63AEDF color RGB value is (99,174,223).
RGB: (99,174,223)
(39%, 68%, 87%)
R 99 of 255 = 39%
G 174 of 255 = 68%
B 223 of 255 = 87%
R + G + B ~ 65%. #63AEDF is quite light color.
R + G + B = 99 + 174 + 223 = 496 (100%)
R 99 of 496 ~ 19.96%
G 174 of 496 ~ 35.08%
B 223 of 496 ~ 44.96'%
#63AEDF color CMYK value is (56,22,0,13).
CMYK: (56,22,0,13) C56M22Y0K13 (56%,22%,0%,13%) (0.56/0.22/0.00/0.13)
Color #63AEDF in popluar color models
63 | AE | DF | |
---|---|---|---|
RGB | 99 | 174 | 223 |
HSL | 204° | 65.96% | 63.14% |
HSB/HSV | 204° | 55.61% | 87.45% |
CMYK | 55.61% | 21.97% | 0.00% |
12.55% |
Color #63AEDF in popluar number systems.
HEX | 63 | AE | DF |
Decimal | 99 | 174 | 223 |
Binary | 1100011 | 10101110 | 11011111 |
Octal | 143 | 256 | 337 |
Shades of #63AEDF
Tints of #63AEDF
Examples of css and html codes for elements with #63AEDF color. Also use rgb(99,174,223) instead hex code.
.myTextColor { color: #63AEDF; }
<p style="color:#63AEDF">This sample text font color is #63AEDF.</p>
This text font color is #63AEDF.
.myBgColor { background-color: #63AEDF; }
<div style="background-color:#63AEDF">Inner text</div>
This div background color is #63AEDF.
.myBorderColor { border: 1px solid #63AEDF; }
<div style="border:3px solid #63AEDF">Div</div>
This div border color is #63AEDF.
.myOpacity80 { color: #63AEDF; opacity: 0.8; }
<p style="color:#63AEDF;opacity:0.8;">80%</p>
Text with #63AEDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63AEDF;}
<p style="text-shadow: 3px 3px 1px #63AEDF">Text here.</p>
This text has shadow with #63AEDF color.
.textShadow {text-shadow: 3px 3px 1px #63AEDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63AEDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #63AEDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63AEDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63AEDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #63AEDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63AEDF;
-webkit-box-shadow: 1px 1px 3px 2px #63AEDF;
box-shadow: 1px 1px 3px 2px #63AEDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63AEDF; -webkit-box-shadow: 1px 1px 3px 2px #63AEDF; box-shadow:1px 1px 3px 2px #63AEDF;">
Div content here
</div>
This text has color #63AEDF on black background.
This text has color #63AEDF on white background.
This text has black color on #63AEDF background.
This text has white color on #63AEDF background.
Complementary color for #hex is #9C5120.