Shades of Iris Blue #0DB8DC
Tints of Iris Blue #0DB8DC
RGB
CMYK
RGB Variations
Color information
#0DB8DC (or 0x0DB8DC) is known color: Iris Blue. HEX triplet: 0D, B8 and DC. RGB value is (13,184,220). Sum of RGB (Red+Green+Blue) = 13+184+220=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #0DB8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB8DC is #F24723. Grayscale: #888888. Windows color (decimal): -15877924 or 14465037. OLE color: 14465037.
HSL color Cylindrical-coordinate representation of color #0DB8DC: hue angle of 190.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB8DC is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 184 | 220 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.14 |
| HSL | 190.43º | 0.89% | 0.46% | - |
| HSV(B) | 190.43º | 0.94% | 0.86% | - |
| XYZ | 30.22 | 39.53 | 73.75 | - |
| YUV | 136.98 | 174.85 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 220 | 0.94 | 0.16 | 0 | 0.14 | 190.43 | 0.89 | 0.46 |
| Hex | D | B8 | DC | 5E | 10 | 0 | E | BE | 59 | 2E |
| Octal | 15 | 270 | 334 | 136 | 20 | 0 | 16 | 276 | 131 | 56 |
| Binary | 1101 | 10111000 | 11011100 | 1011110 | 10000 | 0 | 1110 | 10111110 | 1011001 | 101110 |
Color Harmonies of #0DB8DC
Complementary color
Monochromatic Colors of #0DB8DC
Black with #0DB8DC
Text Example
Text Example
White with #0DB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8DC; }
p { color: rgb(13,184,220); }
H1.HeaderClassName
{
color: #0DB8DC;
}
.AnyTagClassName
{
color: #0DB8DC;
}
</style>
background-color css
<style>
a { background-color: #0DB8DC; }
a { background-color: rgb(13,184,220); }
div.DivClassName
{
background-color: #0DB8DC;
}
.BgClassName
{
background-color: #0DB8DC;
}
</style>
border-color css
<style>
span { border-color: #0DB8DC; }
span { border-color: rgb(13,184,220); }
td.TdClassName
{
border-color: #0DB8DC;
}
.TagClassName
{
border-color: #0DB8DC;
}
</style>