Shades of Iris Blue #0BBACB
Tints of Iris Blue #0BBACB
RGB
CMYK
RGB Variations
Color information
#0BBACB (or 0x0BBACB) is known color: Iris Blue. HEX triplet: 0B, BA and CB. RGB value is (11,186,203). Sum of RGB (Red+Green+Blue) = 11+186+203=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BBACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBACB is #F44534. Grayscale: #878787. Windows color (decimal): -16008501 or 13351435. OLE color: 13351435.
HSL color Cylindrical-coordinate representation of color #0BBACB: hue angle of 185.31º 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 #0BBACB is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 186 | 203 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.20 |
| HSL | 185.31º | 0.9% | 0.42% | - |
| HSV(B) | 185.31º | 0.95% | 0.8% | - |
| XYZ | 28.48 | 39.5 | 62.62 | - |
| YUV | 135.61 | 166.02 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 203 | 0.95 | 0.08 | 0 | 0.20 | 185.31 | 0.9 | 0.42 |
| Hex | B | BA | CB | 5F | 8 | 0 | 14 | B9 | 5A | 2A |
| Octal | 13 | 272 | 313 | 137 | 10 | 0 | 24 | 271 | 132 | 52 |
| Binary | 1011 | 10111010 | 11001011 | 1011111 | 1000 | 0 | 10100 | 10111001 | 1011010 | 101010 |
Color Harmonies of #0BBACB
Complementary color
Monochromatic Colors of #0BBACB
Black with #0BBACB
Text Example
Text Example
White with #0BBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBACB; }
p { color: rgb(11,186,203); }
H1.HeaderClassName
{
color: #0BBACB;
}
.AnyTagClassName
{
color: #0BBACB;
}
</style>
background-color css
<style>
a { background-color: #0BBACB; }
a { background-color: rgb(11,186,203); }
div.DivClassName
{
background-color: #0BBACB;
}
.BgClassName
{
background-color: #0BBACB;
}
</style>
border-color css
<style>
span { border-color: #0BBACB; }
span { border-color: rgb(11,186,203); }
td.TdClassName
{
border-color: #0BBACB;
}
.TagClassName
{
border-color: #0BBACB;
}
</style>