Shades of Iris Blue #0DB1C6
Tints of Iris Blue #0DB1C6
RGB
CMYK
RGB Variations
Color information
#0DB1C6 (or 0x0DB1C6) is known color: Iris Blue. HEX triplet: 0D, B1 and C6. RGB value is (13,177,198). Sum of RGB (Red+Green+Blue) = 13+177+198=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DB1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB1C6 is #F24E39. Grayscale: #828282. Windows color (decimal): -15879738 or 13021453. OLE color: 13021453.
HSL color Cylindrical-coordinate representation of color #0DB1C6: hue angle of 186.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB1C6 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 177 | 198 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.22 |
| HSL | 186.81º | 0.88% | 0.41% | - |
| HSV(B) | 186.81º | 0.93% | 0.78% | - |
| XYZ | 26.08 | 35.61 | 58.92 | - |
| YUV | 130.36 | 166.17 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 198 | 0.93 | 0.11 | 0 | 0.22 | 186.81 | 0.88 | 0.41 |
| Hex | D | B1 | C6 | 5D | B | 0 | 16 | BB | 58 | 29 |
| Octal | 15 | 261 | 306 | 135 | 13 | 0 | 26 | 273 | 130 | 51 |
| Binary | 1101 | 10110001 | 11000110 | 1011101 | 1011 | 0 | 10110 | 10111011 | 1011000 | 101001 |
Color Harmonies of #0DB1C6
Complementary color
Monochromatic Colors of #0DB1C6
Black with #0DB1C6
Text Example
Text Example
White with #0DB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB1C6; }
p { color: rgb(13,177,198); }
H1.HeaderClassName
{
color: #0DB1C6;
}
.AnyTagClassName
{
color: #0DB1C6;
}
</style>
background-color css
<style>
a { background-color: #0DB1C6; }
a { background-color: rgb(13,177,198); }
div.DivClassName
{
background-color: #0DB1C6;
}
.BgClassName
{
background-color: #0DB1C6;
}
</style>
border-color css
<style>
span { border-color: #0DB1C6; }
span { border-color: rgb(13,177,198); }
td.TdClassName
{
border-color: #0DB1C6;
}
.TagClassName
{
border-color: #0DB1C6;
}
</style>