Shades of Iris Blue #0DBADB
Tints of Iris Blue #0DBADB
RGB
CMYK
RGB Variations
Color information
#0DBADB (or 0x0DBADB) is known color: Iris Blue. HEX triplet: 0D, BA and DB. RGB value is (13,186,219). Sum of RGB (Red+Green+Blue) = 13+186+219=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DBADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBADB is #F24524. Grayscale: #898989. Windows color (decimal): -15877413 or 14400013. OLE color: 14400013.
HSL color Cylindrical-coordinate representation of color #0DBADB: hue angle of 189.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBADB is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 186 | 219 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.14 |
| HSL | 189.61º | 0.89% | 0.45% | - |
| HSV(B) | 189.61º | 0.94% | 0.86% | - |
| XYZ | 30.51 | 40.32 | 73.19 | - |
| YUV | 138.04 | 173.69 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 219 | 0.94 | 0.15 | 0 | 0.14 | 189.61 | 0.89 | 0.45 |
| Hex | D | BA | DB | 5E | F | 0 | E | BE | 59 | 2D |
| Octal | 15 | 272 | 333 | 136 | 17 | 0 | 16 | 276 | 131 | 55 |
| Binary | 1101 | 10111010 | 11011011 | 1011110 | 1111 | 0 | 1110 | 10111110 | 1011001 | 101101 |
Color Harmonies of #0DBADB
Complementary color
Monochromatic Colors of #0DBADB
Black with #0DBADB
Text Example
Text Example
White with #0DBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBADB; }
p { color: rgb(13,186,219); }
H1.HeaderClassName
{
color: #0DBADB;
}
.AnyTagClassName
{
color: #0DBADB;
}
</style>
background-color css
<style>
a { background-color: #0DBADB; }
a { background-color: rgb(13,186,219); }
div.DivClassName
{
background-color: #0DBADB;
}
.BgClassName
{
background-color: #0DBADB;
}
</style>
border-color css
<style>
span { border-color: #0DBADB; }
span { border-color: rgb(13,186,219); }
td.TdClassName
{
border-color: #0DBADB;
}
.TagClassName
{
border-color: #0DBADB;
}
</style>