Shades of Iris Blue #0DB0CB
Tints of Iris Blue #0DB0CB
RGB
CMYK
RGB Variations
Color information
#0DB0CB (or 0x0DB0CB) is known color: Iris Blue. HEX triplet: 0D, B0 and CB. RGB value is (13,176,203). Sum of RGB (Red+Green+Blue) = 13+176+203=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #0DB0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0CB is #F24F34. Grayscale: #828282. Windows color (decimal): -15879989 or 13348877. OLE color: 13348877.
HSL color Cylindrical-coordinate representation of color #0DB0CB: hue angle of 188.53º 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 #0DB0CB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 176 | 203 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.20 |
| HSL | 188.53º | 0.88% | 0.42% | - |
| HSV(B) | 188.53º | 0.94% | 0.8% | - |
| XYZ | 26.47 | 35.45 | 61.95 | - |
| YUV | 130.34 | 169 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 203 | 0.94 | 0.13 | 0 | 0.20 | 188.53 | 0.88 | 0.42 |
| Hex | D | B0 | CB | 5E | D | 0 | 14 | BD | 58 | 2A |
| Octal | 15 | 260 | 313 | 136 | 15 | 0 | 24 | 275 | 130 | 52 |
| Binary | 1101 | 10110000 | 11001011 | 1011110 | 1101 | 0 | 10100 | 10111101 | 1011000 | 101010 |
Color Harmonies of #0DB0CB
Complementary color
Monochromatic Colors of #0DB0CB
Black with #0DB0CB
Text Example
Text Example
White with #0DB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0CB; }
p { color: rgb(13,176,203); }
H1.HeaderClassName
{
color: #0DB0CB;
}
.AnyTagClassName
{
color: #0DB0CB;
}
</style>
background-color css
<style>
a { background-color: #0DB0CB; }
a { background-color: rgb(13,176,203); }
div.DivClassName
{
background-color: #0DB0CB;
}
.BgClassName
{
background-color: #0DB0CB;
}
</style>
border-color css
<style>
span { border-color: #0DB0CB; }
span { border-color: rgb(13,176,203); }
td.TdClassName
{
border-color: #0DB0CB;
}
.TagClassName
{
border-color: #0DB0CB;
}
</style>