Shades of Iris Blue #0CABCD
Tints of Iris Blue #0CABCD
RGB
CMYK
RGB Variations
Color information
#0CABCD (or 0x0CABCD) is known color: Iris Blue. HEX triplet: 0C, AB and CD. RGB value is (12,171,205). Sum of RGB (Red+Green+Blue) = 12+171+205=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABCD is #F35432. Grayscale: #7F7F7F. Windows color (decimal): -15946803 or 13478668. OLE color: 13478668.
HSL color Cylindrical-coordinate representation of color #0CABCD: hue angle of 190.57º 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 #0CABCD is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 171 | 205 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.20 |
| HSL | 190.57º | 0.89% | 0.43% | - |
| HSV(B) | 190.57º | 0.94% | 0.8% | - |
| XYZ | 25.73 | 33.61 | 62.89 | - |
| YUV | 127.34 | 171.82 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 205 | 0.94 | 0.17 | 0 | 0.20 | 190.57 | 0.89 | 0.43 |
| Hex | C | AB | CD | 5E | 11 | 0 | 14 | BF | 59 | 2B |
| Octal | 14 | 253 | 315 | 136 | 21 | 0 | 24 | 277 | 131 | 53 |
| Binary | 1100 | 10101011 | 11001101 | 1011110 | 10001 | 0 | 10100 | 10111111 | 1011001 | 101011 |
Color Harmonies of #0CABCD
Complementary color
Monochromatic Colors of #0CABCD
Black with #0CABCD
Text Example
Text Example
White with #0CABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CABCD; }
p { color: rgb(12,171,205); }
H1.HeaderClassName
{
color: #0CABCD;
}
.AnyTagClassName
{
color: #0CABCD;
}
</style>
background-color css
<style>
a { background-color: #0CABCD; }
a { background-color: rgb(12,171,205); }
div.DivClassName
{
background-color: #0CABCD;
}
.BgClassName
{
background-color: #0CABCD;
}
</style>
border-color css
<style>
span { border-color: #0CABCD; }
span { border-color: rgb(12,171,205); }
td.TdClassName
{
border-color: #0CABCD;
}
.TagClassName
{
border-color: #0CABCD;
}
</style>