HEX: #96DDFA
RGB: (150,221,250)
#96DDFA contains mainly green and blue colors. Web safe color of #96DDFA is #99CCFF (or #9CF).
#96DDFA color RGB value is (150,221,250).
RGB: (150,221,250)
(59%, 87%, 98%)
R 150 of 255 = 59%
G 221 of 255 = 87%
B 250 of 255 = 98%
R + G + B ~ 81%. #96DDFA is quite light color.
R + G + B = 150 + 221 + 250 = 621 (100%)
R 150 of 621 ~ 24.15%
G 221 of 621 ~ 35.59%
B 250 of 621 ~ 40.26'%
#96DDFA color CMYK value is (40,12,0,2).
CMYK: (40,12,0,2) C40M12Y0K2 (40%,12%,0%,2%) (0.40/0.12/0.00/0.02)
Color #96DDFA in popluar color models
96 | DD | FA | |
---|---|---|---|
RGB | 150 | 221 | 250 |
HSL | 197° | 90.91% | 78.43% |
HSB/HSV | 197° | 40.00% | 98.04% |
CMYK | 40.00% | 11.60% | 0.00% |
1.96% |
Color #96DDFA in popluar number systems.
HEX | 96 | DD | FA |
Decimal | 150 | 221 | 250 |
Binary | 10010110 | 11011101 | 11111010 |
Octal | 226 | 335 | 372 |
Shades of #96DDFA
Tints of #96DDFA
Examples of css and html codes for elements with #96DDFA color. Also use rgb(150,221,250) instead hex code.
.myTextColor { color: #96DDFA; }
<p style="color:#96DDFA">This sample text font color is #96DDFA.</p>
This text font color is #96DDFA.
.myBgColor { background-color: #96DDFA; }
<div style="background-color:#96DDFA">Inner text</div>
This div background color is #96DDFA.
.myBorderColor { border: 1px solid #96DDFA; }
<div style="border:3px solid #96DDFA">Div</div>
This div border color is #96DDFA.
.myOpacity80 { color: #96DDFA; opacity: 0.8; }
<p style="color:#96DDFA;opacity:0.8;">80%</p>
Text with #96DDFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96DDFA;}
<p style="text-shadow: 3px 3px 1px #96DDFA">Text here.</p>
This text has shadow with #96DDFA color.
.textShadow {text-shadow: 3px 3px 1px #96DDFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96DDFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #96DDFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96DDFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96DDFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #96DDFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96DDFA;
-webkit-box-shadow: 1px 1px 3px 2px #96DDFA;
box-shadow: 1px 1px 3px 2px #96DDFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96DDFA; -webkit-box-shadow: 1px 1px 3px 2px #96DDFA; box-shadow:1px 1px 3px 2px #96DDFA;">
Div content here
</div>
This text has color #96DDFA on black background.
This text has color #96DDFA on white background.
This text has black color on #96DDFA background.
This text has white color on #96DDFA background.
Complementary color for #hex is #692205.
Color #96DDFA is used in Sky Blue gradient.
Sky Blue