Shades of Iris Blue #0DBCDC
Tints of Iris Blue #0DBCDC
RGB
CMYK
RGB Variations
Color information
#0DBCDC (or 0x0DBCDC) is known color: Iris Blue. HEX triplet: 0D, BC and DC. RGB value is (13,188,220). Sum of RGB (Red+Green+Blue) = 13+188+220=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DBCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBCDC is #F24323. Grayscale: #8B8B8B. Windows color (decimal): -15876900 or 14466061. OLE color: 14466061.
HSL color Cylindrical-coordinate representation of color #0DBCDC: hue angle of 189.28º 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 #0DBCDC is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 188 | 220 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.14 |
| HSL | 189.28º | 0.89% | 0.46% | - |
| HSV(B) | 189.28º | 0.94% | 0.86% | - |
| XYZ | 31.07 | 41.22 | 74.03 | - |
| YUV | 139.32 | 173.52 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 220 | 0.94 | 0.15 | 0 | 0.14 | 189.28 | 0.89 | 0.46 |
| Hex | D | BC | DC | 5E | F | 0 | E | BD | 59 | 2E |
| Octal | 15 | 274 | 334 | 136 | 17 | 0 | 16 | 275 | 131 | 56 |
| Binary | 1101 | 10111100 | 11011100 | 1011110 | 1111 | 0 | 1110 | 10111101 | 1011001 | 101110 |
Color Harmonies of #0DBCDC
Complementary color
Monochromatic Colors of #0DBCDC
Black with #0DBCDC
Text Example
Text Example
White with #0DBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCDC; }
p { color: rgb(13,188,220); }
H1.HeaderClassName
{
color: #0DBCDC;
}
.AnyTagClassName
{
color: #0DBCDC;
}
</style>
background-color css
<style>
a { background-color: #0DBCDC; }
a { background-color: rgb(13,188,220); }
div.DivClassName
{
background-color: #0DBCDC;
}
.BgClassName
{
background-color: #0DBCDC;
}
</style>
border-color css
<style>
span { border-color: #0DBCDC; }
span { border-color: rgb(13,188,220); }
td.TdClassName
{
border-color: #0DBCDC;
}
.TagClassName
{
border-color: #0DBCDC;
}
</style>