Shades of Iris Blue #0BBDDD
Tints of Iris Blue #0BBDDD
RGB
CMYK
RGB Variations
Color information
#0BBDDD (or 0x0BBDDD) is known color: Iris Blue. HEX triplet: 0B, BD and DD. RGB value is (11,189,221). Sum of RGB (Red+Green+Blue) = 11+189+221=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BBDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDDD is #F44222. Grayscale: #8B8B8B. Windows color (decimal): -16007715 or 14531851. OLE color: 14531851.
HSL color Cylindrical-coordinate representation of color #0BBDDD: hue angle of 189.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBDDD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 189 | 221 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.13 |
| HSL | 189.14º | 0.91% | 0.45% | - |
| HSV(B) | 189.14º | 0.95% | 0.87% | - |
| XYZ | 31.39 | 41.69 | 74.8 | - |
| YUV | 139.43 | 174.03 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 221 | 0.95 | 0.14 | 0 | 0.13 | 189.14 | 0.91 | 0.45 |
| Hex | B | BD | DD | 5F | E | 0 | D | BD | 5B | 2D |
| Octal | 13 | 275 | 335 | 137 | 16 | 0 | 15 | 275 | 133 | 55 |
| Binary | 1011 | 10111101 | 11011101 | 1011111 | 1110 | 0 | 1101 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0BBDDD
Complementary color
Monochromatic Colors of #0BBDDD
Black with #0BBDDD
Text Example
Text Example
White with #0BBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDDD; }
p { color: rgb(11,189,221); }
H1.HeaderClassName
{
color: #0BBDDD;
}
.AnyTagClassName
{
color: #0BBDDD;
}
</style>
background-color css
<style>
a { background-color: #0BBDDD; }
a { background-color: rgb(11,189,221); }
div.DivClassName
{
background-color: #0BBDDD;
}
.BgClassName
{
background-color: #0BBDDD;
}
</style>
border-color css
<style>
span { border-color: #0BBDDD; }
span { border-color: rgb(11,189,221); }
td.TdClassName
{
border-color: #0BBDDD;
}
.TagClassName
{
border-color: #0BBDDD;
}
</style>