Shades of Iris Blue #0DBACD
Tints of Iris Blue #0DBACD
RGB
CMYK
RGB Variations
Color information
#0DBACD (or 0x0DBACD) is known color: Iris Blue. HEX triplet: 0D, BA and CD. RGB value is (13,186,205). Sum of RGB (Red+Green+Blue) = 13+186+205=404 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.22% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DBACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBACD is #F24532. Grayscale: #888888. Windows color (decimal): -15877427 or 13482509. OLE color: 13482509.
HSL color Cylindrical-coordinate representation of color #0DBACD: hue angle of 185.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBACD is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 186 | 205 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.20 |
| HSL | 185.94º | 0.88% | 0.43% | - |
| HSV(B) | 185.94º | 0.94% | 0.8% | - |
| XYZ | 28.74 | 39.61 | 63.89 | - |
| YUV | 136.44 | 166.69 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 205 | 0.94 | 0.09 | 0 | 0.20 | 185.94 | 0.88 | 0.43 |
| Hex | D | BA | CD | 5E | 9 | 0 | 14 | BA | 58 | 2B |
| Octal | 15 | 272 | 315 | 136 | 11 | 0 | 24 | 272 | 130 | 53 |
| Binary | 1101 | 10111010 | 11001101 | 1011110 | 1001 | 0 | 10100 | 10111010 | 1011000 | 101011 |
Color Harmonies of #0DBACD
Complementary color
Monochromatic Colors of #0DBACD
Black with #0DBACD
Text Example
Text Example
White with #0DBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBACD; }
p { color: rgb(13,186,205); }
H1.HeaderClassName
{
color: #0DBACD;
}
.AnyTagClassName
{
color: #0DBACD;
}
</style>
background-color css
<style>
a { background-color: #0DBACD; }
a { background-color: rgb(13,186,205); }
div.DivClassName
{
background-color: #0DBACD;
}
.BgClassName
{
background-color: #0DBACD;
}
</style>
border-color css
<style>
span { border-color: #0DBACD; }
span { border-color: rgb(13,186,205); }
td.TdClassName
{
border-color: #0DBACD;
}
.TagClassName
{
border-color: #0DBACD;
}
</style>