Shades of Iris Blue #0DB9C6
Tints of Iris Blue #0DB9C6
RGB
CMYK
RGB Variations
Color information
#0DB9C6 (or 0x0DB9C6) is known color: Iris Blue. HEX triplet: 0D, B9 and C6. RGB value is (13,185,198). Sum of RGB (Red+Green+Blue) = 13+185+198=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DB9C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB9C6 is #F24639. Grayscale: #868686. Windows color (decimal): -15877690 or 13023501. OLE color: 13023501.
HSL color Cylindrical-coordinate representation of color #0DB9C6: hue angle of 184.22º 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 #0DB9C6 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 185 | 198 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.22 |
| HSL | 184.22º | 0.88% | 0.41% | - |
| HSV(B) | 184.22º | 0.93% | 0.78% | - |
| XYZ | 27.71 | 38.86 | 59.47 | - |
| YUV | 135.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 198 | 0.93 | 0.07 | 0 | 0.22 | 184.22 | 0.88 | 0.41 |
| Hex | D | B9 | C6 | 5D | 7 | 0 | 16 | B8 | 58 | 29 |
| Octal | 15 | 271 | 306 | 135 | 7 | 0 | 26 | 270 | 130 | 51 |
| Binary | 1101 | 10111001 | 11000110 | 1011101 | 111 | 0 | 10110 | 10111000 | 1011000 | 101001 |
Color Harmonies of #0DB9C6
Complementary color
Monochromatic Colors of #0DB9C6
Black with #0DB9C6
Text Example
Text Example
White with #0DB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB9C6; }
p { color: rgb(13,185,198); }
H1.HeaderClassName
{
color: #0DB9C6;
}
.AnyTagClassName
{
color: #0DB9C6;
}
</style>
background-color css
<style>
a { background-color: #0DB9C6; }
a { background-color: rgb(13,185,198); }
div.DivClassName
{
background-color: #0DB9C6;
}
.BgClassName
{
background-color: #0DB9C6;
}
</style>
border-color css
<style>
span { border-color: #0DB9C6; }
span { border-color: rgb(13,185,198); }
td.TdClassName
{
border-color: #0DB9C6;
}
.TagClassName
{
border-color: #0DB9C6;
}
</style>