Shades of Iris Blue #0CBEBA
Tints of Iris Blue #0CBEBA
RGB
CMYK
RGB Variations
Color information
#0CBEBA (or 0x0CBEBA) is known color: Iris Blue. HEX triplet: 0C, BE and BA. RGB value is (12,190,186). Sum of RGB (Red+Green+Blue) = 12+190+186=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEBA is #F34145. Grayscale: #888888. Windows color (decimal): -15941958 or 12238348. OLE color: 12238348.
HSL color Cylindrical-coordinate representation of color #0CBEBA: hue angle of 178.65º 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 #0CBEBA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 186 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.25 |
| HSL | 178.65º | 0.88% | 0.4% | - |
| HSV(B) | 178.65º | 0.94% | 0.75% | - |
| XYZ | 27.43 | 40.45 | 52.82 | - |
| YUV | 136.32 | 156.03 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 186 | 0.94 | 0 | 0.02 | 0.25 | 178.65 | 0.88 | 0.4 |
| Hex | C | BE | BA | 5E | 0 | 2 | 19 | B3 | 58 | 28 |
| Octal | 14 | 276 | 272 | 136 | 0 | 2 | 31 | 263 | 130 | 50 |
| Binary | 1100 | 10111110 | 10111010 | 1011110 | 0 | 10 | 11001 | 10110011 | 1011000 | 101000 |
Color Harmonies of #0CBEBA
Complementary color
Monochromatic Colors of #0CBEBA
Black with #0CBEBA
Text Example
Text Example
White with #0CBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEBA; }
p { color: rgb(12,190,186); }
H1.HeaderClassName
{
color: #0CBEBA;
}
.AnyTagClassName
{
color: #0CBEBA;
}
</style>
background-color css
<style>
a { background-color: #0CBEBA; }
a { background-color: rgb(12,190,186); }
div.DivClassName
{
background-color: #0CBEBA;
}
.BgClassName
{
background-color: #0CBEBA;
}
</style>
border-color css
<style>
span { border-color: #0CBEBA; }
span { border-color: rgb(12,190,186); }
td.TdClassName
{
border-color: #0CBEBA;
}
.TagClassName
{
border-color: #0CBEBA;
}
</style>