Shades of Iris Blue #0DBCBD
Tints of Iris Blue #0DBCBD
RGB
CMYK
RGB Variations
Color information
#0DBCBD (or 0x0DBCBD) is known color: Iris Blue. HEX triplet: 0D, BC and BD. RGB value is (13,188,189). Sum of RGB (Red+Green+Blue) = 13+188+189=390 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.33% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DBCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBCBD is #F24342. Grayscale: #878787. Windows color (decimal): -15876931 or 12434445. OLE color: 12434445.
HSL color Cylindrical-coordinate representation of color #0DBCBD: hue angle of 180.34º 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 #0DBCBD is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 189 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.26 |
| HSL | 180.34º | 0.87% | 0.4% | - |
| HSV(B) | 180.34º | 0.93% | 0.74% | - |
| XYZ | 27.33 | 39.73 | 54.37 | - |
| YUV | 135.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 189 | 0.93 | 0.01 | 0 | 0.26 | 180.34 | 0.87 | 0.4 |
| Hex | D | BC | BD | 5D | 1 | 0 | 1A | B4 | 57 | 28 |
| Octal | 15 | 274 | 275 | 135 | 1 | 0 | 32 | 264 | 127 | 50 |
| Binary | 1101 | 10111100 | 10111101 | 1011101 | 1 | 0 | 11010 | 10110100 | 1010111 | 101000 |
Color Harmonies of #0DBCBD
Complementary color
Monochromatic Colors of #0DBCBD
Black with #0DBCBD
Text Example
Text Example
White with #0DBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCBD; }
p { color: rgb(13,188,189); }
H1.HeaderClassName
{
color: #0DBCBD;
}
.AnyTagClassName
{
color: #0DBCBD;
}
</style>
background-color css
<style>
a { background-color: #0DBCBD; }
a { background-color: rgb(13,188,189); }
div.DivClassName
{
background-color: #0DBCBD;
}
.BgClassName
{
background-color: #0DBCBD;
}
</style>
border-color css
<style>
span { border-color: #0DBCBD; }
span { border-color: rgb(13,188,189); }
td.TdClassName
{
border-color: #0DBCBD;
}
.TagClassName
{
border-color: #0DBCBD;
}
</style>