Shades of Iris Blue #0DBDBA
Tints of Iris Blue #0DBDBA
RGB
CMYK
RGB Variations
Color information
#0DBDBA (or 0x0DBDBA) is known color: Iris Blue. HEX triplet: 0D, BD and BA. RGB value is (13,189,186). Sum of RGB (Red+Green+Blue) = 13+189+186=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDBA is #F24245. Grayscale: #878787. Windows color (decimal): -15876678 or 12238093. OLE color: 12238093.
HSL color Cylindrical-coordinate representation of color #0DBDBA: hue angle of 178.98º 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 #0DBDBA is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 186 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.26 |
| HSL | 178.98º | 0.87% | 0.4% | - |
| HSV(B) | 178.98º | 0.93% | 0.74% | - |
| XYZ | 27.23 | 40.03 | 52.75 | - |
| YUV | 136.03 | 156.19 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 186 | 0.93 | 0 | 0.02 | 0.26 | 178.98 | 0.87 | 0.4 |
| Hex | D | BD | BA | 5D | 0 | 2 | 1A | B3 | 57 | 28 |
| Octal | 15 | 275 | 272 | 135 | 0 | 2 | 32 | 263 | 127 | 50 |
| Binary | 1101 | 10111101 | 10111010 | 1011101 | 0 | 10 | 11010 | 10110011 | 1010111 | 101000 |
Color Harmonies of #0DBDBA
Complementary color
Monochromatic Colors of #0DBDBA
Black with #0DBDBA
Text Example
Text Example
White with #0DBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDBA; }
p { color: rgb(13,189,186); }
H1.HeaderClassName
{
color: #0DBDBA;
}
.AnyTagClassName
{
color: #0DBDBA;
}
</style>
background-color css
<style>
a { background-color: #0DBDBA; }
a { background-color: rgb(13,189,186); }
div.DivClassName
{
background-color: #0DBDBA;
}
.BgClassName
{
background-color: #0DBDBA;
}
</style>
border-color css
<style>
span { border-color: #0DBDBA; }
span { border-color: rgb(13,189,186); }
td.TdClassName
{
border-color: #0DBDBA;
}
.TagClassName
{
border-color: #0DBDBA;
}
</style>