Shades of Iris Blue #0DBABD
Tints of Iris Blue #0DBABD
RGB
CMYK
RGB Variations
Color information
#0DBABD (or 0x0DBABD) is known color: Iris Blue. HEX triplet: 0D, BA and BD. RGB value is (13,186,189). Sum of RGB (Red+Green+Blue) = 13+186+189=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DBABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBABD is #F24542. Grayscale: #868686. Windows color (decimal): -15877443 or 12433933. OLE color: 12433933.
HSL color Cylindrical-coordinate representation of color #0DBABD: hue angle of 181.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBABD is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 186 | 189 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.26 |
| HSL | 181.02º | 0.87% | 0.4% | - |
| HSV(B) | 181.02º | 0.93% | 0.74% | - |
| XYZ | 26.91 | 38.88 | 54.23 | - |
| YUV | 134.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 189 | 0.93 | 0.02 | 0 | 0.26 | 181.02 | 0.87 | 0.4 |
| Hex | D | BA | BD | 5D | 2 | 0 | 1A | B5 | 57 | 28 |
| Octal | 15 | 272 | 275 | 135 | 2 | 0 | 32 | 265 | 127 | 50 |
| Binary | 1101 | 10111010 | 10111101 | 1011101 | 10 | 0 | 11010 | 10110101 | 1010111 | 101000 |
Color Harmonies of #0DBABD
Complementary color
Monochromatic Colors of #0DBABD
Black with #0DBABD
Text Example
Text Example
White with #0DBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBABD; }
p { color: rgb(13,186,189); }
H1.HeaderClassName
{
color: #0DBABD;
}
.AnyTagClassName
{
color: #0DBABD;
}
</style>
background-color css
<style>
a { background-color: #0DBABD; }
a { background-color: rgb(13,186,189); }
div.DivClassName
{
background-color: #0DBABD;
}
.BgClassName
{
background-color: #0DBABD;
}
</style>
border-color css
<style>
span { border-color: #0DBABD; }
span { border-color: rgb(13,186,189); }
td.TdClassName
{
border-color: #0DBABD;
}
.TagClassName
{
border-color: #0DBABD;
}
</style>