Shades of Iris Blue #0CBDC0
Tints of Iris Blue #0CBDC0
RGB
CMYK
RGB Variations
Color information
#0CBDC0 (or 0x0CBDC0) is known color: Iris Blue. HEX triplet: 0C, BD and C0. RGB value is (12,189,192). Sum of RGB (Red+Green+Blue) = 12+189+192=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #0CBDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDC0 is #F3423F. Grayscale: #888888. Windows color (decimal): -15942208 or 12631308. OLE color: 12631308.
HSL color Cylindrical-coordinate representation of color #0CBDC0: hue angle of 181º 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 #0CBDC0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 189 | 192 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.25 |
| HSL | 181º | 0.88% | 0.4% | - |
| HSV(B) | 181º | 0.94% | 0.75% | - |
| XYZ | 27.86 | 40.28 | 56.18 | - |
| YUV | 136.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 192 | 0.94 | 0.02 | 0 | 0.25 | 181 | 0.88 | 0.4 |
| Hex | C | BD | C0 | 5E | 2 | 0 | 19 | B5 | 58 | 28 |
| Octal | 14 | 275 | 300 | 136 | 2 | 0 | 31 | 265 | 130 | 50 |
| Binary | 1100 | 10111101 | 11000000 | 1011110 | 10 | 0 | 11001 | 10110101 | 1011000 | 101000 |
Color Harmonies of #0CBDC0
Complementary color
Monochromatic Colors of #0CBDC0
Black with #0CBDC0
Text Example
Text Example
White with #0CBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDC0; }
p { color: rgb(12,189,192); }
H1.HeaderClassName
{
color: #0CBDC0;
}
.AnyTagClassName
{
color: #0CBDC0;
}
</style>
background-color css
<style>
a { background-color: #0CBDC0; }
a { background-color: rgb(12,189,192); }
div.DivClassName
{
background-color: #0CBDC0;
}
.BgClassName
{
background-color: #0CBDC0;
}
</style>
border-color css
<style>
span { border-color: #0CBDC0; }
span { border-color: rgb(12,189,192); }
td.TdClassName
{
border-color: #0CBDC0;
}
.TagClassName
{
border-color: #0CBDC0;
}
</style>