Shades of Iris Blue #0DBDBB
Tints of Iris Blue #0DBDBB
RGB
CMYK
RGB Variations
Color information
#0DBDBB (or 0x0DBDBB) is known color: Iris Blue. HEX triplet: 0D, BD and BB. RGB value is (13,189,187). Sum of RGB (Red+Green+Blue) = 13+189+187=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDBB is #F24244. Grayscale: #878787. Windows color (decimal): -15876677 or 12303629. OLE color: 12303629.
HSL color Cylindrical-coordinate representation of color #0DBDBB: hue angle of 179.32º 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 #0DBDBB is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 187 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.26 |
| HSL | 179.32º | 0.87% | 0.4% | - |
| HSV(B) | 179.32º | 0.93% | 0.74% | - |
| XYZ | 27.33 | 40.07 | 53.31 | - |
| YUV | 136.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 187 | 0.93 | 0 | 0.01 | 0.26 | 179.32 | 0.87 | 0.4 |
| Hex | D | BD | BB | 5D | 0 | 1 | 1A | B3 | 57 | 28 |
| Octal | 15 | 275 | 273 | 135 | 0 | 1 | 32 | 263 | 127 | 50 |
| Binary | 1101 | 10111101 | 10111011 | 1011101 | 0 | 1 | 11010 | 10110011 | 1010111 | 101000 |
Color Harmonies of #0DBDBB
Complementary color
Monochromatic Colors of #0DBDBB
Black with #0DBDBB
Text Example
Text Example
White with #0DBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDBB; }
p { color: rgb(13,189,187); }
H1.HeaderClassName
{
color: #0DBDBB;
}
.AnyTagClassName
{
color: #0DBDBB;
}
</style>
background-color css
<style>
a { background-color: #0DBDBB; }
a { background-color: rgb(13,189,187); }
div.DivClassName
{
background-color: #0DBDBB;
}
.BgClassName
{
background-color: #0DBDBB;
}
</style>
border-color css
<style>
span { border-color: #0DBDBB; }
span { border-color: rgb(13,189,187); }
td.TdClassName
{
border-color: #0DBDBB;
}
.TagClassName
{
border-color: #0DBDBB;
}
</style>