Shades of Iris Blue #0DADDB
Tints of Iris Blue #0DADDB
RGB
CMYK
RGB Variations
Color information
#0DADDB (or 0x0DADDB) is known color: Iris Blue. HEX triplet: 0D, AD and DB. RGB value is (13,173,219). Sum of RGB (Red+Green+Blue) = 13+173+219=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADDB is #F25224. Grayscale: #828282. Windows color (decimal): -15880741 or 14396685. OLE color: 14396685.
HSL color Cylindrical-coordinate representation of color #0DADDB: hue angle of 193.4º 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 #0DADDB is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 173 | 219 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.14 |
| HSL | 193.4º | 0.89% | 0.45% | - |
| HSV(B) | 193.4º | 0.94% | 0.86% | - |
| XYZ | 27.9 | 35.09 | 72.32 | - |
| YUV | 130.4 | 177.99 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 219 | 0.94 | 0.21 | 0 | 0.14 | 193.4 | 0.89 | 0.45 |
| Hex | D | AD | DB | 5E | 15 | 0 | E | C1 | 59 | 2D |
| Octal | 15 | 255 | 333 | 136 | 25 | 0 | 16 | 301 | 131 | 55 |
| Binary | 1101 | 10101101 | 11011011 | 1011110 | 10101 | 0 | 1110 | 11000001 | 1011001 | 101101 |
Color Harmonies of #0DADDB
Complementary color
Monochromatic Colors of #0DADDB
Black with #0DADDB
Text Example
Text Example
White with #0DADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DADDB; }
p { color: rgb(13,173,219); }
H1.HeaderClassName
{
color: #0DADDB;
}
.AnyTagClassName
{
color: #0DADDB;
}
</style>
background-color css
<style>
a { background-color: #0DADDB; }
a { background-color: rgb(13,173,219); }
div.DivClassName
{
background-color: #0DADDB;
}
.BgClassName
{
background-color: #0DADDB;
}
</style>
border-color css
<style>
span { border-color: #0DADDB; }
span { border-color: rgb(13,173,219); }
td.TdClassName
{
border-color: #0DADDB;
}
.TagClassName
{
border-color: #0DADDB;
}
</style>