Shades of Iris Blue #0CABDA
Tints of Iris Blue #0CABDA
RGB
CMYK
RGB Variations
Color information
#0CABDA (or 0x0CABDA) is known color: Iris Blue. HEX triplet: 0C, AB and DA. RGB value is (12,171,218). Sum of RGB (Red+Green+Blue) = 12+171+218=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABDA is #F35425. Grayscale: #808080. Windows color (decimal): -15946790 or 14330636. OLE color: 14330636.
HSL color Cylindrical-coordinate representation of color #0CABDA: hue angle of 193.69º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CABDA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 171 | 218 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.15 |
| HSL | 193.69º | 0.9% | 0.45% | - |
| HSV(B) | 193.69º | 0.94% | 0.85% | - |
| XYZ | 27.37 | 34.27 | 71.5 | - |
| YUV | 128.82 | 178.32 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 218 | 0.94 | 0.22 | 0 | 0.15 | 193.69 | 0.9 | 0.45 |
| Hex | C | AB | DA | 5E | 16 | 0 | F | C2 | 5A | 2D |
| Octal | 14 | 253 | 332 | 136 | 26 | 0 | 17 | 302 | 132 | 55 |
| Binary | 1100 | 10101011 | 11011010 | 1011110 | 10110 | 0 | 1111 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0CABDA
Complementary color
Monochromatic Colors of #0CABDA
Black with #0CABDA
Text Example
Text Example
White with #0CABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CABDA; }
p { color: rgb(12,171,218); }
H1.HeaderClassName
{
color: #0CABDA;
}
.AnyTagClassName
{
color: #0CABDA;
}
</style>
background-color css
<style>
a { background-color: #0CABDA; }
a { background-color: rgb(12,171,218); }
div.DivClassName
{
background-color: #0CABDA;
}
.BgClassName
{
background-color: #0CABDA;
}
</style>
border-color css
<style>
span { border-color: #0CABDA; }
span { border-color: rgb(12,171,218); }
td.TdClassName
{
border-color: #0CABDA;
}
.TagClassName
{
border-color: #0CABDA;
}
</style>