Shades of Iris Blue #0CBEC0
Tints of Iris Blue #0CBEC0
RGB
CMYK
RGB Variations
Color information
#0CBEC0 (or 0x0CBEC0) is known color: Iris Blue. HEX triplet: 0C, BE and C0. RGB value is (12,190,192). Sum of RGB (Red+Green+Blue) = 12+190+192=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CBEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEC0 is #F3413F. Grayscale: #888888. Windows color (decimal): -15941952 or 12631564. OLE color: 12631564.
HSL color Cylindrical-coordinate representation of color #0CBEC0: hue angle of 180.67º 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 #0CBEC0 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 192 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.25 |
| HSL | 180.67º | 0.88% | 0.4% | - |
| HSV(B) | 180.67º | 0.94% | 0.75% | - |
| XYZ | 28.08 | 40.71 | 56.25 | - |
| YUV | 137.01 | 159.03 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 192 | 0.94 | 0.01 | 0 | 0.25 | 180.67 | 0.88 | 0.4 |
| Hex | C | BE | C0 | 5E | 1 | 0 | 19 | B5 | 58 | 28 |
| Octal | 14 | 276 | 300 | 136 | 1 | 0 | 31 | 265 | 130 | 50 |
| Binary | 1100 | 10111110 | 11000000 | 1011110 | 1 | 0 | 11001 | 10110101 | 1011000 | 101000 |
Color Harmonies of #0CBEC0
Complementary color
Monochromatic Colors of #0CBEC0
Black with #0CBEC0
Text Example
Text Example
White with #0CBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEC0; }
p { color: rgb(12,190,192); }
H1.HeaderClassName
{
color: #0CBEC0;
}
.AnyTagClassName
{
color: #0CBEC0;
}
</style>
background-color css
<style>
a { background-color: #0CBEC0; }
a { background-color: rgb(12,190,192); }
div.DivClassName
{
background-color: #0CBEC0;
}
.BgClassName
{
background-color: #0CBEC0;
}
</style>
border-color css
<style>
span { border-color: #0CBEC0; }
span { border-color: rgb(12,190,192); }
td.TdClassName
{
border-color: #0CBEC0;
}
.TagClassName
{
border-color: #0CBEC0;
}
</style>