Shades of Iris Blue #0DA9BA
Tints of Iris Blue #0DA9BA
RGB
CMYK
RGB Variations
Color information
#0DA9BA (or 0x0DA9BA) is known color: Iris Blue. HEX triplet: 0D, A9 and BA. RGB value is (13,169,186). Sum of RGB (Red+Green+Blue) = 13+169+186=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DA9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA9BA is #F25645. Grayscale: #7C7C7C. Windows color (decimal): -15881798 or 12232973. OLE color: 12232973.
HSL color Cylindrical-coordinate representation of color #0DA9BA: hue angle of 185.9º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA9BA is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 169 | 186 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.27 |
| HSL | 185.9º | 0.87% | 0.39% | - |
| HSV(B) | 185.9º | 0.93% | 0.73% | - |
| XYZ | 23.22 | 32.01 | 51.41 | - |
| YUV | 124.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 186 | 0.93 | 0.09 | 0 | 0.27 | 185.9 | 0.87 | 0.39 |
| Hex | D | A9 | BA | 5D | 9 | 0 | 1B | BA | 57 | 27 |
| Octal | 15 | 251 | 272 | 135 | 11 | 0 | 33 | 272 | 127 | 47 |
| Binary | 1101 | 10101001 | 10111010 | 1011101 | 1001 | 0 | 11011 | 10111010 | 1010111 | 100111 |
Color Harmonies of #0DA9BA
Complementary color
Monochromatic Colors of #0DA9BA
Black with #0DA9BA
Text Example
Text Example
White with #0DA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA9BA; }
p { color: rgb(13,169,186); }
H1.HeaderClassName
{
color: #0DA9BA;
}
.AnyTagClassName
{
color: #0DA9BA;
}
</style>
background-color css
<style>
a { background-color: #0DA9BA; }
a { background-color: rgb(13,169,186); }
div.DivClassName
{
background-color: #0DA9BA;
}
.BgClassName
{
background-color: #0DA9BA;
}
</style>
border-color css
<style>
span { border-color: #0DA9BA; }
span { border-color: rgb(13,169,186); }
td.TdClassName
{
border-color: #0DA9BA;
}
.TagClassName
{
border-color: #0DA9BA;
}
</style>