Shades of Iris Blue #0CBACB
Tints of Iris Blue #0CBACB
RGB
CMYK
RGB Variations
Color information
#0CBACB (or 0x0CBACB) is known color: Iris Blue. HEX triplet: 0C, BA and CB. RGB value is (12,186,203). Sum of RGB (Red+Green+Blue) = 12+186+203=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CBACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBACB is #F34534. Grayscale: #878787. Windows color (decimal): -15942965 or 13351436. OLE color: 13351436.
HSL color Cylindrical-coordinate representation of color #0CBACB: hue angle of 185.34º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBACB is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 186 | 203 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.20 |
| HSL | 185.34º | 0.89% | 0.42% | - |
| HSV(B) | 185.34º | 0.94% | 0.8% | - |
| XYZ | 28.49 | 39.51 | 62.62 | - |
| YUV | 135.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 203 | 0.94 | 0.08 | 0 | 0.20 | 185.34 | 0.89 | 0.42 |
| Hex | C | BA | CB | 5E | 8 | 0 | 14 | B9 | 59 | 2A |
| Octal | 14 | 272 | 313 | 136 | 10 | 0 | 24 | 271 | 131 | 52 |
| Binary | 1100 | 10111010 | 11001011 | 1011110 | 1000 | 0 | 10100 | 10111001 | 1011001 | 101010 |
Color Harmonies of #0CBACB
Complementary color
Monochromatic Colors of #0CBACB
Black with #0CBACB
Text Example
Text Example
White with #0CBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBACB; }
p { color: rgb(12,186,203); }
H1.HeaderClassName
{
color: #0CBACB;
}
.AnyTagClassName
{
color: #0CBACB;
}
</style>
background-color css
<style>
a { background-color: #0CBACB; }
a { background-color: rgb(12,186,203); }
div.DivClassName
{
background-color: #0CBACB;
}
.BgClassName
{
background-color: #0CBACB;
}
</style>
border-color css
<style>
span { border-color: #0CBACB; }
span { border-color: rgb(12,186,203); }
td.TdClassName
{
border-color: #0CBACB;
}
.TagClassName
{
border-color: #0CBACB;
}
</style>