Shades of Iris Blue #0DADC0
Tints of Iris Blue #0DADC0
RGB
CMYK
RGB Variations
Color information
#0DADC0 (or 0x0DADC0) is known color: Iris Blue. HEX triplet: 0D, AD and C0. RGB value is (13,173,192). Sum of RGB (Red+Green+Blue) = 13+173+192=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #0DADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADC0 is #F2523F. Grayscale: #7F7F7F. Windows color (decimal): -15880768 or 12627213. OLE color: 12627213.
HSL color Cylindrical-coordinate representation of color #0DADC0: hue angle of 186.37º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DADC0 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 173 | 192 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.25 |
| HSL | 186.37º | 0.87% | 0.4% | - |
| HSV(B) | 186.37º | 0.93% | 0.75% | - |
| XYZ | 24.62 | 33.78 | 55.09 | - |
| YUV | 127.33 | 164.49 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 192 | 0.93 | 0.10 | 0 | 0.25 | 186.37 | 0.87 | 0.4 |
| Hex | D | AD | C0 | 5D | A | 0 | 19 | BA | 57 | 28 |
| Octal | 15 | 255 | 300 | 135 | 12 | 0 | 31 | 272 | 127 | 50 |
| Binary | 1101 | 10101101 | 11000000 | 1011101 | 1010 | 0 | 11001 | 10111010 | 1010111 | 101000 |
Color Harmonies of #0DADC0
Complementary color
Monochromatic Colors of #0DADC0
Black with #0DADC0
Text Example
Text Example
White with #0DADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DADC0; }
p { color: rgb(13,173,192); }
H1.HeaderClassName
{
color: #0DADC0;
}
.AnyTagClassName
{
color: #0DADC0;
}
</style>
background-color css
<style>
a { background-color: #0DADC0; }
a { background-color: rgb(13,173,192); }
div.DivClassName
{
background-color: #0DADC0;
}
.BgClassName
{
background-color: #0DADC0;
}
</style>
border-color css
<style>
span { border-color: #0DADC0; }
span { border-color: rgb(13,173,192); }
td.TdClassName
{
border-color: #0DADC0;
}
.TagClassName
{
border-color: #0DADC0;
}
</style>