Shades of Iris Blue #0CBACE
Tints of Iris Blue #0CBACE
RGB
CMYK
RGB Variations
Color information
#0CBACE (or 0x0CBACE) is known color: Iris Blue. HEX triplet: 0C, BA and CE. RGB value is (12,186,206). Sum of RGB (Red+Green+Blue) = 12+186+206=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CBACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBACE is #F34531. Grayscale: #888888. Windows color (decimal): -15942962 or 13548044. OLE color: 13548044.
HSL color Cylindrical-coordinate representation of color #0CBACE: hue angle of 186.19º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBACE is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 186 | 206 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.19 |
| HSL | 186.19º | 0.89% | 0.43% | - |
| HSV(B) | 186.19º | 0.94% | 0.81% | - |
| XYZ | 28.85 | 39.65 | 64.53 | - |
| YUV | 136.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 206 | 0.94 | 0.10 | 0 | 0.19 | 186.19 | 0.89 | 0.43 |
| Hex | C | BA | CE | 5E | A | 0 | 13 | BA | 59 | 2B |
| Octal | 14 | 272 | 316 | 136 | 12 | 0 | 23 | 272 | 131 | 53 |
| Binary | 1100 | 10111010 | 11001110 | 1011110 | 1010 | 0 | 10011 | 10111010 | 1011001 | 101011 |
Color Harmonies of #0CBACE
Complementary color
Monochromatic Colors of #0CBACE
Black with #0CBACE
Text Example
Text Example
White with #0CBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBACE; }
p { color: rgb(12,186,206); }
H1.HeaderClassName
{
color: #0CBACE;
}
.AnyTagClassName
{
color: #0CBACE;
}
</style>
background-color css
<style>
a { background-color: #0CBACE; }
a { background-color: rgb(12,186,206); }
div.DivClassName
{
background-color: #0CBACE;
}
.BgClassName
{
background-color: #0CBACE;
}
</style>
border-color css
<style>
span { border-color: #0CBACE; }
span { border-color: rgb(12,186,206); }
td.TdClassName
{
border-color: #0CBACE;
}
.TagClassName
{
border-color: #0CBACE;
}
</style>