Shades of Iris Blue #0DB7CB
Tints of Iris Blue #0DB7CB
RGB
CMYK
RGB Variations
Color information
#0DB7CB (or 0x0DB7CB) is known color: Iris Blue. HEX triplet: 0D, B7 and CB. RGB value is (13,183,203). Sum of RGB (Red+Green+Blue) = 13+183+203=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DB7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB7CB is #F24834. Grayscale: #868686. Windows color (decimal): -15878197 or 13350669. OLE color: 13350669.
HSL color Cylindrical-coordinate representation of color #0DB7CB: hue angle of 186.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB7CB is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 183 | 203 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.20 |
| HSL | 186.32º | 0.88% | 0.42% | - |
| HSV(B) | 186.32º | 0.94% | 0.8% | - |
| XYZ | 27.88 | 38.26 | 62.42 | - |
| YUV | 134.45 | 166.68 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 203 | 0.94 | 0.10 | 0 | 0.20 | 186.32 | 0.88 | 0.42 |
| Hex | D | B7 | CB | 5E | A | 0 | 14 | BA | 58 | 2A |
| Octal | 15 | 267 | 313 | 136 | 12 | 0 | 24 | 272 | 130 | 52 |
| Binary | 1101 | 10110111 | 11001011 | 1011110 | 1010 | 0 | 10100 | 10111010 | 1011000 | 101010 |
Color Harmonies of #0DB7CB
Complementary color
Monochromatic Colors of #0DB7CB
Black with #0DB7CB
Text Example
Text Example
White with #0DB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7CB; }
p { color: rgb(13,183,203); }
H1.HeaderClassName
{
color: #0DB7CB;
}
.AnyTagClassName
{
color: #0DB7CB;
}
</style>
background-color css
<style>
a { background-color: #0DB7CB; }
a { background-color: rgb(13,183,203); }
div.DivClassName
{
background-color: #0DB7CB;
}
.BgClassName
{
background-color: #0DB7CB;
}
</style>
border-color css
<style>
span { border-color: #0DB7CB; }
span { border-color: rgb(13,183,203); }
td.TdClassName
{
border-color: #0DB7CB;
}
.TagClassName
{
border-color: #0DB7CB;
}
</style>