Shades of Iris Blue #0BBCCB
Tints of Iris Blue #0BBCCB
RGB
CMYK
RGB Variations
Color information
#0BBCCB (or 0x0BBCCB) is known color: Iris Blue. HEX triplet: 0B, BC and CB. RGB value is (11,188,203). Sum of RGB (Red+Green+Blue) = 11+188+203=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BBCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCCB is #F44334. Grayscale: #888888. Windows color (decimal): -16007989 or 13351947. OLE color: 13351947.
HSL color Cylindrical-coordinate representation of color #0BBCCB: hue angle of 184.69º 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 #0BBCCB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 188 | 203 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.20 |
| HSL | 184.69º | 0.9% | 0.42% | - |
| HSV(B) | 184.69º | 0.95% | 0.8% | - |
| XYZ | 28.9 | 40.35 | 62.76 | - |
| YUV | 136.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 203 | 0.95 | 0.07 | 0 | 0.20 | 184.69 | 0.9 | 0.42 |
| Hex | B | BC | CB | 5F | 7 | 0 | 14 | B9 | 5A | 2A |
| Octal | 13 | 274 | 313 | 137 | 7 | 0 | 24 | 271 | 132 | 52 |
| Binary | 1011 | 10111100 | 11001011 | 1011111 | 111 | 0 | 10100 | 10111001 | 1011010 | 101010 |
Color Harmonies of #0BBCCB
Complementary color
Monochromatic Colors of #0BBCCB
Black with #0BBCCB
Text Example
Text Example
White with #0BBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCCB; }
p { color: rgb(11,188,203); }
H1.HeaderClassName
{
color: #0BBCCB;
}
.AnyTagClassName
{
color: #0BBCCB;
}
</style>
background-color css
<style>
a { background-color: #0BBCCB; }
a { background-color: rgb(11,188,203); }
div.DivClassName
{
background-color: #0BBCCB;
}
.BgClassName
{
background-color: #0BBCCB;
}
</style>
border-color css
<style>
span { border-color: #0BBCCB; }
span { border-color: rgb(11,188,203); }
td.TdClassName
{
border-color: #0BBCCB;
}
.TagClassName
{
border-color: #0BBCCB;
}
</style>