Shades of Iris Blue #0CABCA
Tints of Iris Blue #0CABCA
RGB
CMYK
RGB Variations
Color information
#0CABCA (or 0x0CABCA) is known color: Iris Blue. HEX triplet: 0C, AB and CA. RGB value is (12,171,202). Sum of RGB (Red+Green+Blue) = 12+171+202=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #0CABCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CABCA is #F35435. Grayscale: #7E7E7E. Windows color (decimal): -15946806 or 13282060. OLE color: 13282060.
HSL color Cylindrical-coordinate representation of color #0CABCA: hue angle of 189.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CABCA is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 171 | 202 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.21 |
| HSL | 189.79º | 0.89% | 0.42% | - |
| HSV(B) | 189.79º | 0.94% | 0.79% | - |
| XYZ | 25.38 | 33.47 | 61 | - |
| YUV | 126.99 | 170.32 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 202 | 0.94 | 0.15 | 0 | 0.21 | 189.79 | 0.89 | 0.42 |
| Hex | C | AB | CA | 5E | F | 0 | 15 | BE | 59 | 2A |
| Octal | 14 | 253 | 312 | 136 | 17 | 0 | 25 | 276 | 131 | 52 |
| Binary | 1100 | 10101011 | 11001010 | 1011110 | 1111 | 0 | 10101 | 10111110 | 1011001 | 101010 |
Color Harmonies of #0CABCA
Complementary color
Monochromatic Colors of #0CABCA
Black with #0CABCA
Text Example
Text Example
White with #0CABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CABCA; }
p { color: rgb(12,171,202); }
H1.HeaderClassName
{
color: #0CABCA;
}
.AnyTagClassName
{
color: #0CABCA;
}
</style>
background-color css
<style>
a { background-color: #0CABCA; }
a { background-color: rgb(12,171,202); }
div.DivClassName
{
background-color: #0CABCA;
}
.BgClassName
{
background-color: #0CABCA;
}
</style>
border-color css
<style>
span { border-color: #0CABCA; }
span { border-color: rgb(12,171,202); }
td.TdClassName
{
border-color: #0CABCA;
}
.TagClassName
{
border-color: #0CABCA;
}
</style>