Shades of Iris Blue #0DB0BC
Tints of Iris Blue #0DB0BC
RGB
CMYK
RGB Variations
Color information
#0DB0BC (or 0x0DB0BC) is known color: Iris Blue. HEX triplet: 0D, B0 and BC. RGB value is (13,176,188). Sum of RGB (Red+Green+Blue) = 13+176+188=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #0DB0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0BC is #F24F43. Grayscale: #808080. Windows color (decimal): -15880004 or 12365837. OLE color: 12365837.
HSL color Cylindrical-coordinate representation of color #0DB0BC: hue angle of 184.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB0BC is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 176 | 188 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.26 |
| HSL | 184.11º | 0.87% | 0.39% | - |
| HSV(B) | 184.11º | 0.93% | 0.74% | - |
| XYZ | 24.77 | 34.77 | 52.98 | - |
| YUV | 128.63 | 161.5 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 188 | 0.93 | 0.06 | 0 | 0.26 | 184.11 | 0.87 | 0.39 |
| Hex | D | B0 | BC | 5D | 6 | 0 | 1A | B8 | 57 | 27 |
| Octal | 15 | 260 | 274 | 135 | 6 | 0 | 32 | 270 | 127 | 47 |
| Binary | 1101 | 10110000 | 10111100 | 1011101 | 110 | 0 | 11010 | 10111000 | 1010111 | 100111 |
Color Harmonies of #0DB0BC
Complementary color
Monochromatic Colors of #0DB0BC
Black with #0DB0BC
Text Example
Text Example
White with #0DB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0BC; }
p { color: rgb(13,176,188); }
H1.HeaderClassName
{
color: #0DB0BC;
}
.AnyTagClassName
{
color: #0DB0BC;
}
</style>
background-color css
<style>
a { background-color: #0DB0BC; }
a { background-color: rgb(13,176,188); }
div.DivClassName
{
background-color: #0DB0BC;
}
.BgClassName
{
background-color: #0DB0BC;
}
</style>
border-color css
<style>
span { border-color: #0DB0BC; }
span { border-color: rgb(13,176,188); }
td.TdClassName
{
border-color: #0DB0BC;
}
.TagClassName
{
border-color: #0DB0BC;
}
</style>