Shades of Iris Blue #0BACBD
Tints of Iris Blue #0BACBD
RGB
CMYK
RGB Variations
Color information
#0BACBD (or 0x0BACBD) is known color: Iris Blue. HEX triplet: 0B, AC and BD. RGB value is (11,172,189). Sum of RGB (Red+Green+Blue) = 11+172+189=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BACBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACBD is #F45342. Grayscale: #7D7D7D. Windows color (decimal): -16012099 or 12430347. OLE color: 12430347.
HSL color Cylindrical-coordinate representation of color #0BACBD: hue angle of 185.73º 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 #0BACBD is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 172 | 189 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.26 |
| HSL | 185.73º | 0.89% | 0.39% | - |
| HSV(B) | 185.73º | 0.94% | 0.74% | - |
| XYZ | 24.08 | 33.25 | 53.29 | - |
| YUV | 125.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 189 | 0.94 | 0.09 | 0 | 0.26 | 185.73 | 0.89 | 0.39 |
| Hex | B | AC | BD | 5E | 9 | 0 | 1A | BA | 59 | 27 |
| Octal | 13 | 254 | 275 | 136 | 11 | 0 | 32 | 272 | 131 | 47 |
| Binary | 1011 | 10101100 | 10111101 | 1011110 | 1001 | 0 | 11010 | 10111010 | 1011001 | 100111 |
Color Harmonies of #0BACBD
Complementary color
Monochromatic Colors of #0BACBD
Black with #0BACBD
Text Example
Text Example
White with #0BACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACBD; }
p { color: rgb(11,172,189); }
H1.HeaderClassName
{
color: #0BACBD;
}
.AnyTagClassName
{
color: #0BACBD;
}
</style>
background-color css
<style>
a { background-color: #0BACBD; }
a { background-color: rgb(11,172,189); }
div.DivClassName
{
background-color: #0BACBD;
}
.BgClassName
{
background-color: #0BACBD;
}
</style>
border-color css
<style>
span { border-color: #0BACBD; }
span { border-color: rgb(11,172,189); }
td.TdClassName
{
border-color: #0BACBD;
}
.TagClassName
{
border-color: #0BACBD;
}
</style>