Shades of Iris Blue #0CACDF
Tints of Iris Blue #0CACDF
RGB
CMYK
RGB Variations
Color information
#0CACDF (or 0x0CACDF) is known color: Iris Blue. HEX triplet: 0C, AC and DF. RGB value is (12,172,223). Sum of RGB (Red+Green+Blue) = 12+172+223=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACDF is #F35320. Grayscale: #818181. Windows color (decimal): -15946529 or 14658572. OLE color: 14658572.
HSL color Cylindrical-coordinate representation of color #0CACDF: hue angle of 194.5º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CACDF is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 172 | 223 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.13 |
| HSL | 194.5º | 0.9% | 0.46% | - |
| HSV(B) | 194.5º | 0.95% | 0.87% | - |
| XYZ | 28.22 | 34.91 | 75.06 | - |
| YUV | 129.97 | 180.49 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 223 | 0.95 | 0.23 | 0 | 0.13 | 194.5 | 0.9 | 0.46 |
| Hex | C | AC | DF | 5F | 17 | 0 | D | C3 | 5A | 2E |
| Octal | 14 | 254 | 337 | 137 | 27 | 0 | 15 | 303 | 132 | 56 |
| Binary | 1100 | 10101100 | 11011111 | 1011111 | 10111 | 0 | 1101 | 11000011 | 1011010 | 101110 |
Color Harmonies of #0CACDF
Complementary color
Monochromatic Colors of #0CACDF
Black with #0CACDF
Text Example
Text Example
White with #0CACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACDF; }
p { color: rgb(12,172,223); }
H1.HeaderClassName
{
color: #0CACDF;
}
.AnyTagClassName
{
color: #0CACDF;
}
</style>
background-color css
<style>
a { background-color: #0CACDF; }
a { background-color: rgb(12,172,223); }
div.DivClassName
{
background-color: #0CACDF;
}
.BgClassName
{
background-color: #0CACDF;
}
</style>
border-color css
<style>
span { border-color: #0CACDF; }
span { border-color: rgb(12,172,223); }
td.TdClassName
{
border-color: #0CACDF;
}
.TagClassName
{
border-color: #0CACDF;
}
</style>