Shades of Iris Blue #0DB0DD
Tints of Iris Blue #0DB0DD
RGB
CMYK
RGB Variations
Color information
#0DB0DD (or 0x0DB0DD) is known color: Iris Blue. HEX triplet: 0D, B0 and DD. RGB value is (13,176,221). Sum of RGB (Red+Green+Blue) = 13+176+221=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DB0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0DD is #F24F22. Grayscale: #848484. Windows color (decimal): -15879971 or 14528525. OLE color: 14528525.
HSL color Cylindrical-coordinate representation of color #0DB0DD: hue angle of 192.98º 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 #0DB0DD is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 176 | 221 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.13 |
| HSL | 192.98º | 0.89% | 0.46% | - |
| HSV(B) | 192.98º | 0.94% | 0.87% | - |
| XYZ | 28.74 | 36.36 | 73.91 | - |
| YUV | 132.39 | 178 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 221 | 0.94 | 0.20 | 0 | 0.13 | 192.98 | 0.89 | 0.46 |
| Hex | D | B0 | DD | 5E | 14 | 0 | D | C1 | 59 | 2E |
| Octal | 15 | 260 | 335 | 136 | 24 | 0 | 15 | 301 | 131 | 56 |
| Binary | 1101 | 10110000 | 11011101 | 1011110 | 10100 | 0 | 1101 | 11000001 | 1011001 | 101110 |
Color Harmonies of #0DB0DD
Complementary color
Monochromatic Colors of #0DB0DD
Black with #0DB0DD
Text Example
Text Example
White with #0DB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0DD; }
p { color: rgb(13,176,221); }
H1.HeaderClassName
{
color: #0DB0DD;
}
.AnyTagClassName
{
color: #0DB0DD;
}
</style>
background-color css
<style>
a { background-color: #0DB0DD; }
a { background-color: rgb(13,176,221); }
div.DivClassName
{
background-color: #0DB0DD;
}
.BgClassName
{
background-color: #0DB0DD;
}
</style>
border-color css
<style>
span { border-color: #0DB0DD; }
span { border-color: rgb(13,176,221); }
td.TdClassName
{
border-color: #0DB0DD;
}
.TagClassName
{
border-color: #0DB0DD;
}
</style>