Shades of Iris Blue #0DB3BB
Tints of Iris Blue #0DB3BB
RGB
CMYK
RGB Variations
Color information
#0DB3BB (or 0x0DB3BB) is known color: Iris Blue. HEX triplet: 0D, B3 and BB. RGB value is (13,179,187). Sum of RGB (Red+Green+Blue) = 13+179+187=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #0DB3BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB3BB is #F24C44. Grayscale: #828282. Windows color (decimal): -15879237 or 12301069. OLE color: 12301069.
HSL color Cylindrical-coordinate representation of color #0DB3BB: hue angle of 182.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB3BB is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 179 | 187 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.27 |
| HSL | 182.76º | 0.87% | 0.39% | - |
| HSV(B) | 182.76º | 0.93% | 0.73% | - |
| XYZ | 25.26 | 35.91 | 52.61 | - |
| YUV | 130.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 187 | 0.93 | 0.04 | 0 | 0.27 | 182.76 | 0.87 | 0.39 |
| Hex | D | B3 | BB | 5D | 4 | 0 | 1B | B7 | 57 | 27 |
| Octal | 15 | 263 | 273 | 135 | 4 | 0 | 33 | 267 | 127 | 47 |
| Binary | 1101 | 10110011 | 10111011 | 1011101 | 100 | 0 | 11011 | 10110111 | 1010111 | 100111 |
Color Harmonies of #0DB3BB
Complementary color
Monochromatic Colors of #0DB3BB
Black with #0DB3BB
Text Example
Text Example
White with #0DB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB3BB; }
p { color: rgb(13,179,187); }
H1.HeaderClassName
{
color: #0DB3BB;
}
.AnyTagClassName
{
color: #0DB3BB;
}
</style>
background-color css
<style>
a { background-color: #0DB3BB; }
a { background-color: rgb(13,179,187); }
div.DivClassName
{
background-color: #0DB3BB;
}
.BgClassName
{
background-color: #0DB3BB;
}
</style>
border-color css
<style>
span { border-color: #0DB3BB; }
span { border-color: rgb(13,179,187); }
td.TdClassName
{
border-color: #0DB3BB;
}
.TagClassName
{
border-color: #0DB3BB;
}
</style>