Shades of Iris Blue #0BC0BA
Tints of Iris Blue #0BC0BA
RGB
CMYK
RGB Variations
Color information
#0BC0BA (or 0x0BC0BA) is known color: Iris Blue. HEX triplet: 0B, C0 and BA. RGB value is (11,192,186). Sum of RGB (Red+Green+Blue) = 11+192+186=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC0BA is #F43F45. Grayscale: #898989. Windows color (decimal): -16006982 or 12238859. OLE color: 12238859.
HSL color Cylindrical-coordinate representation of color #0BC0BA: hue angle of 178.01º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC0BA is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 186 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.25 |
| HSL | 178.01º | 0.89% | 0.4% | - |
| HSV(B) | 178.01º | 0.94% | 0.75% | - |
| XYZ | 27.85 | 41.32 | 52.96 | - |
| YUV | 137.2 | 155.53 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 186 | 0.94 | 0 | 0.03 | 0.25 | 178.01 | 0.89 | 0.4 |
| Hex | B | C0 | BA | 5E | 0 | 3 | 19 | B2 | 59 | 28 |
| Octal | 13 | 300 | 272 | 136 | 0 | 3 | 31 | 262 | 131 | 50 |
| Binary | 1011 | 11000000 | 10111010 | 1011110 | 0 | 11 | 11001 | 10110010 | 1011001 | 101000 |
Color Harmonies of #0BC0BA
Complementary color
Monochromatic Colors of #0BC0BA
Black with #0BC0BA
Text Example
Text Example
White with #0BC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC0BA; }
p { color: rgb(11,192,186); }
H1.HeaderClassName
{
color: #0BC0BA;
}
.AnyTagClassName
{
color: #0BC0BA;
}
</style>
background-color css
<style>
a { background-color: #0BC0BA; }
a { background-color: rgb(11,192,186); }
div.DivClassName
{
background-color: #0BC0BA;
}
.BgClassName
{
background-color: #0BC0BA;
}
</style>
border-color css
<style>
span { border-color: #0BC0BA; }
span { border-color: rgb(11,192,186); }
td.TdClassName
{
border-color: #0BC0BA;
}
.TagClassName
{
border-color: #0BC0BA;
}
</style>