Shades of Iris Blue #0CB4CB
Tints of Iris Blue #0CB4CB
RGB
CMYK
RGB Variations
Color information
#0CB4CB (or 0x0CB4CB) is known color: Iris Blue. HEX triplet: 0C, B4 and CB. RGB value is (12,180,203). Sum of RGB (Red+Green+Blue) = 12+180+203=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CB4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB4CB is #F34B34. Grayscale: #848484. Windows color (decimal): -15944501 or 13349900. OLE color: 13349900.
HSL color Cylindrical-coordinate representation of color #0CB4CB: hue angle of 187.23º 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 #0CB4CB is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 180 | 203 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.20 |
| HSL | 187.23º | 0.89% | 0.42% | - |
| HSV(B) | 187.23º | 0.94% | 0.8% | - |
| XYZ | 27.25 | 37.03 | 62.21 | - |
| YUV | 132.39 | 167.84 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 203 | 0.94 | 0.11 | 0 | 0.20 | 187.23 | 0.89 | 0.42 |
| Hex | C | B4 | CB | 5E | B | 0 | 14 | BB | 59 | 2A |
| Octal | 14 | 264 | 313 | 136 | 13 | 0 | 24 | 273 | 131 | 52 |
| Binary | 1100 | 10110100 | 11001011 | 1011110 | 1011 | 0 | 10100 | 10111011 | 1011001 | 101010 |
Color Harmonies of #0CB4CB
Complementary color
Monochromatic Colors of #0CB4CB
Black with #0CB4CB
Text Example
Text Example
White with #0CB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB4CB; }
p { color: rgb(12,180,203); }
H1.HeaderClassName
{
color: #0CB4CB;
}
.AnyTagClassName
{
color: #0CB4CB;
}
</style>
background-color css
<style>
a { background-color: #0CB4CB; }
a { background-color: rgb(12,180,203); }
div.DivClassName
{
background-color: #0CB4CB;
}
.BgClassName
{
background-color: #0CB4CB;
}
</style>
border-color css
<style>
span { border-color: #0CB4CB; }
span { border-color: rgb(12,180,203); }
td.TdClassName
{
border-color: #0CB4CB;
}
.TagClassName
{
border-color: #0CB4CB;
}
</style>