Shades of Iris Blue #0CBDBB
Tints of Iris Blue #0CBDBB
RGB
CMYK
RGB Variations
Color information
#0CBDBB (or 0x0CBDBB) is known color: Iris Blue. HEX triplet: 0C, BD and BB. RGB value is (12,189,187). Sum of RGB (Red+Green+Blue) = 12+189+187=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDBB is #F34244. Grayscale: #878787. Windows color (decimal): -15942213 or 12303628. OLE color: 12303628.
HSL color Cylindrical-coordinate representation of color #0CBDBB: hue angle of 179.32º 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 #0CBDBB is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 189 | 187 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.26 |
| HSL | 179.32º | 0.88% | 0.39% | - |
| HSV(B) | 179.32º | 0.94% | 0.74% | - |
| XYZ | 27.32 | 40.06 | 53.31 | - |
| YUV | 135.85 | 156.86 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 187 | 0.94 | 0 | 0.01 | 0.26 | 179.32 | 0.88 | 0.39 |
| Hex | C | BD | BB | 5E | 0 | 1 | 1A | B3 | 58 | 27 |
| Octal | 14 | 275 | 273 | 136 | 0 | 1 | 32 | 263 | 130 | 47 |
| Binary | 1100 | 10111101 | 10111011 | 1011110 | 0 | 1 | 11010 | 10110011 | 1011000 | 100111 |
Color Harmonies of #0CBDBB
Complementary color
Monochromatic Colors of #0CBDBB
Black with #0CBDBB
Text Example
Text Example
White with #0CBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDBB; }
p { color: rgb(12,189,187); }
H1.HeaderClassName
{
color: #0CBDBB;
}
.AnyTagClassName
{
color: #0CBDBB;
}
</style>
background-color css
<style>
a { background-color: #0CBDBB; }
a { background-color: rgb(12,189,187); }
div.DivClassName
{
background-color: #0CBDBB;
}
.BgClassName
{
background-color: #0CBDBB;
}
</style>
border-color css
<style>
span { border-color: #0CBDBB; }
span { border-color: rgb(12,189,187); }
td.TdClassName
{
border-color: #0CBDBB;
}
.TagClassName
{
border-color: #0CBDBB;
}
</style>