Shades of Iris Blue #0DADB9
Tints of Iris Blue #0DADB9
RGB
CMYK
RGB Variations
Color information
#0DADB9 (or 0x0DADB9) is known color: Iris Blue. HEX triplet: 0D, AD and B9. RGB value is (13,173,185). Sum of RGB (Red+Green+Blue) = 13+173+185=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #0DADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADB9 is #F25246. Grayscale: #7E7E7E. Windows color (decimal): -15880775 or 12168461. OLE color: 12168461.
HSL color Cylindrical-coordinate representation of color #0DADB9: hue angle of 184.19º 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 #0DADB9 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 173 | 185 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.27 |
| HSL | 184.19º | 0.87% | 0.39% | - |
| HSV(B) | 184.19º | 0.93% | 0.73% | - |
| XYZ | 23.87 | 33.48 | 51.1 | - |
| YUV | 126.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 185 | 0.93 | 0.06 | 0 | 0.27 | 184.19 | 0.87 | 0.39 |
| Hex | D | AD | B9 | 5D | 6 | 0 | 1B | B8 | 57 | 27 |
| Octal | 15 | 255 | 271 | 135 | 6 | 0 | 33 | 270 | 127 | 47 |
| Binary | 1101 | 10101101 | 10111001 | 1011101 | 110 | 0 | 11011 | 10111000 | 1010111 | 100111 |
Color Harmonies of #0DADB9
Complementary color
Monochromatic Colors of #0DADB9
Black with #0DADB9
Text Example
Text Example
White with #0DADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DADB9; }
p { color: rgb(13,173,185); }
H1.HeaderClassName
{
color: #0DADB9;
}
.AnyTagClassName
{
color: #0DADB9;
}
</style>
background-color css
<style>
a { background-color: #0DADB9; }
a { background-color: rgb(13,173,185); }
div.DivClassName
{
background-color: #0DADB9;
}
.BgClassName
{
background-color: #0DADB9;
}
</style>
border-color css
<style>
span { border-color: #0DADB9; }
span { border-color: rgb(13,173,185); }
td.TdClassName
{
border-color: #0DADB9;
}
.TagClassName
{
border-color: #0DADB9;
}
</style>