Shades of Iris Blue #0DB3BA
Tints of Iris Blue #0DB3BA
RGB
CMYK
RGB Variations
Color information
#0DB3BA (or 0x0DB3BA) is known color: Iris Blue. HEX triplet: 0D, B3 and BA. RGB value is (13,179,186). Sum of RGB (Red+Green+Blue) = 13+179+186=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DB3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB3BA is #F24C45. Grayscale: #818181. Windows color (decimal): -15879238 or 12235533. OLE color: 12235533.
HSL color Cylindrical-coordinate representation of color #0DB3BA: hue angle of 182.43º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB3BA is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 179 | 186 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.27 |
| HSL | 182.43º | 0.87% | 0.39% | - |
| HSV(B) | 182.43º | 0.93% | 0.73% | - |
| XYZ | 25.15 | 35.87 | 52.05 | - |
| YUV | 130.16 | 159.5 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 186 | 0.93 | 0.04 | 0 | 0.27 | 182.43 | 0.87 | 0.39 |
| Hex | D | B3 | BA | 5D | 4 | 0 | 1B | B6 | 57 | 27 |
| Octal | 15 | 263 | 272 | 135 | 4 | 0 | 33 | 266 | 127 | 47 |
| Binary | 1101 | 10110011 | 10111010 | 1011101 | 100 | 0 | 11011 | 10110110 | 1010111 | 100111 |
Color Harmonies of #0DB3BA
Complementary color
Monochromatic Colors of #0DB3BA
Black with #0DB3BA
Text Example
Text Example
White with #0DB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB3BA; }
p { color: rgb(13,179,186); }
H1.HeaderClassName
{
color: #0DB3BA;
}
.AnyTagClassName
{
color: #0DB3BA;
}
</style>
background-color css
<style>
a { background-color: #0DB3BA; }
a { background-color: rgb(13,179,186); }
div.DivClassName
{
background-color: #0DB3BA;
}
.BgClassName
{
background-color: #0DB3BA;
}
</style>
border-color css
<style>
span { border-color: #0DB3BA; }
span { border-color: rgb(13,179,186); }
td.TdClassName
{
border-color: #0DB3BA;
}
.TagClassName
{
border-color: #0DB3BA;
}
</style>