Shades of Iris Blue #0DACBD
Tints of Iris Blue #0DACBD
RGB
CMYK
RGB Variations
Color information
#0DACBD (or 0x0DACBD) is known color: Iris Blue. HEX triplet: 0D, AC and BD. RGB value is (13,172,189). Sum of RGB (Red+Green+Blue) = 13+172+189=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DACBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DACBD is #F25342. Grayscale: #7E7E7E. Windows color (decimal): -15881027 or 12430349. OLE color: 12430349.
HSL color Cylindrical-coordinate representation of color #0DACBD: hue angle of 185.8º 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 #0DACBD is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 172 | 189 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.26 |
| HSL | 185.8º | 0.87% | 0.4% | - |
| HSV(B) | 185.8º | 0.93% | 0.74% | - |
| XYZ | 24.1 | 33.26 | 53.29 | - |
| YUV | 126.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 189 | 0.93 | 0.09 | 0 | 0.26 | 185.8 | 0.87 | 0.4 |
| Hex | D | AC | BD | 5D | 9 | 0 | 1A | BA | 57 | 28 |
| Octal | 15 | 254 | 275 | 135 | 11 | 0 | 32 | 272 | 127 | 50 |
| Binary | 1101 | 10101100 | 10111101 | 1011101 | 1001 | 0 | 11010 | 10111010 | 1010111 | 101000 |
Color Harmonies of #0DACBD
Complementary color
Monochromatic Colors of #0DACBD
Black with #0DACBD
Text Example
Text Example
White with #0DACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DACBD; }
p { color: rgb(13,172,189); }
H1.HeaderClassName
{
color: #0DACBD;
}
.AnyTagClassName
{
color: #0DACBD;
}
</style>
background-color css
<style>
a { background-color: #0DACBD; }
a { background-color: rgb(13,172,189); }
div.DivClassName
{
background-color: #0DACBD;
}
.BgClassName
{
background-color: #0DACBD;
}
</style>
border-color css
<style>
span { border-color: #0DACBD; }
span { border-color: rgb(13,172,189); }
td.TdClassName
{
border-color: #0DACBD;
}
.TagClassName
{
border-color: #0DACBD;
}
</style>