Shades of Iris Blue #0DB0BB
Tints of Iris Blue #0DB0BB
RGB
CMYK
RGB Variations
Color information
#0DB0BB (or 0x0DB0BB) is known color: Iris Blue. HEX triplet: 0D, B0 and BB. RGB value is (13,176,187). Sum of RGB (Red+Green+Blue) = 13+176+187=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #0DB0BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0BB is #F24F44. Grayscale: #808080. Windows color (decimal): -15880005 or 12300301. OLE color: 12300301.
HSL color Cylindrical-coordinate representation of color #0DB0BB: hue angle of 183.79º 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 #0DB0BB is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 176 | 187 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.27 |
| HSL | 183.79º | 0.87% | 0.39% | - |
| HSV(B) | 183.79º | 0.93% | 0.73% | - |
| XYZ | 24.66 | 34.72 | 52.42 | - |
| YUV | 128.52 | 161 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 187 | 0.93 | 0.06 | 0 | 0.27 | 183.79 | 0.87 | 0.39 |
| Hex | D | B0 | BB | 5D | 6 | 0 | 1B | B8 | 57 | 27 |
| Octal | 15 | 260 | 273 | 135 | 6 | 0 | 33 | 270 | 127 | 47 |
| Binary | 1101 | 10110000 | 10111011 | 1011101 | 110 | 0 | 11011 | 10111000 | 1010111 | 100111 |
Color Harmonies of #0DB0BB
Complementary color
Monochromatic Colors of #0DB0BB
Black with #0DB0BB
Text Example
Text Example
White with #0DB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0BB; }
p { color: rgb(13,176,187); }
H1.HeaderClassName
{
color: #0DB0BB;
}
.AnyTagClassName
{
color: #0DB0BB;
}
</style>
background-color css
<style>
a { background-color: #0DB0BB; }
a { background-color: rgb(13,176,187); }
div.DivClassName
{
background-color: #0DB0BB;
}
.BgClassName
{
background-color: #0DB0BB;
}
</style>
border-color css
<style>
span { border-color: #0DB0BB; }
span { border-color: rgb(13,176,187); }
td.TdClassName
{
border-color: #0DB0BB;
}
.TagClassName
{
border-color: #0DB0BB;
}
</style>