Shades of Iris Blue #0DBDD8
Tints of Iris Blue #0DBDD8
RGB
CMYK
RGB Variations
Color information
#0DBDD8 (or 0x0DBDD8) is known color: Iris Blue. HEX triplet: 0D, BD and D8. RGB value is (13,189,216). Sum of RGB (Red+Green+Blue) = 13+189+216=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #0DBDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBDD8 is #F24227. Grayscale: #8B8B8B. Windows color (decimal): -15876648 or 14204173. OLE color: 14204173.
HSL color Cylindrical-coordinate representation of color #0DBDD8: hue angle of 187.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBDD8 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 189 | 216 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.15 |
| HSL | 187.98º | 0.89% | 0.45% | - |
| HSV(B) | 187.98º | 0.94% | 0.85% | - |
| XYZ | 30.76 | 41.44 | 71.34 | - |
| YUV | 139.45 | 171.19 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 216 | 0.94 | 0.12 | 0 | 0.15 | 187.98 | 0.89 | 0.45 |
| Hex | D | BD | D8 | 5E | C | 0 | F | BC | 59 | 2D |
| Octal | 15 | 275 | 330 | 136 | 14 | 0 | 17 | 274 | 131 | 55 |
| Binary | 1101 | 10111101 | 11011000 | 1011110 | 1100 | 0 | 1111 | 10111100 | 1011001 | 101101 |
Color Harmonies of #0DBDD8
Complementary color
Monochromatic Colors of #0DBDD8
Black with #0DBDD8
Text Example
Text Example
White with #0DBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDD8; }
p { color: rgb(13,189,216); }
H1.HeaderClassName
{
color: #0DBDD8;
}
.AnyTagClassName
{
color: #0DBDD8;
}
</style>
background-color css
<style>
a { background-color: #0DBDD8; }
a { background-color: rgb(13,189,216); }
div.DivClassName
{
background-color: #0DBDD8;
}
.BgClassName
{
background-color: #0DBDD8;
}
</style>
border-color css
<style>
span { border-color: #0DBDD8; }
span { border-color: rgb(13,189,216); }
td.TdClassName
{
border-color: #0DBDD8;
}
.TagClassName
{
border-color: #0DBDD8;
}
</style>