HEX: #53AEEC
RGB: (83,174,236)
#53AEEC contains mainly blue color. Web safe color of #53AEEC is #6699FF (or #69F).
#53AEEC color RGB value is (83,174,236).
RGB: (83,174,236)
(33%, 68%, 93%)
R 83 of 255 = 33%
G 174 of 255 = 68%
B 236 of 255 = 93%
R + G + B ~ 65%. #53AEEC is quite light color.
R + G + B = 83 + 174 + 236 = 493 (100%)
R 83 of 493 ~ 16.84%
G 174 of 493 ~ 35.29%
B 236 of 493 ~ 47.87'%
#53AEEC color CMYK value is (65,26,0,7).
CMYK: (65,26,0,7)
C65M26Y0K7 (65%, 26%, 0%, 7%)
(0.65 / 0.26 / 0.00 / 0.07)
Color #53AEEC in popluar color models
53 | AE | EC | |
---|---|---|---|
RGB | 83 | 174 | 236 |
HSL | 204° | 80.10% | 62.55% |
HSB/HSV | 204° | 64.83% | 92.55% |
CMYK | 64.83% | 26.27% | 0.00% |
7.45% |
Color #53AEEC in popluar number systems.
HEX | 53 | AE | EC |
Decimal | 83 | 174 | 236 |
Binary | 1010011 | 10101110 | 11101100 |
Octal | 123 | 256 | 354 |
Shades of #53AEEC
Tints of #53AEEC
Examples of css and html codes for elements with #53AEEC color. Also use rgb(83,174,236) instead hex code.
.myTextColor { color: #53AEEC; }
<p style="color:#53AEEC">This sample text font color is #53AEEC.</p>
This text font color is #53AEEC.
.myBgColor { background-color: #53AEEC; }
<div style="background-color:#53AEEC">Inner text</div>
This div background color is #53AEEC.
.myBorderColor { border: 1px solid #53AEEC; }
<div style="border:3px solid #53AEEC">Div</div>
This div border color is #53AEEC.
.myOpacity80 { color: #53AEEC; opacity: 0.8; }
<p style="color:#53AEEC;opacity:0.8;">80%</p>
Text with #53AEEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53AEEC;}
<p style="text-shadow: 3px 3px 1px #53AEEC">Text here.</p>
This text has shadow with #53AEEC color.
.textShadow {text-shadow: 3px 3px 1px #53AEEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53AEEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #53AEEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53AEEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53AEEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #53AEEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53AEEC;
-webkit-box-shadow: 1px 1px 3px 2px #53AEEC;
box-shadow: 1px 1px 3px 2px #53AEEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53AEEC; -webkit-box-shadow: 1px 1px 3px 2px #53AEEC; box-shadow:1px 1px 3px 2px #53AEEC;">
Div content here
</div>
This text has color #53AEEC on black background.
This text has color #53AEEC on white background.
This text has black color on #53AEEC background.
This text has white color on #53AEEC background.
Complementary color for #hex is #AC5113.