Shades of Iris Blue #0CBCB6
Tints of Iris Blue #0CBCB6
RGB
CMYK
RGB Variations
Color information
#0CBCB6 (or 0x0CBCB6) is known color: Iris Blue. HEX triplet: 0C, BC and B6. RGB value is (12,188,182). Sum of RGB (Red+Green+Blue) = 12+188+182=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCB6 is #F34349. Grayscale: #868686. Windows color (decimal): -15942474 or 11975692. OLE color: 11975692.
HSL color Cylindrical-coordinate representation of color #0CBCB6: hue angle of 177.95º 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 #0CBCB6 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 182 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.26 |
| HSL | 177.95º | 0.88% | 0.39% | - |
| HSV(B) | 177.95º | 0.94% | 0.74% | - |
| XYZ | 26.58 | 39.42 | 50.46 | - |
| YUV | 134.69 | 154.69 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 182 | 0.94 | 0 | 0.03 | 0.26 | 177.95 | 0.88 | 0.39 |
| Hex | C | BC | B6 | 5E | 0 | 3 | 1A | B2 | 58 | 27 |
| Octal | 14 | 274 | 266 | 136 | 0 | 3 | 32 | 262 | 130 | 47 |
| Binary | 1100 | 10111100 | 10110110 | 1011110 | 0 | 11 | 11010 | 10110010 | 1011000 | 100111 |
Color Harmonies of #0CBCB6
Complementary color
Monochromatic Colors of #0CBCB6
Black with #0CBCB6
Text Example
Text Example
White with #0CBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCB6; }
p { color: rgb(12,188,182); }
H1.HeaderClassName
{
color: #0CBCB6;
}
.AnyTagClassName
{
color: #0CBCB6;
}
</style>
background-color css
<style>
a { background-color: #0CBCB6; }
a { background-color: rgb(12,188,182); }
div.DivClassName
{
background-color: #0CBCB6;
}
.BgClassName
{
background-color: #0CBCB6;
}
</style>
border-color css
<style>
span { border-color: #0CBCB6; }
span { border-color: rgb(12,188,182); }
td.TdClassName
{
border-color: #0CBCB6;
}
.TagClassName
{
border-color: #0CBCB6;
}
</style>