Shades of Iris Blue #0BB7BA
Tints of Iris Blue #0BB7BA
RGB
CMYK
RGB Variations
Color information
#0BB7BA (or 0x0BB7BA) is known color: Iris Blue. HEX triplet: 0B, B7 and BA. RGB value is (11,183,186). Sum of RGB (Red+Green+Blue) = 11+183+186=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BB7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB7BA is #F44845. Grayscale: #838383. Windows color (decimal): -16009286 or 12236555. OLE color: 12236555.
HSL color Cylindrical-coordinate representation of color #0BB7BA: hue angle of 181.03º 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 #0BB7BA is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 183 | 186 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.27 |
| HSL | 181.03º | 0.89% | 0.39% | - |
| HSV(B) | 181.03º | 0.94% | 0.73% | - |
| XYZ | 25.93 | 37.48 | 52.32 | - |
| YUV | 131.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 186 | 0.94 | 0.02 | 0 | 0.27 | 181.03 | 0.89 | 0.39 |
| Hex | B | B7 | BA | 5E | 2 | 0 | 1B | B5 | 59 | 27 |
| Octal | 13 | 267 | 272 | 136 | 2 | 0 | 33 | 265 | 131 | 47 |
| Binary | 1011 | 10110111 | 10111010 | 1011110 | 10 | 0 | 11011 | 10110101 | 1011001 | 100111 |
Color Harmonies of #0BB7BA
Complementary color
Monochromatic Colors of #0BB7BA
Black with #0BB7BA
Text Example
Text Example
White with #0BB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB7BA; }
p { color: rgb(11,183,186); }
H1.HeaderClassName
{
color: #0BB7BA;
}
.AnyTagClassName
{
color: #0BB7BA;
}
</style>
background-color css
<style>
a { background-color: #0BB7BA; }
a { background-color: rgb(11,183,186); }
div.DivClassName
{
background-color: #0BB7BA;
}
.BgClassName
{
background-color: #0BB7BA;
}
</style>
border-color css
<style>
span { border-color: #0BB7BA; }
span { border-color: rgb(11,183,186); }
td.TdClassName
{
border-color: #0BB7BA;
}
.TagClassName
{
border-color: #0BB7BA;
}
</style>