Shades of Iris Blue #0BB1BD
Tints of Iris Blue #0BB1BD
RGB
CMYK
RGB Variations
Color information
#0BB1BD (or 0x0BB1BD) is known color: Iris Blue. HEX triplet: 0B, B1 and BD. RGB value is (11,177,189). Sum of RGB (Red+Green+Blue) = 11+177+189=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BB1BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB1BD is #F44E42. Grayscale: #808080. Windows color (decimal): -16010819 or 12431627. OLE color: 12431627.
HSL color Cylindrical-coordinate representation of color #0BB1BD: hue angle of 184.04º 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 #0BB1BD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 177 | 189 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.26 |
| HSL | 184.04º | 0.89% | 0.39% | - |
| HSV(B) | 184.04º | 0.94% | 0.74% | - |
| XYZ | 25.05 | 35.19 | 53.62 | - |
| YUV | 128.73 | 162 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 189 | 0.94 | 0.06 | 0 | 0.26 | 184.04 | 0.89 | 0.39 |
| Hex | B | B1 | BD | 5E | 6 | 0 | 1A | B8 | 59 | 27 |
| Octal | 13 | 261 | 275 | 136 | 6 | 0 | 32 | 270 | 131 | 47 |
| Binary | 1011 | 10110001 | 10111101 | 1011110 | 110 | 0 | 11010 | 10111000 | 1011001 | 100111 |
Color Harmonies of #0BB1BD
Complementary color
Monochromatic Colors of #0BB1BD
Black with #0BB1BD
Text Example
Text Example
White with #0BB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB1BD; }
p { color: rgb(11,177,189); }
H1.HeaderClassName
{
color: #0BB1BD;
}
.AnyTagClassName
{
color: #0BB1BD;
}
</style>
background-color css
<style>
a { background-color: #0BB1BD; }
a { background-color: rgb(11,177,189); }
div.DivClassName
{
background-color: #0BB1BD;
}
.BgClassName
{
background-color: #0BB1BD;
}
</style>
border-color css
<style>
span { border-color: #0BB1BD; }
span { border-color: rgb(11,177,189); }
td.TdClassName
{
border-color: #0BB1BD;
}
.TagClassName
{
border-color: #0BB1BD;
}
</style>