Shades of Iris Blue #0CB8BA
Tints of Iris Blue #0CB8BA
RGB
CMYK
RGB Variations
Color information
#0CB8BA (or 0x0CB8BA) is known color: Iris Blue. HEX triplet: 0C, B8 and BA. RGB value is (12,184,186). Sum of RGB (Red+Green+Blue) = 12+184+186=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #0CB8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8BA is #F34745. Grayscale: #848484. Windows color (decimal): -15943494 or 12236812. OLE color: 12236812.
HSL color Cylindrical-coordinate representation of color #0CB8BA: 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 #0CB8BA is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 184 | 186 | - |
| 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.16 | 37.9 | 52.39 | - |
| YUV | 132.8 | 158.02 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 186 | 0.94 | 0.01 | 0 | 0.27 | 180.69 | 0.88 | 0.39 |
| Hex | C | B8 | BA | 5E | 1 | 0 | 1B | B5 | 58 | 27 |
| Octal | 14 | 270 | 272 | 136 | 1 | 0 | 33 | 265 | 130 | 47 |
| Binary | 1100 | 10111000 | 10111010 | 1011110 | 1 | 0 | 11011 | 10110101 | 1011000 | 100111 |
Color Harmonies of #0CB8BA
Complementary color
Monochromatic Colors of #0CB8BA
Black with #0CB8BA
Text Example
Text Example
White with #0CB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8BA; }
p { color: rgb(12,184,186); }
H1.HeaderClassName
{
color: #0CB8BA;
}
.AnyTagClassName
{
color: #0CB8BA;
}
</style>
background-color css
<style>
a { background-color: #0CB8BA; }
a { background-color: rgb(12,184,186); }
div.DivClassName
{
background-color: #0CB8BA;
}
.BgClassName
{
background-color: #0CB8BA;
}
</style>
border-color css
<style>
span { border-color: #0CB8BA; }
span { border-color: rgb(12,184,186); }
td.TdClassName
{
border-color: #0CB8BA;
}
.TagClassName
{
border-color: #0CB8BA;
}
</style>