Shades of Iris Blue #0BBBC0
Tints of Iris Blue #0BBBC0
RGB
CMYK
RGB Variations
Color information
#0BBBC0 (or 0x0BBBC0) is known color: Iris Blue. HEX triplet: 0B, BB and C0. RGB value is (11,187,192). Sum of RGB (Red+Green+Blue) = 11+187+192=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BBBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBC0 is #F4443F. Grayscale: #868686. Windows color (decimal): -16008256 or 12630795. OLE color: 12630795.
HSL color Cylindrical-coordinate representation of color #0BBBC0: hue angle of 181.66º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBBC0 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 187 | 192 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.25 |
| HSL | 181.66º | 0.89% | 0.4% | - |
| HSV(B) | 181.66º | 0.94% | 0.75% | - |
| XYZ | 27.42 | 39.42 | 56.03 | - |
| YUV | 134.95 | 160.19 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 192 | 0.94 | 0.03 | 0 | 0.25 | 181.66 | 0.89 | 0.4 |
| Hex | B | BB | C0 | 5E | 3 | 0 | 19 | B6 | 59 | 28 |
| Octal | 13 | 273 | 300 | 136 | 3 | 0 | 31 | 266 | 131 | 50 |
| Binary | 1011 | 10111011 | 11000000 | 1011110 | 11 | 0 | 11001 | 10110110 | 1011001 | 101000 |
Color Harmonies of #0BBBC0
Complementary color
Monochromatic Colors of #0BBBC0
Black with #0BBBC0
Text Example
Text Example
White with #0BBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBC0; }
p { color: rgb(11,187,192); }
H1.HeaderClassName
{
color: #0BBBC0;
}
.AnyTagClassName
{
color: #0BBBC0;
}
</style>
background-color css
<style>
a { background-color: #0BBBC0; }
a { background-color: rgb(11,187,192); }
div.DivClassName
{
background-color: #0BBBC0;
}
.BgClassName
{
background-color: #0BBBC0;
}
</style>
border-color css
<style>
span { border-color: #0BBBC0; }
span { border-color: rgb(11,187,192); }
td.TdClassName
{
border-color: #0BBBC0;
}
.TagClassName
{
border-color: #0BBBC0;
}
</style>