Shades of Iris Blue #0BADBD
Tints of Iris Blue #0BADBD
RGB
CMYK
RGB Variations
Color information
#0BADBD (or 0x0BADBD) is known color: Iris Blue. HEX triplet: 0B, AD and BD. RGB value is (11,173,189). Sum of RGB (Red+Green+Blue) = 11+173+189=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADBD is #F45242. Grayscale: #7E7E7E. Windows color (decimal): -16011843 or 12430603. OLE color: 12430603.
HSL color Cylindrical-coordinate representation of color #0BADBD: hue angle of 185.39º 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 #0BADBD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 173 | 189 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.26 |
| HSL | 185.39º | 0.89% | 0.39% | - |
| HSV(B) | 185.39º | 0.94% | 0.74% | - |
| XYZ | 24.27 | 33.63 | 53.36 | - |
| YUV | 126.39 | 163.33 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 189 | 0.94 | 0.08 | 0 | 0.26 | 185.39 | 0.89 | 0.39 |
| Hex | B | AD | BD | 5E | 8 | 0 | 1A | B9 | 59 | 27 |
| Octal | 13 | 255 | 275 | 136 | 10 | 0 | 32 | 271 | 131 | 47 |
| Binary | 1011 | 10101101 | 10111101 | 1011110 | 1000 | 0 | 11010 | 10111001 | 1011001 | 100111 |
Color Harmonies of #0BADBD
Complementary color
Monochromatic Colors of #0BADBD
Black with #0BADBD
Text Example
Text Example
White with #0BADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADBD; }
p { color: rgb(11,173,189); }
H1.HeaderClassName
{
color: #0BADBD;
}
.AnyTagClassName
{
color: #0BADBD;
}
</style>
background-color css
<style>
a { background-color: #0BADBD; }
a { background-color: rgb(11,173,189); }
div.DivClassName
{
background-color: #0BADBD;
}
.BgClassName
{
background-color: #0BADBD;
}
</style>
border-color css
<style>
span { border-color: #0BADBD; }
span { border-color: rgb(11,173,189); }
td.TdClassName
{
border-color: #0BADBD;
}
.TagClassName
{
border-color: #0BADBD;
}
</style>