Shades of Iris Blue #0DA9BE
Tints of Iris Blue #0DA9BE
RGB
CMYK
RGB Variations
Color information
#0DA9BE (or 0x0DA9BE) is known color: Iris Blue. HEX triplet: 0D, A9 and BE. RGB value is (13,169,190). Sum of RGB (Red+Green+Blue) = 13+169+190=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DA9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA9BE is #F25641. Grayscale: #7C7C7C. Windows color (decimal): -15881794 or 12495117. OLE color: 12495117.
HSL color Cylindrical-coordinate representation of color #0DA9BE: hue angle of 187.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA9BE is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 169 | 190 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.25 |
| HSL | 187.12º | 0.87% | 0.4% | - |
| HSV(B) | 187.12º | 0.93% | 0.75% | - |
| XYZ | 23.65 | 32.18 | 53.68 | - |
| YUV | 124.75 | 164.82 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 190 | 0.93 | 0.11 | 0 | 0.25 | 187.12 | 0.87 | 0.4 |
| Hex | D | A9 | BE | 5D | B | 0 | 19 | BB | 57 | 28 |
| Octal | 15 | 251 | 276 | 135 | 13 | 0 | 31 | 273 | 127 | 50 |
| Binary | 1101 | 10101001 | 10111110 | 1011101 | 1011 | 0 | 11001 | 10111011 | 1010111 | 101000 |
Color Harmonies of #0DA9BE
Complementary color
Monochromatic Colors of #0DA9BE
Black with #0DA9BE
Text Example
Text Example
White with #0DA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA9BE; }
p { color: rgb(13,169,190); }
H1.HeaderClassName
{
color: #0DA9BE;
}
.AnyTagClassName
{
color: #0DA9BE;
}
</style>
background-color css
<style>
a { background-color: #0DA9BE; }
a { background-color: rgb(13,169,190); }
div.DivClassName
{
background-color: #0DA9BE;
}
.BgClassName
{
background-color: #0DA9BE;
}
</style>
border-color css
<style>
span { border-color: #0DA9BE; }
span { border-color: rgb(13,169,190); }
td.TdClassName
{
border-color: #0DA9BE;
}
.TagClassName
{
border-color: #0DA9BE;
}
</style>