HEX: #A5E2FF
RGB: (165,226,255)
#A5E2FF contains mainly green and blue colors. Web safe color of #A5E2FF is #99CCFF (or #9CF).
#A5E2FF color RGB value is (165,226,255).
RGB: (165,226,255)
(65%, 89%, 100%)
R 165 of 255 = 65%
G 226 of 255 = 89%
B 255 of 255 = 100%
R + G + B ~ 85%. #A5E2FF is quite light color.
R + G + B = 165 + 226 + 255 = 646 (100%)
R 165 of 646 ~ 25.54%
G 226 of 646 ~ 34.98%
B 255 of 646 ~ 39.47'%
#A5E2FF color CMYK value is (35,11,0,0).
CMYK: (35,11,0,0) C35M11Y0K0 (35%,11%,0%,0%) (0.35/0.11/0.00/0.00)
Color #A5E2FF in popluar color models
A5 | E2 | FF | |
---|---|---|---|
RGB | 165 | 226 | 255 |
HSL | 199° | 100.00% | 82.35% |
HSB/HSV | 199° | 35.29% | 100.00% |
CMYK | 35.29% | 11.37% | 0.00% |
0.00% |
Color #A5E2FF in popluar number systems.
HEX | A5 | E2 | FF |
Decimal | 165 | 226 | 255 |
Binary | 10100101 | 11100010 | 11111111 |
Octal | 245 | 342 | 377 |
Shades of #A5E2FF
Tints of #A5E2FF
Examples of css and html codes for elements with #A5E2FF color. Also use rgb(165,226,255) instead hex code.
.myTextColor { color: #A5E2FF; }
<p style="color:#A5E2FF">This sample text font color is #A5E2FF.</p>
This text font color is #A5E2FF.
.myBgColor { background-color: #A5E2FF; }
<div style="background-color:#A5E2FF">Inner text</div>
This div background color is #A5E2FF.
.myBorderColor { border: 1px solid #A5E2FF; }
<div style="border:3px solid #A5E2FF">Div</div>
This div border color is #A5E2FF.
.myOpacity80 { color: #A5E2FF; opacity: 0.8; }
<p style="color:#A5E2FF;opacity:0.8;">80%</p>
Text with #A5E2FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5E2FF;}
<p style="text-shadow: 3px 3px 1px #A5E2FF">Text here.</p>
This text has shadow with #A5E2FF color.
.textShadow {text-shadow: 3px 3px 1px #A5E2FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5E2FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5E2FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E2FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5E2FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5E2FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5E2FF;
-webkit-box-shadow: 1px 1px 3px 2px #A5E2FF;
box-shadow: 1px 1px 3px 2px #A5E2FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E2FF; -webkit-box-shadow: 1px 1px 3px 2px #A5E2FF; box-shadow:1px 1px 3px 2px #A5E2FF;">
Div content here
</div>
This text has color #A5E2FF on black background.
This text has color #A5E2FF on white background.
This text has black color on #A5E2FF background.
This text has white color on #A5E2FF background.
Complementary color for #hex is #5A1D00.