Shades of Iris Blue #0CACBE
Tints of Iris Blue #0CACBE
RGB
CMYK
RGB Variations
Color information
#0CACBE (or 0x0CACBE) is known color: Iris Blue. HEX triplet: 0C, AC and BE. RGB value is (12,172,190). Sum of RGB (Red+Green+Blue) = 12+172+190=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #0CACBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACBE is #F35341. Grayscale: #7D7D7D. Windows color (decimal): -15946562 or 12495884. OLE color: 12495884.
HSL color Cylindrical-coordinate representation of color #0CACBE: hue angle of 186.07º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CACBE is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 172 | 190 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.25 |
| HSL | 186.07º | 0.88% | 0.4% | - |
| HSV(B) | 186.07º | 0.94% | 0.75% | - |
| XYZ | 24.2 | 33.3 | 53.87 | - |
| YUV | 126.21 | 163.99 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 190 | 0.94 | 0.09 | 0 | 0.25 | 186.07 | 0.88 | 0.4 |
| Hex | C | AC | BE | 5E | 9 | 0 | 19 | BA | 58 | 28 |
| Octal | 14 | 254 | 276 | 136 | 11 | 0 | 31 | 272 | 130 | 50 |
| Binary | 1100 | 10101100 | 10111110 | 1011110 | 1001 | 0 | 11001 | 10111010 | 1011000 | 101000 |
Color Harmonies of #0CACBE
Complementary color
Monochromatic Colors of #0CACBE
Black with #0CACBE
Text Example
Text Example
White with #0CACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACBE; }
p { color: rgb(12,172,190); }
H1.HeaderClassName
{
color: #0CACBE;
}
.AnyTagClassName
{
color: #0CACBE;
}
</style>
background-color css
<style>
a { background-color: #0CACBE; }
a { background-color: rgb(12,172,190); }
div.DivClassName
{
background-color: #0CACBE;
}
.BgClassName
{
background-color: #0CACBE;
}
</style>
border-color css
<style>
span { border-color: #0CACBE; }
span { border-color: rgb(12,172,190); }
td.TdClassName
{
border-color: #0CACBE;
}
.TagClassName
{
border-color: #0CACBE;
}
</style>