Shades of Iris Blue #0DB6DC
Tints of Iris Blue #0DB6DC
RGB
CMYK
RGB Variations
Color information
#0DB6DC (or 0x0DB6DC) is known color: Iris Blue. HEX triplet: 0D, B6 and DC. RGB value is (13,182,220). Sum of RGB (Red+Green+Blue) = 13+182+220=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DB6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB6DC is #F24923. Grayscale: #878787. Windows color (decimal): -15878436 or 14464525. OLE color: 14464525.
HSL color Cylindrical-coordinate representation of color #0DB6DC: hue angle of 191.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB6DC is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 182 | 220 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.14 |
| HSL | 191.01º | 0.89% | 0.46% | - |
| HSV(B) | 191.01º | 0.94% | 0.86% | - |
| XYZ | 29.81 | 38.71 | 73.61 | - |
| YUV | 135.8 | 175.51 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 220 | 0.94 | 0.17 | 0 | 0.14 | 191.01 | 0.89 | 0.46 |
| Hex | D | B6 | DC | 5E | 11 | 0 | E | BF | 59 | 2E |
| Octal | 15 | 266 | 334 | 136 | 21 | 0 | 16 | 277 | 131 | 56 |
| Binary | 1101 | 10110110 | 11011100 | 1011110 | 10001 | 0 | 1110 | 10111111 | 1011001 | 101110 |
Color Harmonies of #0DB6DC
Complementary color
Monochromatic Colors of #0DB6DC
Black with #0DB6DC
Text Example
Text Example
White with #0DB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB6DC; }
p { color: rgb(13,182,220); }
H1.HeaderClassName
{
color: #0DB6DC;
}
.AnyTagClassName
{
color: #0DB6DC;
}
</style>
background-color css
<style>
a { background-color: #0DB6DC; }
a { background-color: rgb(13,182,220); }
div.DivClassName
{
background-color: #0DB6DC;
}
.BgClassName
{
background-color: #0DB6DC;
}
</style>
border-color css
<style>
span { border-color: #0DB6DC; }
span { border-color: rgb(13,182,220); }
td.TdClassName
{
border-color: #0DB6DC;
}
.TagClassName
{
border-color: #0DB6DC;
}
</style>