Shades of Iris Blue #0DB1DB
Tints of Iris Blue #0DB1DB
RGB
CMYK
RGB Variations
Color information
#0DB1DB (or 0x0DB1DB) is known color: Iris Blue. HEX triplet: 0D, B1 and DB. RGB value is (13,177,219). Sum of RGB (Red+Green+Blue) = 13+177+219=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DB1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB1DB is #F24E24. Grayscale: #848484. Windows color (decimal): -15879717 or 14397709. OLE color: 14397709.
HSL color Cylindrical-coordinate representation of color #0DB1DB: hue angle of 192.23º 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 #0DB1DB is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 177 | 219 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.14 |
| HSL | 192.23º | 0.89% | 0.45% | - |
| HSV(B) | 192.23º | 0.94% | 0.86% | - |
| XYZ | 28.67 | 36.64 | 72.58 | - |
| YUV | 132.75 | 176.67 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 219 | 0.94 | 0.19 | 0 | 0.14 | 192.23 | 0.89 | 0.45 |
| Hex | D | B1 | DB | 5E | 13 | 0 | E | C0 | 59 | 2D |
| Octal | 15 | 261 | 333 | 136 | 23 | 0 | 16 | 300 | 131 | 55 |
| Binary | 1101 | 10110001 | 11011011 | 1011110 | 10011 | 0 | 1110 | 11000000 | 1011001 | 101101 |
Color Harmonies of #0DB1DB
Complementary color
Monochromatic Colors of #0DB1DB
Black with #0DB1DB
Text Example
Text Example
White with #0DB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB1DB; }
p { color: rgb(13,177,219); }
H1.HeaderClassName
{
color: #0DB1DB;
}
.AnyTagClassName
{
color: #0DB1DB;
}
</style>
background-color css
<style>
a { background-color: #0DB1DB; }
a { background-color: rgb(13,177,219); }
div.DivClassName
{
background-color: #0DB1DB;
}
.BgClassName
{
background-color: #0DB1DB;
}
</style>
border-color css
<style>
span { border-color: #0DB1DB; }
span { border-color: rgb(13,177,219); }
td.TdClassName
{
border-color: #0DB1DB;
}
.TagClassName
{
border-color: #0DB1DB;
}
</style>