Shades of Iris Blue #0CB9BB
Tints of Iris Blue #0CB9BB
RGB
CMYK
RGB Variations
Color information
#0CB9BB (or 0x0CB9BB) is known color: Iris Blue. HEX triplet: 0C, B9 and BB. RGB value is (12,185,187). Sum of RGB (Red+Green+Blue) = 12+185+187=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #0CB9BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB9BB is #F34644. Grayscale: #858585. Windows color (decimal): -15943237 or 12302604. OLE color: 12302604.
HSL color Cylindrical-coordinate representation of color #0CB9BB: hue angle of 180.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB9BB is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 187 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.27 |
| HSL | 180.69º | 0.88% | 0.39% | - |
| HSV(B) | 180.69º | 0.94% | 0.73% | - |
| XYZ | 26.47 | 38.36 | 53.02 | - |
| YUV | 133.5 | 158.19 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 187 | 0.94 | 0.01 | 0 | 0.27 | 180.69 | 0.88 | 0.39 |
| Hex | C | B9 | BB | 5E | 1 | 0 | 1B | B5 | 58 | 27 |
| Octal | 14 | 271 | 273 | 136 | 1 | 0 | 33 | 265 | 130 | 47 |
| Binary | 1100 | 10111001 | 10111011 | 1011110 | 1 | 0 | 11011 | 10110101 | 1011000 | 100111 |
Color Harmonies of #0CB9BB
Complementary color
Monochromatic Colors of #0CB9BB
Black with #0CB9BB
Text Example
Text Example
White with #0CB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB9BB; }
p { color: rgb(12,185,187); }
H1.HeaderClassName
{
color: #0CB9BB;
}
.AnyTagClassName
{
color: #0CB9BB;
}
</style>
background-color css
<style>
a { background-color: #0CB9BB; }
a { background-color: rgb(12,185,187); }
div.DivClassName
{
background-color: #0CB9BB;
}
.BgClassName
{
background-color: #0CB9BB;
}
</style>
border-color css
<style>
span { border-color: #0CB9BB; }
span { border-color: rgb(12,185,187); }
td.TdClassName
{
border-color: #0CB9BB;
}
.TagClassName
{
border-color: #0CB9BB;
}
</style>