Shades of Iris Blue #0CC1BF
Tints of Iris Blue #0CC1BF
RGB
CMYK
RGB Variations
Color information
#0CC1BF (or 0x0CC1BF) is known color: Iris Blue. HEX triplet: 0C, C1 and BF. RGB value is (12,193,191). Sum of RGB (Red+Green+Blue) = 12+193+191=396 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.03% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC1BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC1BF is #F33E40. Grayscale: #8A8A8A. Windows color (decimal): -15941185 or 12566796. OLE color: 12566796.
HSL color Cylindrical-coordinate representation of color #0CC1BF: hue angle of 179.34º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC1BF is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 191 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.24 |
| HSL | 179.34º | 0.88% | 0.4% | - |
| HSV(B) | 179.34º | 0.94% | 0.76% | - |
| XYZ | 28.63 | 41.98 | 55.88 | - |
| YUV | 138.65 | 157.53 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 191 | 0.94 | 0 | 0.01 | 0.24 | 179.34 | 0.88 | 0.4 |
| Hex | C | C1 | BF | 5E | 0 | 1 | 18 | B3 | 58 | 28 |
| Octal | 14 | 301 | 277 | 136 | 0 | 1 | 30 | 263 | 130 | 50 |
| Binary | 1100 | 11000001 | 10111111 | 1011110 | 0 | 1 | 11000 | 10110011 | 1011000 | 101000 |
Color Harmonies of #0CC1BF
Complementary color
Monochromatic Colors of #0CC1BF
Black with #0CC1BF
Text Example
Text Example
White with #0CC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC1BF; }
p { color: rgb(12,193,191); }
H1.HeaderClassName
{
color: #0CC1BF;
}
.AnyTagClassName
{
color: #0CC1BF;
}
</style>
background-color css
<style>
a { background-color: #0CC1BF; }
a { background-color: rgb(12,193,191); }
div.DivClassName
{
background-color: #0CC1BF;
}
.BgClassName
{
background-color: #0CC1BF;
}
</style>
border-color css
<style>
span { border-color: #0CC1BF; }
span { border-color: rgb(12,193,191); }
td.TdClassName
{
border-color: #0CC1BF;
}
.TagClassName
{
border-color: #0CC1BF;
}
</style>