Shades of Iris Blue #0DBDCD
Tints of Iris Blue #0DBDCD
RGB
CMYK
RGB Variations
Color information
#0DBDCD (or 0x0DBDCD) is known color: Iris Blue. HEX triplet: 0D, BD and CD. RGB value is (13,189,205). Sum of RGB (Red+Green+Blue) = 13+189+205=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #0DBDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDCD is #F24232. Grayscale: #898989. Windows color (decimal): -15876659 or 13483277. OLE color: 13483277.
HSL color Cylindrical-coordinate representation of color #0DBDCD: hue angle of 185º 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 #0DBDCD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 189 | 205 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.20 |
| HSL | 185º | 0.88% | 0.43% | - |
| HSV(B) | 185º | 0.94% | 0.8% | - |
| XYZ | 29.38 | 40.89 | 64.1 | - |
| YUV | 138.2 | 165.69 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 205 | 0.94 | 0.08 | 0 | 0.20 | 185 | 0.88 | 0.43 |
| Hex | D | BD | CD | 5E | 8 | 0 | 14 | B9 | 58 | 2B |
| Octal | 15 | 275 | 315 | 136 | 10 | 0 | 24 | 271 | 130 | 53 |
| Binary | 1101 | 10111101 | 11001101 | 1011110 | 1000 | 0 | 10100 | 10111001 | 1011000 | 101011 |
Color Harmonies of #0DBDCD
Complementary color
Monochromatic Colors of #0DBDCD
Black with #0DBDCD
Text Example
Text Example
White with #0DBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDCD; }
p { color: rgb(13,189,205); }
H1.HeaderClassName
{
color: #0DBDCD;
}
.AnyTagClassName
{
color: #0DBDCD;
}
</style>
background-color css
<style>
a { background-color: #0DBDCD; }
a { background-color: rgb(13,189,205); }
div.DivClassName
{
background-color: #0DBDCD;
}
.BgClassName
{
background-color: #0DBDCD;
}
</style>
border-color css
<style>
span { border-color: #0DBDCD; }
span { border-color: rgb(13,189,205); }
td.TdClassName
{
border-color: #0DBDCD;
}
.TagClassName
{
border-color: #0DBDCD;
}
</style>