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