Shades of Iris Blue #0DBCDB
Tints of Iris Blue #0DBCDB
RGB
CMYK
RGB Variations
Color information
#0DBCDB (or 0x0DBCDB) is known color: Iris Blue. HEX triplet: 0D, BC and DB. RGB value is (13,188,219). Sum of RGB (Red+Green+Blue) = 13+188+219=420 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DBCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBCDB is #F24324. Grayscale: #8A8A8A. Windows color (decimal): -15876901 or 14400525. OLE color: 14400525.
HSL color Cylindrical-coordinate representation of color #0DBCDB: hue angle of 189.03º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBCDB is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 188 | 219 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.14 |
| HSL | 189.03º | 0.89% | 0.45% | - |
| HSV(B) | 189.03º | 0.94% | 0.86% | - |
| XYZ | 30.94 | 41.17 | 73.33 | - |
| YUV | 139.21 | 173.02 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 219 | 0.94 | 0.14 | 0 | 0.14 | 189.03 | 0.89 | 0.45 |
| Hex | D | BC | DB | 5E | E | 0 | E | BD | 59 | 2D |
| Octal | 15 | 274 | 333 | 136 | 16 | 0 | 16 | 275 | 131 | 55 |
| Binary | 1101 | 10111100 | 11011011 | 1011110 | 1110 | 0 | 1110 | 10111101 | 1011001 | 101101 |
Color Harmonies of #0DBCDB
Complementary color
Monochromatic Colors of #0DBCDB
Black with #0DBCDB
Text Example
Text Example
White with #0DBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCDB; }
p { color: rgb(13,188,219); }
H1.HeaderClassName
{
color: #0DBCDB;
}
.AnyTagClassName
{
color: #0DBCDB;
}
</style>
background-color css
<style>
a { background-color: #0DBCDB; }
a { background-color: rgb(13,188,219); }
div.DivClassName
{
background-color: #0DBCDB;
}
.BgClassName
{
background-color: #0DBCDB;
}
</style>
border-color css
<style>
span { border-color: #0DBCDB; }
span { border-color: rgb(13,188,219); }
td.TdClassName
{
border-color: #0DBCDB;
}
.TagClassName
{
border-color: #0DBCDB;
}
</style>