Shades of Iris Blue #0DB8BC
Tints of Iris Blue #0DB8BC
RGB
CMYK
RGB Variations
Color information
#0DB8BC (or 0x0DB8BC) is known color: Iris Blue. HEX triplet: 0D, B8 and BC. RGB value is (13,184,188). Sum of RGB (Red+Green+Blue) = 13+184+188=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #0DB8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB8BC is #F24743. Grayscale: #858585. Windows color (decimal): -15877956 or 12367885. OLE color: 12367885.
HSL color Cylindrical-coordinate representation of color #0DB8BC: hue angle of 181.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB8BC is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 184 | 188 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.26 |
| HSL | 181.37º | 0.87% | 0.39% | - |
| HSV(B) | 181.37º | 0.93% | 0.74% | - |
| XYZ | 26.38 | 38 | 53.52 | - |
| YUV | 133.33 | 158.85 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 188 | 0.93 | 0.02 | 0 | 0.26 | 181.37 | 0.87 | 0.39 |
| Hex | D | B8 | BC | 5D | 2 | 0 | 1A | B5 | 57 | 27 |
| Octal | 15 | 270 | 274 | 135 | 2 | 0 | 32 | 265 | 127 | 47 |
| Binary | 1101 | 10111000 | 10111100 | 1011101 | 10 | 0 | 11010 | 10110101 | 1010111 | 100111 |
Color Harmonies of #0DB8BC
Complementary color
Monochromatic Colors of #0DB8BC
Black with #0DB8BC
Text Example
Text Example
White with #0DB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8BC; }
p { color: rgb(13,184,188); }
H1.HeaderClassName
{
color: #0DB8BC;
}
.AnyTagClassName
{
color: #0DB8BC;
}
</style>
background-color css
<style>
a { background-color: #0DB8BC; }
a { background-color: rgb(13,184,188); }
div.DivClassName
{
background-color: #0DB8BC;
}
.BgClassName
{
background-color: #0DB8BC;
}
</style>
border-color css
<style>
span { border-color: #0DB8BC; }
span { border-color: rgb(13,184,188); }
td.TdClassName
{
border-color: #0DB8BC;
}
.TagClassName
{
border-color: #0DB8BC;
}
</style>