#00A9C6 color RGB value is (0, 10, 156).
#00A9C6 hex color red value is 0, green value is 10, and blue value is 156.
Cylindrical-coordinate representations (HSL) of color #00A9C6
hue: 236.15,
saturation: 1 and lightness: 0.31.
The process color (four-color CMYK) of #00A9C6 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #00A9C6 is #ff9999. Color #00A9C6 contains mainly RED.
Color spaces of #00A9C6 | Value |
---|---|
RGB | 0, 169, 198 |
HSL | 0.52, 1, 0.39 |
HSV | 189°, 100°, 78° |
XYZ | 24.38, 32.45, 58.39 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 0 | 10101001 | 11000110 |
Octal | 0 | 251 | 306 |
Decimal | 0 | 169 | 198 |
Hex | 0 | A9 | C6 |
Shades of #00A9C6
Tints of #00A9C6
.mybgColor {background-color: #00A9C6;} .myforeColor {color: #00A9C6;} .myborderColor {border:3px solid #00A9C6;}
<p style="color:#00A9C6">Text here</p>
This sample text is styled with the font color #00A9C6. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#00A9C6">Div content here</div>
<div style="border:3px solid #00A9C6">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0, 169, 198, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00A9C6; } .divShadow { -moz-box-shadow: 1px 1px 3px #00A9C6; -webkit-box-shadow: 1px 1px 3px #00A9C6; box-shadow: 1px 1px 3px #00A9C6; }
<p style="text-shadow: 4px 4px 2px rgba(0, 169, 198, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #00A9C6;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #00A9C6;
-webkit-box-shadow: 1px 1px 3px #00A9C6;
box-shadow: 1px 1px 3px #00A9C6;">Div content here</div>