Shades of Iris Blue #0CACD4
Tints of Iris Blue #0CACD4
RGB
CMYK
RGB Variations
Color information
#0CACD4 (or 0x0CACD4) is known color: Iris Blue. HEX triplet: 0C, AC and D4. RGB value is (12,172,212). Sum of RGB (Red+Green+Blue) = 12+172+212=396 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.03% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #0CACD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACD4 is #F3532B. Grayscale: #808080. Windows color (decimal): -15946540 or 13937676. OLE color: 13937676.
HSL color Cylindrical-coordinate representation of color #0CACD4: hue angle of 192º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CACD4 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 12 | 172 | 212 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.17 |
| HSL | 192º | 0.89% | 0.44% | - |
| HSV(B) | 192º | 0.94% | 0.83% | - |
| XYZ | 26.79 | 34.34 | 67.5 | - |
| YUV | 128.72 | 174.99 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 212 | 0.94 | 0.19 | 0 | 0.17 | 192 | 0.89 | 0.44 |
| Hex | C | AC | D4 | 5E | 13 | 0 | 11 | C0 | 59 | 2C |
| Octal | 14 | 254 | 324 | 136 | 23 | 0 | 21 | 300 | 131 | 54 |
| Binary | 1100 | 10101100 | 11010100 | 1011110 | 10011 | 0 | 10001 | 11000000 | 1011001 | 101100 |
Color Harmonies of #0CACD4
Complementary color
Monochromatic Colors of #0CACD4
Black with #0CACD4
Text Example
Text Example
White with #0CACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACD4; }
p { color: rgb(12,172,212); }
H1.HeaderClassName
{
color: #0CACD4;
}
.AnyTagClassName
{
color: #0CACD4;
}
</style>
background-color css
<style>
a { background-color: #0CACD4; }
a { background-color: rgb(12,172,212); }
div.DivClassName
{
background-color: #0CACD4;
}
.BgClassName
{
background-color: #0CACD4;
}
</style>
border-color css
<style>
span { border-color: #0CACD4; }
span { border-color: rgb(12,172,212); }
td.TdClassName
{
border-color: #0CACD4;
}
.TagClassName
{
border-color: #0CACD4;
}
</style>