Shades of Iris Blue #0CACB5
Tints of Iris Blue #0CACB5
RGB
CMYK
RGB Variations
Color information
#0CACB5 (or 0x0CACB5) is known color: Iris Blue. HEX triplet: 0C, AC and B5. RGB value is (12,172,181). Sum of RGB (Red+Green+Blue) = 12+172+181=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #0CACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACB5 is #F3534A. Grayscale: #7C7C7C. Windows color (decimal): -15946571 or 11906060. OLE color: 11906060.
HSL color Cylindrical-coordinate representation of color #0CACB5: hue angle of 183.2º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CACB5 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 172 | 181 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.29 |
| HSL | 183.2º | 0.88% | 0.38% | - |
| HSV(B) | 183.2º | 0.93% | 0.71% | - |
| XYZ | 23.24 | 32.92 | 48.85 | - |
| YUV | 125.19 | 159.49 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 181 | 0.93 | 0.05 | 0 | 0.29 | 183.2 | 0.88 | 0.38 |
| Hex | C | AC | B5 | 5D | 5 | 0 | 1D | B7 | 58 | 26 |
| Octal | 14 | 254 | 265 | 135 | 5 | 0 | 35 | 267 | 130 | 46 |
| Binary | 1100 | 10101100 | 10110101 | 1011101 | 101 | 0 | 11101 | 10110111 | 1011000 | 100110 |
Color Harmonies of #0CACB5
Complementary color
Monochromatic Colors of #0CACB5
Black with #0CACB5
Text Example
Text Example
White with #0CACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACB5; }
p { color: rgb(12,172,181); }
H1.HeaderClassName
{
color: #0CACB5;
}
.AnyTagClassName
{
color: #0CACB5;
}
</style>
background-color css
<style>
a { background-color: #0CACB5; }
a { background-color: rgb(12,172,181); }
div.DivClassName
{
background-color: #0CACB5;
}
.BgClassName
{
background-color: #0CACB5;
}
</style>
border-color css
<style>
span { border-color: #0CACB5; }
span { border-color: rgb(12,172,181); }
td.TdClassName
{
border-color: #0CACB5;
}
.TagClassName
{
border-color: #0CACB5;
}
</style>