Shades of Iris Blue #0CBFBA
Tints of Iris Blue #0CBFBA
RGB
CMYK
RGB Variations
Color information
#0CBFBA (or 0x0CBFBA) is known color: Iris Blue. HEX triplet: 0C, BF and BA. RGB value is (12,191,186). Sum of RGB (Red+Green+Blue) = 12+191+186=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFBA is #F34045. Grayscale: #888888. Windows color (decimal): -15941702 or 12238604. OLE color: 12238604.
HSL color Cylindrical-coordinate representation of color #0CBFBA: hue angle of 178.32º 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 #0CBFBA is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 186 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.25 |
| HSL | 178.32º | 0.88% | 0.4% | - |
| HSV(B) | 178.32º | 0.94% | 0.75% | - |
| XYZ | 27.65 | 40.88 | 52.89 | - |
| YUV | 136.91 | 155.7 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 186 | 0.94 | 0 | 0.03 | 0.25 | 178.32 | 0.88 | 0.4 |
| Hex | C | BF | BA | 5E | 0 | 3 | 19 | B2 | 58 | 28 |
| Octal | 14 | 277 | 272 | 136 | 0 | 3 | 31 | 262 | 130 | 50 |
| Binary | 1100 | 10111111 | 10111010 | 1011110 | 0 | 11 | 11001 | 10110010 | 1011000 | 101000 |
Color Harmonies of #0CBFBA
Complementary color
Monochromatic Colors of #0CBFBA
Black with #0CBFBA
Text Example
Text Example
White with #0CBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFBA; }
p { color: rgb(12,191,186); }
H1.HeaderClassName
{
color: #0CBFBA;
}
.AnyTagClassName
{
color: #0CBFBA;
}
</style>
background-color css
<style>
a { background-color: #0CBFBA; }
a { background-color: rgb(12,191,186); }
div.DivClassName
{
background-color: #0CBFBA;
}
.BgClassName
{
background-color: #0CBFBA;
}
</style>
border-color css
<style>
span { border-color: #0CBFBA; }
span { border-color: rgb(12,191,186); }
td.TdClassName
{
border-color: #0CBFBA;
}
.TagClassName
{
border-color: #0CBFBA;
}
</style>