Shades of Iris Blue #0DB0BE
Tints of Iris Blue #0DB0BE
RGB
CMYK
RGB Variations
Color information
#0DB0BE (or 0x0DB0BE) is known color: Iris Blue. HEX triplet: 0D, B0 and BE. RGB value is (13,176,190). Sum of RGB (Red+Green+Blue) = 13+176+190=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DB0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0BE is #F24F41. Grayscale: #808080. Windows color (decimal): -15880002 or 12496909. OLE color: 12496909.
HSL color Cylindrical-coordinate representation of color #0DB0BE: hue angle of 184.75º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB0BE is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 176 | 190 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.25 |
| HSL | 184.75º | 0.87% | 0.4% | - |
| HSV(B) | 184.75º | 0.93% | 0.75% | - |
| XYZ | 24.99 | 34.85 | 54.13 | - |
| YUV | 128.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 190 | 0.93 | 0.07 | 0 | 0.25 | 184.75 | 0.87 | 0.4 |
| Hex | D | B0 | BE | 5D | 7 | 0 | 19 | B9 | 57 | 28 |
| Octal | 15 | 260 | 276 | 135 | 7 | 0 | 31 | 271 | 127 | 50 |
| Binary | 1101 | 10110000 | 10111110 | 1011101 | 111 | 0 | 11001 | 10111001 | 1010111 | 101000 |
Color Harmonies of #0DB0BE
Complementary color
Monochromatic Colors of #0DB0BE
Black with #0DB0BE
Text Example
Text Example
White with #0DB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0BE; }
p { color: rgb(13,176,190); }
H1.HeaderClassName
{
color: #0DB0BE;
}
.AnyTagClassName
{
color: #0DB0BE;
}
</style>
background-color css
<style>
a { background-color: #0DB0BE; }
a { background-color: rgb(13,176,190); }
div.DivClassName
{
background-color: #0DB0BE;
}
.BgClassName
{
background-color: #0DB0BE;
}
</style>
border-color css
<style>
span { border-color: #0DB0BE; }
span { border-color: rgb(13,176,190); }
td.TdClassName
{
border-color: #0DB0BE;
}
.TagClassName
{
border-color: #0DB0BE;
}
</style>