Shades of Iris Blue #0DBDCC
Tints of Iris Blue #0DBDCC
RGB
CMYK
RGB Variations
Color information
#0DBDCC (or 0x0DBDCC) is known color: Iris Blue. HEX triplet: 0D, BD and CC. RGB value is (13,189,204). Sum of RGB (Red+Green+Blue) = 13+189+204=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DBDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDCC is #F24233. Grayscale: #898989. Windows color (decimal): -15876660 or 13417741. OLE color: 13417741.
HSL color Cylindrical-coordinate representation of color #0DBDCC: hue angle of 184.71º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBDCC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 189 | 204 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.2 |
| HSL | 184.71º | 0.88% | 0.43% | - |
| HSV(B) | 184.71º | 0.94% | 0.8% | - |
| XYZ | 29.26 | 40.84 | 63.47 | - |
| YUV | 138.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 204 | 0.94 | 0.07 | 0 | 0.2 | 184.71 | 0.88 | 0.43 |
| Hex | D | BD | CC | 5E | 7 | 0 | 14 | B9 | 58 | 2B |
| Octal | 15 | 275 | 314 | 136 | 7 | 0 | 24 | 271 | 130 | 53 |
| Binary | 1101 | 10111101 | 11001100 | 1011110 | 111 | 0 | 10100 | 10111001 | 1011000 | 101011 |
Color Harmonies of #0DBDCC
Complementary color
Monochromatic Colors of #0DBDCC
Black with #0DBDCC
Text Example
Text Example
White with #0DBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDCC; }
p { color: rgb(13,189,204); }
H1.HeaderClassName
{
color: #0DBDCC;
}
.AnyTagClassName
{
color: #0DBDCC;
}
</style>
background-color css
<style>
a { background-color: #0DBDCC; }
a { background-color: rgb(13,189,204); }
div.DivClassName
{
background-color: #0DBDCC;
}
.BgClassName
{
background-color: #0DBDCC;
}
</style>
border-color css
<style>
span { border-color: #0DBDCC; }
span { border-color: rgb(13,189,204); }
td.TdClassName
{
border-color: #0DBDCC;
}
.TagClassName
{
border-color: #0DBDCC;
}
</style>