Shades of Iris Blue #0CBFBB
Tints of Iris Blue #0CBFBB
RGB
CMYK
RGB Variations
Color information
#0CBFBB (or 0x0CBFBB) is known color: Iris Blue. HEX triplet: 0C, BF and BB. RGB value is (12,191,187). Sum of RGB (Red+Green+Blue) = 12+191+187=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFBB is #F34044. Grayscale: #888888. Windows color (decimal): -15941701 or 12304140. OLE color: 12304140.
HSL color Cylindrical-coordinate representation of color #0CBFBB: hue angle of 178.66º 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 #0CBFBB is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 187 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.25 |
| HSL | 178.66º | 0.88% | 0.4% | - |
| HSV(B) | 178.66º | 0.94% | 0.75% | - |
| XYZ | 27.75 | 40.93 | 53.45 | - |
| YUV | 137.02 | 156.2 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 187 | 0.94 | 0 | 0.02 | 0.25 | 178.66 | 0.88 | 0.4 |
| Hex | C | BF | BB | 5E | 0 | 2 | 19 | B3 | 58 | 28 |
| Octal | 14 | 277 | 273 | 136 | 0 | 2 | 31 | 263 | 130 | 50 |
| Binary | 1100 | 10111111 | 10111011 | 1011110 | 0 | 10 | 11001 | 10110011 | 1011000 | 101000 |
Color Harmonies of #0CBFBB
Complementary color
Monochromatic Colors of #0CBFBB
Black with #0CBFBB
Text Example
Text Example
White with #0CBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFBB; }
p { color: rgb(12,191,187); }
H1.HeaderClassName
{
color: #0CBFBB;
}
.AnyTagClassName
{
color: #0CBFBB;
}
</style>
background-color css
<style>
a { background-color: #0CBFBB; }
a { background-color: rgb(12,191,187); }
div.DivClassName
{
background-color: #0CBFBB;
}
.BgClassName
{
background-color: #0CBFBB;
}
</style>
border-color css
<style>
span { border-color: #0CBFBB; }
span { border-color: rgb(12,191,187); }
td.TdClassName
{
border-color: #0CBFBB;
}
.TagClassName
{
border-color: #0CBFBB;
}
</style>