Shades of Iris Blue #0BADB6
Tints of Iris Blue #0BADB6
RGB
CMYK
RGB Variations
Color information
#0BADB6 (or 0x0BADB6) is known color: Iris Blue. HEX triplet: 0B, AD and B6. RGB value is (11,173,182). Sum of RGB (Red+Green+Blue) = 11+173+182=366 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #0BADB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADB6 is #F45249. Grayscale: #7D7D7D. Windows color (decimal): -16011850 or 11971851. OLE color: 11971851.
HSL color Cylindrical-coordinate representation of color #0BADB6: hue angle of 183.16º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BADB6 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 173 | 182 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.29 |
| HSL | 183.16º | 0.89% | 0.38% | - |
| HSV(B) | 183.16º | 0.94% | 0.71% | - |
| XYZ | 23.53 | 33.34 | 49.45 | - |
| YUV | 125.59 | 159.83 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 182 | 0.94 | 0.05 | 0 | 0.29 | 183.16 | 0.89 | 0.38 |
| Hex | B | AD | B6 | 5E | 5 | 0 | 1D | B7 | 59 | 26 |
| Octal | 13 | 255 | 266 | 136 | 5 | 0 | 35 | 267 | 131 | 46 |
| Binary | 1011 | 10101101 | 10110110 | 1011110 | 101 | 0 | 11101 | 10110111 | 1011001 | 100110 |
Color Harmonies of #0BADB6
Complementary color
Monochromatic Colors of #0BADB6
Black with #0BADB6
Text Example
Text Example
White with #0BADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADB6; }
p { color: rgb(11,173,182); }
H1.HeaderClassName
{
color: #0BADB6;
}
.AnyTagClassName
{
color: #0BADB6;
}
</style>
background-color css
<style>
a { background-color: #0BADB6; }
a { background-color: rgb(11,173,182); }
div.DivClassName
{
background-color: #0BADB6;
}
.BgClassName
{
background-color: #0BADB6;
}
</style>
border-color css
<style>
span { border-color: #0BADB6; }
span { border-color: rgb(11,173,182); }
td.TdClassName
{
border-color: #0BADB6;
}
.TagClassName
{
border-color: #0BADB6;
}
</style>