Shades of Iris Blue #0CBACD
Tints of Iris Blue #0CBACD
RGB
CMYK
RGB Variations
Color information
#0CBACD (or 0x0CBACD) is known color: Iris Blue. HEX triplet: 0C, BA and CD. RGB value is (12,186,205). Sum of RGB (Red+Green+Blue) = 12+186+205=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CBACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBACD is #F34532. Grayscale: #878787. Windows color (decimal): -15942963 or 13482508. OLE color: 13482508.
HSL color Cylindrical-coordinate representation of color #0CBACD: hue angle of 185.91º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBACD is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 186 | 205 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.20 |
| HSL | 185.91º | 0.89% | 0.43% | - |
| HSV(B) | 185.91º | 0.94% | 0.8% | - |
| XYZ | 28.73 | 39.6 | 63.89 | - |
| YUV | 136.14 | 166.85 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 205 | 0.94 | 0.09 | 0 | 0.20 | 185.91 | 0.89 | 0.43 |
| Hex | C | BA | CD | 5E | 9 | 0 | 14 | BA | 59 | 2B |
| Octal | 14 | 272 | 315 | 136 | 11 | 0 | 24 | 272 | 131 | 53 |
| Binary | 1100 | 10111010 | 11001101 | 1011110 | 1001 | 0 | 10100 | 10111010 | 1011001 | 101011 |
Color Harmonies of #0CBACD
Complementary color
Monochromatic Colors of #0CBACD
Black with #0CBACD
Text Example
Text Example
White with #0CBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBACD; }
p { color: rgb(12,186,205); }
H1.HeaderClassName
{
color: #0CBACD;
}
.AnyTagClassName
{
color: #0CBACD;
}
</style>
background-color css
<style>
a { background-color: #0CBACD; }
a { background-color: rgb(12,186,205); }
div.DivClassName
{
background-color: #0CBACD;
}
.BgClassName
{
background-color: #0CBACD;
}
</style>
border-color css
<style>
span { border-color: #0CBACD; }
span { border-color: rgb(12,186,205); }
td.TdClassName
{
border-color: #0CBACD;
}
.TagClassName
{
border-color: #0CBACD;
}
</style>