Shades of Iris Blue #0CB0BF
Tints of Iris Blue #0CB0BF
RGB
CMYK
RGB Variations
Color information
#0CB0BF (or 0x0CB0BF) is known color: Iris Blue. HEX triplet: 0C, B0 and BF. RGB value is (12,176,191). Sum of RGB (Red+Green+Blue) = 12+176+191=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #0CB0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB0BF is #F34F40. Grayscale: #808080. Windows color (decimal): -15945537 or 12562444. OLE color: 12562444.
HSL color Cylindrical-coordinate representation of color #0CB0BF: hue angle of 185.03º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB0BF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 176 | 191 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.25 |
| HSL | 185.03º | 0.88% | 0.4% | - |
| HSV(B) | 185.03º | 0.94% | 0.75% | - |
| XYZ | 25.08 | 34.89 | 54.7 | - |
| YUV | 128.67 | 163.17 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 191 | 0.94 | 0.08 | 0 | 0.25 | 185.03 | 0.88 | 0.4 |
| Hex | C | B0 | BF | 5E | 8 | 0 | 19 | B9 | 58 | 28 |
| Octal | 14 | 260 | 277 | 136 | 10 | 0 | 31 | 271 | 130 | 50 |
| Binary | 1100 | 10110000 | 10111111 | 1011110 | 1000 | 0 | 11001 | 10111001 | 1011000 | 101000 |
Color Harmonies of #0CB0BF
Complementary color
Monochromatic Colors of #0CB0BF
Black with #0CB0BF
Text Example
Text Example
White with #0CB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB0BF; }
p { color: rgb(12,176,191); }
H1.HeaderClassName
{
color: #0CB0BF;
}
.AnyTagClassName
{
color: #0CB0BF;
}
</style>
background-color css
<style>
a { background-color: #0CB0BF; }
a { background-color: rgb(12,176,191); }
div.DivClassName
{
background-color: #0CB0BF;
}
.BgClassName
{
background-color: #0CB0BF;
}
</style>
border-color css
<style>
span { border-color: #0CB0BF; }
span { border-color: rgb(12,176,191); }
td.TdClassName
{
border-color: #0CB0BF;
}
.TagClassName
{
border-color: #0CB0BF;
}
</style>