Shades of Iris Blue #0BABBB
Tints of Iris Blue #0BABBB
RGB
CMYK
RGB Variations
Color information
#0BABBB (or 0x0BABBB) is known color: Iris Blue. HEX triplet: 0B, AB and BB. RGB value is (11,171,187). Sum of RGB (Red+Green+Blue) = 11+171+187=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #0BABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABBB is #F45444. Grayscale: #7C7C7C. Windows color (decimal): -16012357 or 12299019. OLE color: 12299019.
HSL color Cylindrical-coordinate representation of color #0BABBB: hue angle of 185.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABBB is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 171 | 187 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.27 |
| HSL | 185.45º | 0.89% | 0.39% | - |
| HSV(B) | 185.45º | 0.94% | 0.73% | - |
| XYZ | 23.67 | 32.78 | 52.09 | - |
| YUV | 124.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 187 | 0.94 | 0.09 | 0 | 0.27 | 185.45 | 0.89 | 0.39 |
| Hex | B | AB | BB | 5E | 9 | 0 | 1B | B9 | 59 | 27 |
| Octal | 13 | 253 | 273 | 136 | 11 | 0 | 33 | 271 | 131 | 47 |
| Binary | 1011 | 10101011 | 10111011 | 1011110 | 1001 | 0 | 11011 | 10111001 | 1011001 | 100111 |
Color Harmonies of #0BABBB
Complementary color
Monochromatic Colors of #0BABBB
Black with #0BABBB
Text Example
Text Example
White with #0BABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABBB; }
p { color: rgb(11,171,187); }
H1.HeaderClassName
{
color: #0BABBB;
}
.AnyTagClassName
{
color: #0BABBB;
}
</style>
background-color css
<style>
a { background-color: #0BABBB; }
a { background-color: rgb(11,171,187); }
div.DivClassName
{
background-color: #0BABBB;
}
.BgClassName
{
background-color: #0BABBB;
}
</style>
border-color css
<style>
span { border-color: #0BABBB; }
span { border-color: rgb(11,171,187); }
td.TdClassName
{
border-color: #0BABBB;
}
.TagClassName
{
border-color: #0BABBB;
}
</style>