Shades of Iris Blue #0BB1BA
Tints of Iris Blue #0BB1BA
RGB
CMYK
RGB Variations
Color information
#0BB1BA (or 0x0BB1BA) is known color: Iris Blue. HEX triplet: 0B, B1 and BA. RGB value is (11,177,186). Sum of RGB (Red+Green+Blue) = 11+177+186=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BB1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB1BA is #F44E45. Grayscale: #808080. Windows color (decimal): -16010822 or 12235019. OLE color: 12235019.
HSL color Cylindrical-coordinate representation of color #0BB1BA: hue angle of 183.09º 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 #0BB1BA is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 177 | 186 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.27 |
| HSL | 183.09º | 0.89% | 0.39% | - |
| HSV(B) | 183.09º | 0.94% | 0.73% | - |
| XYZ | 24.72 | 35.06 | 51.92 | - |
| YUV | 128.39 | 160.5 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 186 | 0.94 | 0.05 | 0 | 0.27 | 183.09 | 0.89 | 0.39 |
| Hex | B | B1 | BA | 5E | 5 | 0 | 1B | B7 | 59 | 27 |
| Octal | 13 | 261 | 272 | 136 | 5 | 0 | 33 | 267 | 131 | 47 |
| Binary | 1011 | 10110001 | 10111010 | 1011110 | 101 | 0 | 11011 | 10110111 | 1011001 | 100111 |
Color Harmonies of #0BB1BA
Complementary color
Monochromatic Colors of #0BB1BA
Black with #0BB1BA
Text Example
Text Example
White with #0BB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB1BA; }
p { color: rgb(11,177,186); }
H1.HeaderClassName
{
color: #0BB1BA;
}
.AnyTagClassName
{
color: #0BB1BA;
}
</style>
background-color css
<style>
a { background-color: #0BB1BA; }
a { background-color: rgb(11,177,186); }
div.DivClassName
{
background-color: #0BB1BA;
}
.BgClassName
{
background-color: #0BB1BA;
}
</style>
border-color css
<style>
span { border-color: #0BB1BA; }
span { border-color: rgb(11,177,186); }
td.TdClassName
{
border-color: #0BB1BA;
}
.TagClassName
{
border-color: #0BB1BA;
}
</style>