Shades of Iris Blue #0DB0BD
Tints of Iris Blue #0DB0BD
RGB
CMYK
RGB Variations
Color information
#0DB0BD (or 0x0DB0BD) is known color: Iris Blue. HEX triplet: 0D, B0 and BD. RGB value is (13,176,189). Sum of RGB (Red+Green+Blue) = 13+176+189=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #0DB0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0BD is #F24F42. Grayscale: #808080. Windows color (decimal): -15880003 or 12431373. OLE color: 12431373.
HSL color Cylindrical-coordinate representation of color #0DB0BD: hue angle of 184.43º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB0BD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 176 | 189 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.26 |
| HSL | 184.43º | 0.87% | 0.4% | - |
| HSV(B) | 184.43º | 0.93% | 0.74% | - |
| XYZ | 24.88 | 34.81 | 53.55 | - |
| YUV | 128.75 | 162 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 189 | 0.93 | 0.07 | 0 | 0.26 | 184.43 | 0.87 | 0.4 |
| Hex | D | B0 | BD | 5D | 7 | 0 | 1A | B8 | 57 | 28 |
| Octal | 15 | 260 | 275 | 135 | 7 | 0 | 32 | 270 | 127 | 50 |
| Binary | 1101 | 10110000 | 10111101 | 1011101 | 111 | 0 | 11010 | 10111000 | 1010111 | 101000 |
Color Harmonies of #0DB0BD
Complementary color
Monochromatic Colors of #0DB0BD
Black with #0DB0BD
Text Example
Text Example
White with #0DB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0BD; }
p { color: rgb(13,176,189); }
H1.HeaderClassName
{
color: #0DB0BD;
}
.AnyTagClassName
{
color: #0DB0BD;
}
</style>
background-color css
<style>
a { background-color: #0DB0BD; }
a { background-color: rgb(13,176,189); }
div.DivClassName
{
background-color: #0DB0BD;
}
.BgClassName
{
background-color: #0DB0BD;
}
</style>
border-color css
<style>
span { border-color: #0DB0BD; }
span { border-color: rgb(13,176,189); }
td.TdClassName
{
border-color: #0DB0BD;
}
.TagClassName
{
border-color: #0DB0BD;
}
</style>