Shades of Iris Blue #0CBDBA
Tints of Iris Blue #0CBDBA
RGB
CMYK
RGB Variations
Color information
#0CBDBA (or 0x0CBDBA) is known color: Iris Blue. HEX triplet: 0C, BD and BA. RGB value is (12,189,186). Sum of RGB (Red+Green+Blue) = 12+189+186=387 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.10% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDBA is #F34245. Grayscale: #878787. Windows color (decimal): -15942214 or 12238092. OLE color: 12238092.
HSL color Cylindrical-coordinate representation of color #0CBDBA: hue angle of 178.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDBA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 186 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.26 |
| HSL | 178.98º | 0.88% | 0.39% | - |
| HSV(B) | 178.98º | 0.94% | 0.74% | - |
| XYZ | 27.21 | 40.02 | 52.74 | - |
| YUV | 135.74 | 156.36 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 186 | 0.94 | 0 | 0.02 | 0.26 | 178.98 | 0.88 | 0.39 |
| Hex | C | BD | BA | 5E | 0 | 2 | 1A | B3 | 58 | 27 |
| Octal | 14 | 275 | 272 | 136 | 0 | 2 | 32 | 263 | 130 | 47 |
| Binary | 1100 | 10111101 | 10111010 | 1011110 | 0 | 10 | 11010 | 10110011 | 1011000 | 100111 |
Color Harmonies of #0CBDBA
Complementary color
Monochromatic Colors of #0CBDBA
Black with #0CBDBA
Text Example
Text Example
White with #0CBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDBA; }
p { color: rgb(12,189,186); }
H1.HeaderClassName
{
color: #0CBDBA;
}
.AnyTagClassName
{
color: #0CBDBA;
}
</style>
background-color css
<style>
a { background-color: #0CBDBA; }
a { background-color: rgb(12,189,186); }
div.DivClassName
{
background-color: #0CBDBA;
}
.BgClassName
{
background-color: #0CBDBA;
}
</style>
border-color css
<style>
span { border-color: #0CBDBA; }
span { border-color: rgb(12,189,186); }
td.TdClassName
{
border-color: #0CBDBA;
}
.TagClassName
{
border-color: #0CBDBA;
}
</style>