Shades of Iris Blue #0DB2BA
Tints of Iris Blue #0DB2BA
RGB
CMYK
RGB Variations
Color information
#0DB2BA (or 0x0DB2BA) is known color: Iris Blue. HEX triplet: 0D, B2 and BA. RGB value is (13,178,186). Sum of RGB (Red+Green+Blue) = 13+178+186=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DB2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB2BA is #F24D45. Grayscale: #818181. Windows color (decimal): -15879494 or 12235277. OLE color: 12235277.
HSL color Cylindrical-coordinate representation of color #0DB2BA: hue angle of 182.77º 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 #0DB2BA is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 178 | 186 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.27 |
| HSL | 182.77º | 0.87% | 0.39% | - |
| HSV(B) | 182.77º | 0.93% | 0.73% | - |
| XYZ | 24.95 | 35.47 | 51.99 | - |
| YUV | 129.58 | 159.84 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 186 | 0.93 | 0.04 | 0 | 0.27 | 182.77 | 0.87 | 0.39 |
| Hex | D | B2 | BA | 5D | 4 | 0 | 1B | B7 | 57 | 27 |
| Octal | 15 | 262 | 272 | 135 | 4 | 0 | 33 | 267 | 127 | 47 |
| Binary | 1101 | 10110010 | 10111010 | 1011101 | 100 | 0 | 11011 | 10110111 | 1010111 | 100111 |
Color Harmonies of #0DB2BA
Complementary color
Monochromatic Colors of #0DB2BA
Black with #0DB2BA
Text Example
Text Example
White with #0DB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB2BA; }
p { color: rgb(13,178,186); }
H1.HeaderClassName
{
color: #0DB2BA;
}
.AnyTagClassName
{
color: #0DB2BA;
}
</style>
background-color css
<style>
a { background-color: #0DB2BA; }
a { background-color: rgb(13,178,186); }
div.DivClassName
{
background-color: #0DB2BA;
}
.BgClassName
{
background-color: #0DB2BA;
}
</style>
border-color css
<style>
span { border-color: #0DB2BA; }
span { border-color: rgb(13,178,186); }
td.TdClassName
{
border-color: #0DB2BA;
}
.TagClassName
{
border-color: #0DB2BA;
}
</style>