Shades of Iris Blue #0BBDCB
Tints of Iris Blue #0BBDCB
RGB
CMYK
RGB Variations
Color information
#0BBDCB (or 0x0BBDCB) is known color: Iris Blue. HEX triplet: 0B, BD and CB. RGB value is (11,189,203). Sum of RGB (Red+Green+Blue) = 11+189+203=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BBDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDCB is #F44234. Grayscale: #898989. Windows color (decimal): -16007733 or 13352203. OLE color: 13352203.
HSL color Cylindrical-coordinate representation of color #0BBDCB: hue angle of 184.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBDCB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 189 | 203 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.20 |
| HSL | 184.38º | 0.9% | 0.42% | - |
| HSV(B) | 184.38º | 0.95% | 0.8% | - |
| XYZ | 29.12 | 40.78 | 62.84 | - |
| YUV | 137.37 | 165.03 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 203 | 0.95 | 0.07 | 0 | 0.20 | 184.38 | 0.9 | 0.42 |
| Hex | B | BD | CB | 5F | 7 | 0 | 14 | B8 | 5A | 2A |
| Octal | 13 | 275 | 313 | 137 | 7 | 0 | 24 | 270 | 132 | 52 |
| Binary | 1011 | 10111101 | 11001011 | 1011111 | 111 | 0 | 10100 | 10111000 | 1011010 | 101010 |
Color Harmonies of #0BBDCB
Complementary color
Monochromatic Colors of #0BBDCB
Black with #0BBDCB
Text Example
Text Example
White with #0BBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBDCB; }
p { color: rgb(11,189,203); }
H1.HeaderClassName
{
color: #0BBDCB;
}
.AnyTagClassName
{
color: #0BBDCB;
}
</style>
background-color css
<style>
a { background-color: #0BBDCB; }
a { background-color: rgb(11,189,203); }
div.DivClassName
{
background-color: #0BBDCB;
}
.BgClassName
{
background-color: #0BBDCB;
}
</style>
border-color css
<style>
span { border-color: #0BBDCB; }
span { border-color: rgb(11,189,203); }
td.TdClassName
{
border-color: #0BBDCB;
}
.TagClassName
{
border-color: #0BBDCB;
}
</style>