Shades of Iris Blue #0CBBBC
Tints of Iris Blue #0CBBBC
RGB
CMYK
RGB Variations
Color information
#0CBBBC (or 0x0CBBBC) is known color: Iris Blue. HEX triplet: 0C, BB and BC. RGB value is (12,187,188). Sum of RGB (Red+Green+Blue) = 12+187+188=387 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.10% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #0CBBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBBC is #F34443. Grayscale: #868686. Windows color (decimal): -15942724 or 12368652. OLE color: 12368652.
HSL color Cylindrical-coordinate representation of color #0CBBBC: hue angle of 180.34º degrees, saturation: 0.88, 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 #0CBBBC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 187 | 188 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.26 |
| HSL | 180.34º | 0.88% | 0.39% | - |
| HSV(B) | 180.34º | 0.94% | 0.74% | - |
| XYZ | 27 | 39.25 | 53.73 | - |
| YUV | 134.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 187 | 188 | 0.94 | 0.01 | 0 | 0.26 | 180.34 | 0.88 | 0.39 |
| Hex | C | BB | BC | 5E | 1 | 0 | 1A | B4 | 58 | 27 |
| Octal | 14 | 273 | 274 | 136 | 1 | 0 | 32 | 264 | 130 | 47 |
| Binary | 1100 | 10111011 | 10111100 | 1011110 | 1 | 0 | 11010 | 10110100 | 1011000 | 100111 |
Color Harmonies of #0CBBBC
Complementary color
Monochromatic Colors of #0CBBBC
Black with #0CBBBC
Text Example
Text Example
White with #0CBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBBBC; }
p { color: rgb(12,187,188); }
H1.HeaderClassName
{
color: #0CBBBC;
}
.AnyTagClassName
{
color: #0CBBBC;
}
</style>
background-color css
<style>
a { background-color: #0CBBBC; }
a { background-color: rgb(12,187,188); }
div.DivClassName
{
background-color: #0CBBBC;
}
.BgClassName
{
background-color: #0CBBBC;
}
</style>
border-color css
<style>
span { border-color: #0CBBBC; }
span { border-color: rgb(12,187,188); }
td.TdClassName
{
border-color: #0CBBBC;
}
.TagClassName
{
border-color: #0CBBBC;
}
</style>