Shades of Iris Blue #0DACBB
Tints of Iris Blue #0DACBB
RGB
CMYK
RGB Variations
Color information
#0DACBB (or 0x0DACBB) is known color: Iris Blue. HEX triplet: 0D, AC and BB. RGB value is (13,172,187). Sum of RGB (Red+Green+Blue) = 13+172+187=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #0DACBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACBB is #F25344. Grayscale: #7D7D7D. Windows color (decimal): -15881029 or 12299277. OLE color: 12299277.
HSL color Cylindrical-coordinate representation of color #0DACBB: hue angle of 185.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DACBB is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 172 | 187 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.27 |
| HSL | 185.17º | 0.87% | 0.39% | - |
| HSV(B) | 185.17º | 0.93% | 0.73% | - |
| XYZ | 23.89 | 33.18 | 52.16 | - |
| YUV | 126.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 187 | 0.93 | 0.08 | 0 | 0.27 | 185.17 | 0.87 | 0.39 |
| Hex | D | AC | BB | 5D | 8 | 0 | 1B | B9 | 57 | 27 |
| Octal | 15 | 254 | 273 | 135 | 10 | 0 | 33 | 271 | 127 | 47 |
| Binary | 1101 | 10101100 | 10111011 | 1011101 | 1000 | 0 | 11011 | 10111001 | 1010111 | 100111 |
Color Harmonies of #0DACBB
Complementary color
Monochromatic Colors of #0DACBB
Black with #0DACBB
Text Example
Text Example
White with #0DACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACBB; }
p { color: rgb(13,172,187); }
H1.HeaderClassName
{
color: #0DACBB;
}
.AnyTagClassName
{
color: #0DACBB;
}
</style>
background-color css
<style>
a { background-color: #0DACBB; }
a { background-color: rgb(13,172,187); }
div.DivClassName
{
background-color: #0DACBB;
}
.BgClassName
{
background-color: #0DACBB;
}
</style>
border-color css
<style>
span { border-color: #0DACBB; }
span { border-color: rgb(13,172,187); }
td.TdClassName
{
border-color: #0DACBB;
}
.TagClassName
{
border-color: #0DACBB;
}
</style>