Shades of Iris Blue #0DB4C6
Tints of Iris Blue #0DB4C6
RGB
CMYK
RGB Variations
Color information
#0DB4C6 (or 0x0DB4C6) is known color: Iris Blue. HEX triplet: 0D, B4 and C6. RGB value is (13,180,198). Sum of RGB (Red+Green+Blue) = 13+180+198=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DB4C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB4C6 is #F24B39. Grayscale: #838383. Windows color (decimal): -15878970 or 13022221. OLE color: 13022221.
HSL color Cylindrical-coordinate representation of color #0DB4C6: hue angle of 185.84º 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 #0DB4C6 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 180 | 198 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.22 |
| HSL | 185.84º | 0.88% | 0.41% | - |
| HSV(B) | 185.84º | 0.93% | 0.78% | - |
| XYZ | 26.68 | 36.81 | 59.12 | - |
| YUV | 132.12 | 165.17 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 198 | 0.93 | 0.09 | 0 | 0.22 | 185.84 | 0.88 | 0.41 |
| Hex | D | B4 | C6 | 5D | 9 | 0 | 16 | BA | 58 | 29 |
| Octal | 15 | 264 | 306 | 135 | 11 | 0 | 26 | 272 | 130 | 51 |
| Binary | 1101 | 10110100 | 11000110 | 1011101 | 1001 | 0 | 10110 | 10111010 | 1011000 | 101001 |
Color Harmonies of #0DB4C6
Complementary color
Monochromatic Colors of #0DB4C6
Black with #0DB4C6
Text Example
Text Example
White with #0DB4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB4C6; }
p { color: rgb(13,180,198); }
H1.HeaderClassName
{
color: #0DB4C6;
}
.AnyTagClassName
{
color: #0DB4C6;
}
</style>
background-color css
<style>
a { background-color: #0DB4C6; }
a { background-color: rgb(13,180,198); }
div.DivClassName
{
background-color: #0DB4C6;
}
.BgClassName
{
background-color: #0DB4C6;
}
</style>
border-color css
<style>
span { border-color: #0DB4C6; }
span { border-color: rgb(13,180,198); }
td.TdClassName
{
border-color: #0DB4C6;
}
.TagClassName
{
border-color: #0DB4C6;
}
</style>