Shades of Iris Blue #0DB7DD
Tints of Iris Blue #0DB7DD
RGB
CMYK
RGB Variations
Color information
#0DB7DD (or 0x0DB7DD) is known color: Iris Blue. HEX triplet: 0D, B7 and DD. RGB value is (13,183,221). Sum of RGB (Red+Green+Blue) = 13+183+221=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #0DB7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB7DD is #F24822. Grayscale: #888888. Windows color (decimal): -15878179 or 14530317. OLE color: 14530317.
HSL color Cylindrical-coordinate representation of color #0DB7DD: hue angle of 190.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB7DD is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 183 | 221 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.13 |
| HSL | 190.96º | 0.89% | 0.46% | - |
| HSV(B) | 190.96º | 0.94% | 0.87% | - |
| XYZ | 30.15 | 39.17 | 74.38 | - |
| YUV | 136.5 | 175.68 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 221 | 0.94 | 0.17 | 0 | 0.13 | 190.96 | 0.89 | 0.46 |
| Hex | D | B7 | DD | 5E | 11 | 0 | D | BF | 59 | 2E |
| Octal | 15 | 267 | 335 | 136 | 21 | 0 | 15 | 277 | 131 | 56 |
| Binary | 1101 | 10110111 | 11011101 | 1011110 | 10001 | 0 | 1101 | 10111111 | 1011001 | 101110 |
Color Harmonies of #0DB7DD
Complementary color
Monochromatic Colors of #0DB7DD
Black with #0DB7DD
Text Example
Text Example
White with #0DB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7DD; }
p { color: rgb(13,183,221); }
H1.HeaderClassName
{
color: #0DB7DD;
}
.AnyTagClassName
{
color: #0DB7DD;
}
</style>
background-color css
<style>
a { background-color: #0DB7DD; }
a { background-color: rgb(13,183,221); }
div.DivClassName
{
background-color: #0DB7DD;
}
.BgClassName
{
background-color: #0DB7DD;
}
</style>
border-color css
<style>
span { border-color: #0DB7DD; }
span { border-color: rgb(13,183,221); }
td.TdClassName
{
border-color: #0DB7DD;
}
.TagClassName
{
border-color: #0DB7DD;
}
</style>