Shades of Iris Blue #0CB9CB
Tints of Iris Blue #0CB9CB
RGB
CMYK
RGB Variations
Color information
#0CB9CB (or 0x0CB9CB) is known color: Iris Blue. HEX triplet: 0C, B9 and CB. RGB value is (12,185,203). Sum of RGB (Red+Green+Blue) = 12+185+203=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CB9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB9CB is #F34634. Grayscale: #878787. Windows color (decimal): -15943221 or 13351180. OLE color: 13351180.
HSL color Cylindrical-coordinate representation of color #0CB9CB: hue angle of 185.65º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB9CB is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 185 | 203 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.20 |
| HSL | 185.65º | 0.89% | 0.42% | - |
| HSV(B) | 185.65º | 0.94% | 0.8% | - |
| XYZ | 28.28 | 39.09 | 62.55 | - |
| YUV | 135.33 | 166.19 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 203 | 0.94 | 0.09 | 0 | 0.20 | 185.65 | 0.89 | 0.42 |
| Hex | C | B9 | CB | 5E | 9 | 0 | 14 | BA | 59 | 2A |
| Octal | 14 | 271 | 313 | 136 | 11 | 0 | 24 | 272 | 131 | 52 |
| Binary | 1100 | 10111001 | 11001011 | 1011110 | 1001 | 0 | 10100 | 10111010 | 1011001 | 101010 |
Color Harmonies of #0CB9CB
Complementary color
Monochromatic Colors of #0CB9CB
Black with #0CB9CB
Text Example
Text Example
White with #0CB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB9CB; }
p { color: rgb(12,185,203); }
H1.HeaderClassName
{
color: #0CB9CB;
}
.AnyTagClassName
{
color: #0CB9CB;
}
</style>
background-color css
<style>
a { background-color: #0CB9CB; }
a { background-color: rgb(12,185,203); }
div.DivClassName
{
background-color: #0CB9CB;
}
.BgClassName
{
background-color: #0CB9CB;
}
</style>
border-color css
<style>
span { border-color: #0CB9CB; }
span { border-color: rgb(12,185,203); }
td.TdClassName
{
border-color: #0CB9CB;
}
.TagClassName
{
border-color: #0CB9CB;
}
</style>