Shades of Iris Blue #0DBAD3
Tints of Iris Blue #0DBAD3
RGB
CMYK
RGB Variations
Color information
#0DBAD3 (or 0x0DBAD3) is known color: Iris Blue. HEX triplet: 0D, BA and D3. RGB value is (13,186,211). Sum of RGB (Red+Green+Blue) = 13+186+211=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 211 (82.81% from 255 or 51.46% from 410); Max value from RGB is 211 - color contains mainly: blue. Hex color #0DBAD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBAD3 is #F2452C. Grayscale: #888888. Windows color (decimal): -15877421 or 13875725. OLE color: 13875725.
HSL color Cylindrical-coordinate representation of color #0DBAD3: hue angle of 187.58º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBAD3 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 186 | 211 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.17 |
| HSL | 187.58º | 0.88% | 0.44% | - |
| HSV(B) | 187.58º | 0.94% | 0.83% | - |
| XYZ | 29.48 | 39.91 | 67.78 | - |
| YUV | 137.12 | 169.69 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 211 | 0.94 | 0.12 | 0 | 0.17 | 187.58 | 0.88 | 0.44 |
| Hex | D | BA | D3 | 5E | C | 0 | 11 | BC | 58 | 2C |
| Octal | 15 | 272 | 323 | 136 | 14 | 0 | 21 | 274 | 130 | 54 |
| Binary | 1101 | 10111010 | 11010011 | 1011110 | 1100 | 0 | 10001 | 10111100 | 1011000 | 101100 |
Color Harmonies of #0DBAD3
Complementary color
Monochromatic Colors of #0DBAD3
Black with #0DBAD3
Text Example
Text Example
White with #0DBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAD3; }
p { color: rgb(13,186,211); }
H1.HeaderClassName
{
color: #0DBAD3;
}
.AnyTagClassName
{
color: #0DBAD3;
}
</style>
background-color css
<style>
a { background-color: #0DBAD3; }
a { background-color: rgb(13,186,211); }
div.DivClassName
{
background-color: #0DBAD3;
}
.BgClassName
{
background-color: #0DBAD3;
}
</style>
border-color css
<style>
span { border-color: #0DBAD3; }
span { border-color: rgb(13,186,211); }
td.TdClassName
{
border-color: #0DBAD3;
}
.TagClassName
{
border-color: #0DBAD3;
}
</style>