HEX: #A5C9FD
RGB: (165,201,253)
#A5C9FD contains mainly green and blue colors. Web safe color of #A5C9FD is #99CCFF (or #9CF).
#A5C9FD color RGB value is (165,201,253).
RGB: (165,201,253)
(65%, 79%, 99%)
R 165 of 255 = 65%
G 201 of 255 = 79%
B 253 of 255 = 99%
R + G + B ~ 81%. #A5C9FD is quite light color.
R + G + B = 165 + 201 + 253 = 619 (100%)
R 165 of 619 ~ 26.66%
G 201 of 619 ~ 32.47%
B 253 of 619 ~ 40.87'%
#A5C9FD color CMYK value is (35,21,0,1).
CMYK: (35,21,0,1)
C35M21Y0K1 (35%, 21%, 0%, 1%)
(0.35 / 0.21 / 0.00 / 0.01)
Color #A5C9FD in popluar color models
A5 | C9 | FD | |
---|---|---|---|
RGB | 165 | 201 | 253 |
HSL | 215° | 95.65% | 81.96% |
HSB/HSV | 215° | 34.78% | 99.22% |
CMYK | 34.78% | 20.55% | 0.00% |
0.78% |
Color #A5C9FD in popluar number systems.
HEX | A5 | C9 | FD |
Decimal | 165 | 201 | 253 |
Binary | 10100101 | 11001001 | 11111101 |
Octal | 245 | 311 | 375 |
Shades of #A5C9FD
Tints of #A5C9FD
Examples of css and html codes for elements with #A5C9FD color. Also use rgb(165,201,253) instead hex code.
.myTextColor { color: #A5C9FD; }
<p style="color:#A5C9FD">This sample text font color is #A5C9FD.</p>
This text font color is #A5C9FD.
.myBgColor { background-color: #A5C9FD; }
<div style="background-color:#A5C9FD">Inner text</div>
This div background color is #A5C9FD.
.myBorderColor { border: 1px solid #A5C9FD; }
<div style="border:3px solid #A5C9FD">Div</div>
This div border color is #A5C9FD.
.myOpacity80 { color: #A5C9FD; opacity: 0.8; }
<p style="color:#A5C9FD;opacity:0.8;">80%</p>
Text with #A5C9FD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5C9FD;}
<p style="text-shadow: 3px 3px 1px #A5C9FD">Text here.</p>
This text has shadow with #A5C9FD color.
.textShadow {text-shadow: 3px 3px 1px #A5C9FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5C9FD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5C9FD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5C9FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5C9FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5C9FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5C9FD;
-webkit-box-shadow: 1px 1px 3px 2px #A5C9FD;
box-shadow: 1px 1px 3px 2px #A5C9FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5C9FD; -webkit-box-shadow: 1px 1px 3px 2px #A5C9FD; box-shadow:1px 1px 3px 2px #A5C9FD;">
Div content here
</div>
This text has color #A5C9FD on black background.
This text has color #A5C9FD on white background.
This text has black color on #A5C9FD background.
This text has white color on #A5C9FD background.
Complementary color for #hex is #5A3602.