Shades of Iris Blue #0BBBBC
Tints of Iris Blue #0BBBBC
RGB
CMYK
RGB Variations
Color information
#0BBBBC (or 0x0BBBBC) is known color: Iris Blue. HEX triplet: 0B, BB and BC. RGB value is (11,187,188). Sum of RGB (Red+Green+Blue) = 11+187+188=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BBBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBBC is #F44443. Grayscale: #868686. Windows color (decimal): -16008260 or 12368651. OLE color: 12368651.
HSL color Cylindrical-coordinate representation of color #0BBBBC: hue angle of 180.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBBBC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 187 | 188 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.26 |
| HSL | 180.34º | 0.89% | 0.39% | - |
| HSV(B) | 180.34º | 0.94% | 0.74% | - |
| XYZ | 26.99 | 39.24 | 53.73 | - |
| YUV | 134.49 | 158.19 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 188 | 0.94 | 0.01 | 0 | 0.26 | 180.34 | 0.89 | 0.39 |
| Hex | B | BB | BC | 5E | 1 | 0 | 1A | B4 | 59 | 27 |
| Octal | 13 | 273 | 274 | 136 | 1 | 0 | 32 | 264 | 131 | 47 |
| Binary | 1011 | 10111011 | 10111100 | 1011110 | 1 | 0 | 11010 | 10110100 | 1011001 | 100111 |
Color Harmonies of #0BBBBC
Complementary color
Monochromatic Colors of #0BBBBC
Black with #0BBBBC
Text Example
Text Example
White with #0BBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBBC; }
p { color: rgb(11,187,188); }
H1.HeaderClassName
{
color: #0BBBBC;
}
.AnyTagClassName
{
color: #0BBBBC;
}
</style>
background-color css
<style>
a { background-color: #0BBBBC; }
a { background-color: rgb(11,187,188); }
div.DivClassName
{
background-color: #0BBBBC;
}
.BgClassName
{
background-color: #0BBBBC;
}
</style>
border-color css
<style>
span { border-color: #0BBBBC; }
span { border-color: rgb(11,187,188); }
td.TdClassName
{
border-color: #0BBBBC;
}
.TagClassName
{
border-color: #0BBBBC;
}
</style>