Shades of Iris Blue #0BBCB5
Tints of Iris Blue #0BBCB5
RGB
CMYK
RGB Variations
Color information
#0BBCB5 (or 0x0BBCB5) is known color: Iris Blue. HEX triplet: 0B, BC and B5. RGB value is (11,188,181). Sum of RGB (Red+Green+Blue) = 11+188+181=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCB5 is #F4434A. Grayscale: #868686. Windows color (decimal): -16008011 or 11910155. OLE color: 11910155.
HSL color Cylindrical-coordinate representation of color #0BBCB5: hue angle of 177.63º 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 #0BBCB5 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 181 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.26 |
| HSL | 177.63º | 0.89% | 0.39% | - |
| HSV(B) | 177.63º | 0.94% | 0.74% | - |
| XYZ | 26.46 | 39.37 | 49.92 | - |
| YUV | 134.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 181 | 0.94 | 0 | 0.04 | 0.26 | 177.63 | 0.89 | 0.39 |
| Hex | B | BC | B5 | 5E | 0 | 4 | 1A | B2 | 59 | 27 |
| Octal | 13 | 274 | 265 | 136 | 0 | 4 | 32 | 262 | 131 | 47 |
| Binary | 1011 | 10111100 | 10110101 | 1011110 | 0 | 100 | 11010 | 10110010 | 1011001 | 100111 |
Color Harmonies of #0BBCB5
Complementary color
Monochromatic Colors of #0BBCB5
Black with #0BBCB5
Text Example
Text Example
White with #0BBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCB5; }
p { color: rgb(11,188,181); }
H1.HeaderClassName
{
color: #0BBCB5;
}
.AnyTagClassName
{
color: #0BBCB5;
}
</style>
background-color css
<style>
a { background-color: #0BBCB5; }
a { background-color: rgb(11,188,181); }
div.DivClassName
{
background-color: #0BBCB5;
}
.BgClassName
{
background-color: #0BBCB5;
}
</style>
border-color css
<style>
span { border-color: #0BBCB5; }
span { border-color: rgb(11,188,181); }
td.TdClassName
{
border-color: #0BBCB5;
}
.TagClassName
{
border-color: #0BBCB5;
}
</style>