Shades of Iris Blue #0DB7DB
Tints of Iris Blue #0DB7DB
RGB
CMYK
RGB Variations
Color information
#0DB7DB (or 0x0DB7DB) is known color: Iris Blue. HEX triplet: 0D, B7 and DB. RGB value is (13,183,219). Sum of RGB (Red+Green+Blue) = 13+183+219=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DB7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB7DB is #F24824. Grayscale: #878787. Windows color (decimal): -15878181 or 14399245. OLE color: 14399245.
HSL color Cylindrical-coordinate representation of color #0DB7DB: hue angle of 190.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB7DB is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 183 | 219 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.14 |
| HSL | 190.49º | 0.89% | 0.45% | - |
| HSV(B) | 190.49º | 0.94% | 0.86% | - |
| XYZ | 29.89 | 39.07 | 72.98 | - |
| YUV | 136.27 | 174.68 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 219 | 0.94 | 0.16 | 0 | 0.14 | 190.49 | 0.89 | 0.45 |
| Hex | D | B7 | DB | 5E | 10 | 0 | E | BE | 59 | 2D |
| Octal | 15 | 267 | 333 | 136 | 20 | 0 | 16 | 276 | 131 | 55 |
| Binary | 1101 | 10110111 | 11011011 | 1011110 | 10000 | 0 | 1110 | 10111110 | 1011001 | 101101 |
Color Harmonies of #0DB7DB
Complementary color
Monochromatic Colors of #0DB7DB
Black with #0DB7DB
Text Example
Text Example
White with #0DB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7DB; }
p { color: rgb(13,183,219); }
H1.HeaderClassName
{
color: #0DB7DB;
}
.AnyTagClassName
{
color: #0DB7DB;
}
</style>
background-color css
<style>
a { background-color: #0DB7DB; }
a { background-color: rgb(13,183,219); }
div.DivClassName
{
background-color: #0DB7DB;
}
.BgClassName
{
background-color: #0DB7DB;
}
</style>
border-color css
<style>
span { border-color: #0DB7DB; }
span { border-color: rgb(13,183,219); }
td.TdClassName
{
border-color: #0DB7DB;
}
.TagClassName
{
border-color: #0DB7DB;
}
</style>