Shades of Iris Blue #0BBABB
Tints of Iris Blue #0BBABB
RGB
CMYK
RGB Variations
Color information
#0BBABB (or 0x0BBABB) is known color: Iris Blue. HEX triplet: 0B, BA and BB. RGB value is (11,186,187). Sum of RGB (Red+Green+Blue) = 11+186+187=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #0BBABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBABB is #F44544. Grayscale: #858585. Windows color (decimal): -16008517 or 12302859. OLE color: 12302859.
HSL color Cylindrical-coordinate representation of color #0BBABB: hue angle of 180.34º 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 #0BBABB is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 187 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.27 |
| HSL | 180.34º | 0.89% | 0.39% | - |
| HSV(B) | 180.34º | 0.94% | 0.73% | - |
| XYZ | 26.67 | 38.78 | 53.09 | - |
| YUV | 133.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 187 | 0.94 | 0.01 | 0 | 0.27 | 180.34 | 0.89 | 0.39 |
| Hex | B | BA | BB | 5E | 1 | 0 | 1B | B4 | 59 | 27 |
| Octal | 13 | 272 | 273 | 136 | 1 | 0 | 33 | 264 | 131 | 47 |
| Binary | 1011 | 10111010 | 10111011 | 1011110 | 1 | 0 | 11011 | 10110100 | 1011001 | 100111 |
Color Harmonies of #0BBABB
Complementary color
Monochromatic Colors of #0BBABB
Black with #0BBABB
Text Example
Text Example
White with #0BBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBABB; }
p { color: rgb(11,186,187); }
H1.HeaderClassName
{
color: #0BBABB;
}
.AnyTagClassName
{
color: #0BBABB;
}
</style>
background-color css
<style>
a { background-color: #0BBABB; }
a { background-color: rgb(11,186,187); }
div.DivClassName
{
background-color: #0BBABB;
}
.BgClassName
{
background-color: #0BBABB;
}
</style>
border-color css
<style>
span { border-color: #0BBABB; }
span { border-color: rgb(11,186,187); }
td.TdClassName
{
border-color: #0BBABB;
}
.TagClassName
{
border-color: #0BBABB;
}
</style>