HEX: #72ABBE
RGB: (114,171,190)
#72ABBE contains mainly green and blue colors. Web safe color of #72ABBE is #6699CC (or #69C).
#72ABBE color RGB value is (114,171,190).
RGB: (114,171,190)
(45%, 67%, 75%)
R 114 of 255 = 45%
G 171 of 255 = 67%
B 190 of 255 = 75%
R + G + B ~ 62%. #72ABBE is quite light color.
R + G + B = 114 + 171 + 190 = 475 (100%)
R 114 of 475 ~ 24%
G 171 of 475 ~ 36%
B 190 of 475 ~ 40'%
#72ABBE color CMYK value is (40,10,0,25).
CMYK: (40,10,0,25)
C40M10Y0K25 (40%, 10%, 0%, 25%)
(0.40 / 0.10 / 0.00 / 0.25)
Color #72ABBE in popluar color models
72 | AB | BE | |
---|---|---|---|
RGB | 114 | 171 | 190 |
HSL | 195° | 36.89% | 59.61% |
HSB/HSV | 195° | 40.00% | 74.51% |
CMYK | 40.00% | 10.00% | 0.00% |
25.49% |
Color #72ABBE in popluar number systems.
HEX | 72 | AB | BE |
Decimal | 114 | 171 | 190 |
Binary | 1110010 | 10101011 | 10111110 |
Octal | 162 | 253 | 276 |
Shades of #72ABBE
Tints of #72ABBE
Examples of css and html codes for elements with #72ABBE color. Also use rgb(114,171,190) instead hex code.
.myTextColor { color: #72ABBE; }
<p style="color:#72ABBE">This sample text font color is #72ABBE.</p>
This text font color is #72ABBE.
.myBgColor { background-color: #72ABBE; }
<div style="background-color:#72ABBE">Inner text</div>
This div background color is #72ABBE.
.myBorderColor { border: 1px solid #72ABBE; }
<div style="border:3px solid #72ABBE">Div</div>
This div border color is #72ABBE.
.myOpacity80 { color: #72ABBE; opacity: 0.8; }
<p style="color:#72ABBE;opacity:0.8;">80%</p>
Text with #72ABBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #72ABBE;}
<p style="text-shadow: 3px 3px 1px #72ABBE">Text here.</p>
This text has shadow with #72ABBE color.
.textShadow {text-shadow: 3px 3px 1px #72ABBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #72ABBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #72ABBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#72ABBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#72ABBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #72ABBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #72ABBE;
-webkit-box-shadow: 1px 1px 3px 2px #72ABBE;
box-shadow: 1px 1px 3px 2px #72ABBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72ABBE; -webkit-box-shadow: 1px 1px 3px 2px #72ABBE; box-shadow:1px 1px 3px 2px #72ABBE;">
Div content here
</div>
This text has color #72ABBE on black background.
This text has color #72ABBE on white background.
This text has black color on #72ABBE background.
This text has white color on #72ABBE background.
Complementary color for #hex is #8D5441.