Shades of Iris Blue #0DB5BB
Tints of Iris Blue #0DB5BB
RGB
CMYK
RGB Variations
Color information
#0DB5BB (or 0x0DB5BB) is known color: Iris Blue. HEX triplet: 0D, B5 and BB. RGB value is (13,181,187). Sum of RGB (Red+Green+Blue) = 13+181+187=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #0DB5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB5BB is #F24A44. Grayscale: #838383. Windows color (decimal): -15878725 or 12301581. OLE color: 12301581.
HSL color Cylindrical-coordinate representation of color #0DB5BB: hue angle of 182.07º 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 #0DB5BB is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 181 | 187 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.27 |
| HSL | 182.07º | 0.87% | 0.39% | - |
| HSV(B) | 182.07º | 0.93% | 0.73% | - |
| XYZ | 25.66 | 36.72 | 52.75 | - |
| YUV | 131.45 | 159.34 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 187 | 0.93 | 0.03 | 0 | 0.27 | 182.07 | 0.87 | 0.39 |
| Hex | D | B5 | BB | 5D | 3 | 0 | 1B | B6 | 57 | 27 |
| Octal | 15 | 265 | 273 | 135 | 3 | 0 | 33 | 266 | 127 | 47 |
| Binary | 1101 | 10110101 | 10111011 | 1011101 | 11 | 0 | 11011 | 10110110 | 1010111 | 100111 |
Color Harmonies of #0DB5BB
Complementary color
Monochromatic Colors of #0DB5BB
Black with #0DB5BB
Text Example
Text Example
White with #0DB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5BB; }
p { color: rgb(13,181,187); }
H1.HeaderClassName
{
color: #0DB5BB;
}
.AnyTagClassName
{
color: #0DB5BB;
}
</style>
background-color css
<style>
a { background-color: #0DB5BB; }
a { background-color: rgb(13,181,187); }
div.DivClassName
{
background-color: #0DB5BB;
}
.BgClassName
{
background-color: #0DB5BB;
}
</style>
border-color css
<style>
span { border-color: #0DB5BB; }
span { border-color: rgb(13,181,187); }
td.TdClassName
{
border-color: #0DB5BB;
}
.TagClassName
{
border-color: #0DB5BB;
}
</style>