Shades of Iris Blue #0DABDF
Tints of Iris Blue #0DABDF
RGB
CMYK
RGB Variations
Color information
#0DABDF (or 0x0DABDF) is known color: Iris Blue. HEX triplet: 0D, AB and DF. RGB value is (13,171,223). Sum of RGB (Red+Green+Blue) = 13+171+223=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DABDF is #F25420. Grayscale: #818181. Windows color (decimal): -15881249 or 14658317. OLE color: 14658317.
HSL color Cylindrical-coordinate representation of color #0DABDF: hue angle of 194.86º 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 #0DABDF is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 171 | 223 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.13 |
| HSL | 194.86º | 0.89% | 0.46% | - |
| HSV(B) | 194.86º | 0.94% | 0.87% | - |
| XYZ | 28.05 | 34.54 | 75 | - |
| YUV | 129.69 | 180.65 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 223 | 0.94 | 0.23 | 0 | 0.13 | 194.86 | 0.89 | 0.46 |
| Hex | D | AB | DF | 5E | 17 | 0 | D | C3 | 59 | 2E |
| Octal | 15 | 253 | 337 | 136 | 27 | 0 | 15 | 303 | 131 | 56 |
| Binary | 1101 | 10101011 | 11011111 | 1011110 | 10111 | 0 | 1101 | 11000011 | 1011001 | 101110 |
Color Harmonies of #0DABDF
Complementary color
Monochromatic Colors of #0DABDF
Black with #0DABDF
Text Example
Text Example
White with #0DABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DABDF; }
p { color: rgb(13,171,223); }
H1.HeaderClassName
{
color: #0DABDF;
}
.AnyTagClassName
{
color: #0DABDF;
}
</style>
background-color css
<style>
a { background-color: #0DABDF; }
a { background-color: rgb(13,171,223); }
div.DivClassName
{
background-color: #0DABDF;
}
.BgClassName
{
background-color: #0DABDF;
}
</style>
border-color css
<style>
span { border-color: #0DABDF; }
span { border-color: rgb(13,171,223); }
td.TdClassName
{
border-color: #0DABDF;
}
.TagClassName
{
border-color: #0DABDF;
}
</style>