Shades of Iris Blue #0DB7DF
Tints of Iris Blue #0DB7DF
RGB
CMYK
RGB Variations
Color information
#0DB7DF (or 0x0DB7DF) is known color: Iris Blue. HEX triplet: 0D, B7 and DF. RGB value is (13,183,223). Sum of RGB (Red+Green+Blue) = 13+183+223=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DB7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB7DF is #F24820. Grayscale: #888888. Windows color (decimal): -15878177 or 14661389. OLE color: 14661389.
HSL color Cylindrical-coordinate representation of color #0DB7DF: hue angle of 191.43º 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 #0DB7DF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 183 | 223 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.13 |
| HSL | 191.43º | 0.89% | 0.46% | - |
| HSV(B) | 191.43º | 0.94% | 0.87% | - |
| XYZ | 30.42 | 39.28 | 75.79 | - |
| YUV | 136.73 | 176.68 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 223 | 0.94 | 0.18 | 0 | 0.13 | 191.43 | 0.89 | 0.46 |
| Hex | D | B7 | DF | 5E | 12 | 0 | D | BF | 59 | 2E |
| Octal | 15 | 267 | 337 | 136 | 22 | 0 | 15 | 277 | 131 | 56 |
| Binary | 1101 | 10110111 | 11011111 | 1011110 | 10010 | 0 | 1101 | 10111111 | 1011001 | 101110 |
Color Harmonies of #0DB7DF
Complementary color
Monochromatic Colors of #0DB7DF
Black with #0DB7DF
Text Example
Text Example
White with #0DB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7DF; }
p { color: rgb(13,183,223); }
H1.HeaderClassName
{
color: #0DB7DF;
}
.AnyTagClassName
{
color: #0DB7DF;
}
</style>
background-color css
<style>
a { background-color: #0DB7DF; }
a { background-color: rgb(13,183,223); }
div.DivClassName
{
background-color: #0DB7DF;
}
.BgClassName
{
background-color: #0DB7DF;
}
</style>
border-color css
<style>
span { border-color: #0DB7DF; }
span { border-color: rgb(13,183,223); }
td.TdClassName
{
border-color: #0DB7DF;
}
.TagClassName
{
border-color: #0DB7DF;
}
</style>