Shades of Iris Blue #0BB7B5
Tints of Iris Blue #0BB7B5
RGB
CMYK
RGB Variations
Color information
#0BB7B5 (or 0x0BB7B5) is known color: Iris Blue. HEX triplet: 0B, B7 and B5. RGB value is (11,183,181). Sum of RGB (Red+Green+Blue) = 11+183+181=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB7B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB7B5 is #F4484A. Grayscale: #838383. Windows color (decimal): -16009291 or 11908875. OLE color: 11908875.
HSL color Cylindrical-coordinate representation of color #0BB7B5: hue angle of 179.3º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB7B5 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 181 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.28 |
| HSL | 179.3º | 0.89% | 0.38% | - |
| HSV(B) | 179.3º | 0.94% | 0.72% | - |
| XYZ | 25.41 | 37.27 | 49.57 | - |
| YUV | 131.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 181 | 0.94 | 0 | 0.01 | 0.28 | 179.3 | 0.89 | 0.38 |
| Hex | B | B7 | B5 | 5E | 0 | 1 | 1C | B3 | 59 | 26 |
| Octal | 13 | 267 | 265 | 136 | 0 | 1 | 34 | 263 | 131 | 46 |
| Binary | 1011 | 10110111 | 10110101 | 1011110 | 0 | 1 | 11100 | 10110011 | 1011001 | 100110 |
Color Harmonies of #0BB7B5
Complementary color
Monochromatic Colors of #0BB7B5
Black with #0BB7B5
Text Example
Text Example
White with #0BB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB7B5; }
p { color: rgb(11,183,181); }
H1.HeaderClassName
{
color: #0BB7B5;
}
.AnyTagClassName
{
color: #0BB7B5;
}
</style>
background-color css
<style>
a { background-color: #0BB7B5; }
a { background-color: rgb(11,183,181); }
div.DivClassName
{
background-color: #0BB7B5;
}
.BgClassName
{
background-color: #0BB7B5;
}
</style>
border-color css
<style>
span { border-color: #0BB7B5; }
span { border-color: rgb(11,183,181); }
td.TdClassName
{
border-color: #0BB7B5;
}
.TagClassName
{
border-color: #0BB7B5;
}
</style>