Shades of Iris Blue #0DBADF
Tints of Iris Blue #0DBADF
RGB
CMYK
RGB Variations
Color information
#0DBADF (or 0x0DBADF) is known color: Iris Blue. HEX triplet: 0D, BA and DF. RGB value is (13,186,223). Sum of RGB (Red+Green+Blue) = 13+186+223=422 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.08% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DBADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBADF is #F24520. Grayscale: #8A8A8A. Windows color (decimal): -15877409 or 14662157. OLE color: 14662157.
HSL color Cylindrical-coordinate representation of color #0DBADF: hue angle of 190.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBADF is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 186 | 223 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.13 |
| HSL | 190.57º | 0.89% | 0.46% | - |
| HSV(B) | 190.57º | 0.94% | 0.87% | - |
| XYZ | 31.04 | 40.53 | 76 | - |
| YUV | 138.49 | 175.69 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 223 | 0.94 | 0.17 | 0 | 0.13 | 190.57 | 0.89 | 0.46 |
| Hex | D | BA | DF | 5E | 11 | 0 | D | BF | 59 | 2E |
| Octal | 15 | 272 | 337 | 136 | 21 | 0 | 15 | 277 | 131 | 56 |
| Binary | 1101 | 10111010 | 11011111 | 1011110 | 10001 | 0 | 1101 | 10111111 | 1011001 | 101110 |
Color Harmonies of #0DBADF
Complementary color
Monochromatic Colors of #0DBADF
Black with #0DBADF
Text Example
Text Example
White with #0DBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBADF; }
p { color: rgb(13,186,223); }
H1.HeaderClassName
{
color: #0DBADF;
}
.AnyTagClassName
{
color: #0DBADF;
}
</style>
background-color css
<style>
a { background-color: #0DBADF; }
a { background-color: rgb(13,186,223); }
div.DivClassName
{
background-color: #0DBADF;
}
.BgClassName
{
background-color: #0DBADF;
}
</style>
border-color css
<style>
span { border-color: #0DBADF; }
span { border-color: rgb(13,186,223); }
td.TdClassName
{
border-color: #0DBADF;
}
.TagClassName
{
border-color: #0DBADF;
}
</style>