Shades of Iris Blue #0BABBD
Tints of Iris Blue #0BABBD
RGB
CMYK
RGB Variations
Color information
#0BABBD (or 0x0BABBD) is known color: Iris Blue. HEX triplet: 0B, AB and BD. RGB value is (11,171,189). Sum of RGB (Red+Green+Blue) = 11+171+189=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABBD is #F45442. Grayscale: #7C7C7C. Windows color (decimal): -16012355 or 12430091. OLE color: 12430091.
HSL color Cylindrical-coordinate representation of color #0BABBD: hue angle of 186.07º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABBD is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 171 | 189 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.26 |
| HSL | 186.07º | 0.89% | 0.39% | - |
| HSV(B) | 186.07º | 0.94% | 0.74% | - |
| XYZ | 23.89 | 32.87 | 53.23 | - |
| YUV | 125.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 189 | 0.94 | 0.10 | 0 | 0.26 | 186.07 | 0.89 | 0.39 |
| Hex | B | AB | BD | 5E | A | 0 | 1A | BA | 59 | 27 |
| Octal | 13 | 253 | 275 | 136 | 12 | 0 | 32 | 272 | 131 | 47 |
| Binary | 1011 | 10101011 | 10111101 | 1011110 | 1010 | 0 | 11010 | 10111010 | 1011001 | 100111 |
Color Harmonies of #0BABBD
Complementary color
Monochromatic Colors of #0BABBD
Black with #0BABBD
Text Example
Text Example
White with #0BABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABBD; }
p { color: rgb(11,171,189); }
H1.HeaderClassName
{
color: #0BABBD;
}
.AnyTagClassName
{
color: #0BABBD;
}
</style>
background-color css
<style>
a { background-color: #0BABBD; }
a { background-color: rgb(11,171,189); }
div.DivClassName
{
background-color: #0BABBD;
}
.BgClassName
{
background-color: #0BABBD;
}
</style>
border-color css
<style>
span { border-color: #0BABBD; }
span { border-color: rgb(11,171,189); }
td.TdClassName
{
border-color: #0BABBD;
}
.TagClassName
{
border-color: #0BABBD;
}
</style>