Shades of Iris Blue #0DB6CB
Tints of Iris Blue #0DB6CB
RGB
CMYK
RGB Variations
Color information
#0DB6CB (or 0x0DB6CB) is known color: Iris Blue. HEX triplet: 0D, B6 and CB. RGB value is (13,182,203). Sum of RGB (Red+Green+Blue) = 13+182+203=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DB6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB6CB is #F24934. Grayscale: #858585. Windows color (decimal): -15878453 or 13350413. OLE color: 13350413.
HSL color Cylindrical-coordinate representation of color #0DB6CB: hue angle of 186.63º 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 #0DB6CB is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 182 | 203 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.20 |
| HSL | 186.63º | 0.88% | 0.42% | - |
| HSV(B) | 186.63º | 0.94% | 0.8% | - |
| XYZ | 27.67 | 37.85 | 62.35 | - |
| YUV | 133.86 | 167.01 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 203 | 0.94 | 0.10 | 0 | 0.20 | 186.63 | 0.88 | 0.42 |
| Hex | D | B6 | CB | 5E | A | 0 | 14 | BB | 58 | 2A |
| Octal | 15 | 266 | 313 | 136 | 12 | 0 | 24 | 273 | 130 | 52 |
| Binary | 1101 | 10110110 | 11001011 | 1011110 | 1010 | 0 | 10100 | 10111011 | 1011000 | 101010 |
Color Harmonies of #0DB6CB
Complementary color
Monochromatic Colors of #0DB6CB
Black with #0DB6CB
Text Example
Text Example
White with #0DB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB6CB; }
p { color: rgb(13,182,203); }
H1.HeaderClassName
{
color: #0DB6CB;
}
.AnyTagClassName
{
color: #0DB6CB;
}
</style>
background-color css
<style>
a { background-color: #0DB6CB; }
a { background-color: rgb(13,182,203); }
div.DivClassName
{
background-color: #0DB6CB;
}
.BgClassName
{
background-color: #0DB6CB;
}
</style>
border-color css
<style>
span { border-color: #0DB6CB; }
span { border-color: rgb(13,182,203); }
td.TdClassName
{
border-color: #0DB6CB;
}
.TagClassName
{
border-color: #0DB6CB;
}
</style>