Shades of Iris Blue #0DBCB7
Tints of Iris Blue #0DBCB7
RGB
CMYK
RGB Variations
Color information
#0DBCB7 (or 0x0DBCB7) is known color: Iris Blue. HEX triplet: 0D, BC and B7. RGB value is (13,188,183). Sum of RGB (Red+Green+Blue) = 13+188+183=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBCB7 is #F24348. Grayscale: #868686. Windows color (decimal): -15876937 or 12041229. OLE color: 12041229.
HSL color Cylindrical-coordinate representation of color #0DBCB7: hue angle of 178.29º 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 #0DBCB7 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 183 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.26 |
| HSL | 178.29º | 0.87% | 0.39% | - |
| HSV(B) | 178.29º | 0.93% | 0.74% | - |
| XYZ | 26.7 | 39.47 | 51.01 | - |
| YUV | 135.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 183 | 0.93 | 0 | 0.03 | 0.26 | 178.29 | 0.87 | 0.39 |
| Hex | D | BC | B7 | 5D | 0 | 3 | 1A | B2 | 57 | 27 |
| Octal | 15 | 274 | 267 | 135 | 0 | 3 | 32 | 262 | 127 | 47 |
| Binary | 1101 | 10111100 | 10110111 | 1011101 | 0 | 11 | 11010 | 10110010 | 1010111 | 100111 |
Color Harmonies of #0DBCB7
Complementary color
Monochromatic Colors of #0DBCB7
Black with #0DBCB7
Text Example
Text Example
White with #0DBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCB7; }
p { color: rgb(13,188,183); }
H1.HeaderClassName
{
color: #0DBCB7;
}
.AnyTagClassName
{
color: #0DBCB7;
}
</style>
background-color css
<style>
a { background-color: #0DBCB7; }
a { background-color: rgb(13,188,183); }
div.DivClassName
{
background-color: #0DBCB7;
}
.BgClassName
{
background-color: #0DBCB7;
}
</style>
border-color css
<style>
span { border-color: #0DBCB7; }
span { border-color: rgb(13,188,183); }
td.TdClassName
{
border-color: #0DBCB7;
}
.TagClassName
{
border-color: #0DBCB7;
}
</style>