Shades of Iris Blue #0CBDCB
Tints of Iris Blue #0CBDCB
RGB
CMYK
RGB Variations
Color information
#0CBDCB (or 0x0CBDCB) is known color: Iris Blue. HEX triplet: 0C, BD and CB. RGB value is (12,189,203). Sum of RGB (Red+Green+Blue) = 12+189+203=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CBDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDCB is #F34234. Grayscale: #898989. Windows color (decimal): -15942197 or 13352204. OLE color: 13352204.
HSL color Cylindrical-coordinate representation of color #0CBDCB: hue angle of 184.4º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDCB is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 189 | 203 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.20 |
| HSL | 184.4º | 0.89% | 0.42% | - |
| HSV(B) | 184.4º | 0.94% | 0.8% | - |
| XYZ | 29.13 | 40.79 | 62.84 | - |
| YUV | 137.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 203 | 0.94 | 0.07 | 0 | 0.20 | 184.4 | 0.89 | 0.42 |
| Hex | C | BD | CB | 5E | 7 | 0 | 14 | B8 | 59 | 2A |
| Octal | 14 | 275 | 313 | 136 | 7 | 0 | 24 | 270 | 131 | 52 |
| Binary | 1100 | 10111101 | 11001011 | 1011110 | 111 | 0 | 10100 | 10111000 | 1011001 | 101010 |
Color Harmonies of #0CBDCB
Complementary color
Monochromatic Colors of #0CBDCB
Black with #0CBDCB
Text Example
Text Example
White with #0CBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDCB; }
p { color: rgb(12,189,203); }
H1.HeaderClassName
{
color: #0CBDCB;
}
.AnyTagClassName
{
color: #0CBDCB;
}
</style>
background-color css
<style>
a { background-color: #0CBDCB; }
a { background-color: rgb(12,189,203); }
div.DivClassName
{
background-color: #0CBDCB;
}
.BgClassName
{
background-color: #0CBDCB;
}
</style>
border-color css
<style>
span { border-color: #0CBDCB; }
span { border-color: rgb(12,189,203); }
td.TdClassName
{
border-color: #0CBDCB;
}
.TagClassName
{
border-color: #0CBDCB;
}
</style>