Shades of Iris Blue #0DBDBD
Tints of Iris Blue #0DBDBD
RGB
CMYK
RGB Variations
Color information
#0DBDBD (or 0x0DBDBD) is known color: Iris Blue. HEX triplet: 0D, BD and BD. RGB value is (13,189,189). Sum of RGB (Red+Green+Blue) = 13+189+189=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #0DBDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDBD is #F24242. Grayscale: #888888. Windows color (decimal): -15876675 or 12434701. OLE color: 12434701.
HSL color Cylindrical-coordinate representation of color #0DBDBD: hue angle of 180º 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 #0DBDBD is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 189 | - |
| CMYK | 0.93 | 0 | 0 | 0.26 |
| HSL | 180º | 0.87% | 0.4% | - |
| HSV(B) | 180º | 0.93% | 0.74% | - |
| XYZ | 27.55 | 40.15 | 54.44 | - |
| YUV | 136.38 | 157.69 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 189 | 0.93 | 0 | 0 | 0.26 | 180 | 0.87 | 0.4 |
| Hex | D | BD | BD | 5D | 0 | 0 | 1A | B4 | 57 | 28 |
| Octal | 15 | 275 | 275 | 135 | 0 | 0 | 32 | 264 | 127 | 50 |
| Binary | 1101 | 10111101 | 10111101 | 1011101 | 0 | 0 | 11010 | 10110100 | 1010111 | 101000 |
Color Harmonies of #0DBDBD
Complementary color
Monochromatic Colors of #0DBDBD
Black with #0DBDBD
Text Example
Text Example
White with #0DBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDBD; }
p { color: rgb(13,189,189); }
H1.HeaderClassName
{
color: #0DBDBD;
}
.AnyTagClassName
{
color: #0DBDBD;
}
</style>
background-color css
<style>
a { background-color: #0DBDBD; }
a { background-color: rgb(13,189,189); }
div.DivClassName
{
background-color: #0DBDBD;
}
.BgClassName
{
background-color: #0DBDBD;
}
</style>
border-color css
<style>
span { border-color: #0DBDBD; }
span { border-color: rgb(13,189,189); }
td.TdClassName
{
border-color: #0DBDBD;
}
.TagClassName
{
border-color: #0DBDBD;
}
</style>