Shades of Iris Blue #0BBDBD
Tints of Iris Blue #0BBDBD
RGB
CMYK
RGB Variations
Color information
#0BBDBD (or 0x0BBDBD) is known color: Iris Blue. HEX triplet: 0B, BD and BD. RGB value is (11,189,189). Sum of RGB (Red+Green+Blue) = 11+189+189=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #0BBDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDBD is #F44242. Grayscale: #878787. Windows color (decimal): -16007747 or 12434699. OLE color: 12434699.
HSL color Cylindrical-coordinate representation of color #0BBDBD: hue angle of 180º 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 #0BBDBD is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 189 | 189 | - |
| CMYK | 0.94 | 0 | 0 | 0.26 |
| HSL | 180º | 0.89% | 0.39% | - |
| HSV(B) | 180º | 0.94% | 0.74% | - |
| XYZ | 27.52 | 40.14 | 54.44 | - |
| YUV | 135.78 | 158.03 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 189 | 0.94 | 0 | 0 | 0.26 | 180 | 0.89 | 0.39 |
| Hex | B | BD | BD | 5E | 0 | 0 | 1A | B4 | 59 | 27 |
| Octal | 13 | 275 | 275 | 136 | 0 | 0 | 32 | 264 | 131 | 47 |
| Binary | 1011 | 10111101 | 10111101 | 1011110 | 0 | 0 | 11010 | 10110100 | 1011001 | 100111 |
Color Harmonies of #0BBDBD
Complementary color
Monochromatic Colors of #0BBDBD
Black with #0BBDBD
Text Example
Text Example
White with #0BBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDBD; }
p { color: rgb(11,189,189); }
H1.HeaderClassName
{
color: #0BBDBD;
}
.AnyTagClassName
{
color: #0BBDBD;
}
</style>
background-color css
<style>
a { background-color: #0BBDBD; }
a { background-color: rgb(11,189,189); }
div.DivClassName
{
background-color: #0BBDBD;
}
.BgClassName
{
background-color: #0BBDBD;
}
</style>
border-color css
<style>
span { border-color: #0BBDBD; }
span { border-color: rgb(11,189,189); }
td.TdClassName
{
border-color: #0BBDBD;
}
.TagClassName
{
border-color: #0BBDBD;
}
</style>