Shades of Iris Blue #0CB8BC
Tints of Iris Blue #0CB8BC
RGB
CMYK
RGB Variations
Color information
#0CB8BC (or 0x0CB8BC) is known color: Iris Blue. HEX triplet: 0C, B8 and BC. RGB value is (12,184,188). Sum of RGB (Red+Green+Blue) = 12+184+188=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #0CB8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8BC is #F34743. Grayscale: #848484. Windows color (decimal): -15943492 or 12367884. OLE color: 12367884.
HSL color Cylindrical-coordinate representation of color #0CB8BC: hue angle of 181.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB8BC is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 184 | 188 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.26 |
| HSL | 181.36º | 0.88% | 0.39% | - |
| HSV(B) | 181.36º | 0.94% | 0.74% | - |
| XYZ | 26.37 | 37.99 | 53.52 | - |
| YUV | 133.03 | 159.02 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 188 | 0.94 | 0.02 | 0 | 0.26 | 181.36 | 0.88 | 0.39 |
| Hex | C | B8 | BC | 5E | 2 | 0 | 1A | B5 | 58 | 27 |
| Octal | 14 | 270 | 274 | 136 | 2 | 0 | 32 | 265 | 130 | 47 |
| Binary | 1100 | 10111000 | 10111100 | 1011110 | 10 | 0 | 11010 | 10110101 | 1011000 | 100111 |
Color Harmonies of #0CB8BC
Complementary color
Monochromatic Colors of #0CB8BC
Black with #0CB8BC
Text Example
Text Example
White with #0CB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8BC; }
p { color: rgb(12,184,188); }
H1.HeaderClassName
{
color: #0CB8BC;
}
.AnyTagClassName
{
color: #0CB8BC;
}
</style>
background-color css
<style>
a { background-color: #0CB8BC; }
a { background-color: rgb(12,184,188); }
div.DivClassName
{
background-color: #0CB8BC;
}
.BgClassName
{
background-color: #0CB8BC;
}
</style>
border-color css
<style>
span { border-color: #0CB8BC; }
span { border-color: rgb(12,184,188); }
td.TdClassName
{
border-color: #0CB8BC;
}
.TagClassName
{
border-color: #0CB8BC;
}
</style>