Shades of Iris Blue #0DABDD
Tints of Iris Blue #0DABDD
RGB
CMYK
RGB Variations
Color information
#0DABDD (or 0x0DABDD) is known color: Iris Blue. HEX triplet: 0D, AB and DD. RGB value is (13,171,221). Sum of RGB (Red+Green+Blue) = 13+171+221=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABDD is #F25422. Grayscale: #818181. Windows color (decimal): -15881251 or 14527245. OLE color: 14527245.
HSL color Cylindrical-coordinate representation of color #0DABDD: hue angle of 194.42º 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 #0DABDD is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 171 | 221 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.13 |
| HSL | 194.42º | 0.89% | 0.46% | - |
| HSV(B) | 194.42º | 0.94% | 0.87% | - |
| XYZ | 27.78 | 34.43 | 73.59 | - |
| YUV | 129.46 | 179.65 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 221 | 0.94 | 0.23 | 0 | 0.13 | 194.42 | 0.89 | 0.46 |
| Hex | D | AB | DD | 5E | 17 | 0 | D | C2 | 59 | 2E |
| Octal | 15 | 253 | 335 | 136 | 27 | 0 | 15 | 302 | 131 | 56 |
| Binary | 1101 | 10101011 | 11011101 | 1011110 | 10111 | 0 | 1101 | 11000010 | 1011001 | 101110 |
Color Harmonies of #0DABDD
Complementary color
Monochromatic Colors of #0DABDD
Black with #0DABDD
Text Example
Text Example
White with #0DABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABDD; }
p { color: rgb(13,171,221); }
H1.HeaderClassName
{
color: #0DABDD;
}
.AnyTagClassName
{
color: #0DABDD;
}
</style>
background-color css
<style>
a { background-color: #0DABDD; }
a { background-color: rgb(13,171,221); }
div.DivClassName
{
background-color: #0DABDD;
}
.BgClassName
{
background-color: #0DABDD;
}
</style>
border-color css
<style>
span { border-color: #0DABDD; }
span { border-color: rgb(13,171,221); }
td.TdClassName
{
border-color: #0DABDD;
}
.TagClassName
{
border-color: #0DABDD;
}
</style>