Shades of Iris Blue #0CB8CB
Tints of Iris Blue #0CB8CB
RGB
CMYK
RGB Variations
Color information
#0CB8CB (or 0x0CB8CB) is known color: Iris Blue. HEX triplet: 0C, B8 and CB. RGB value is (12,184,203). Sum of RGB (Red+Green+Blue) = 12+184+203=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CB8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8CB is #F34734. Grayscale: #868686. Windows color (decimal): -15943477 or 13350924. OLE color: 13350924.
HSL color Cylindrical-coordinate representation of color #0CB8CB: hue angle of 185.97º 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 #0CB8CB is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 184 | 203 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.20 |
| HSL | 185.97º | 0.89% | 0.42% | - |
| HSV(B) | 185.97º | 0.94% | 0.8% | - |
| XYZ | 28.07 | 38.67 | 62.48 | - |
| YUV | 134.74 | 166.52 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 203 | 0.94 | 0.09 | 0 | 0.20 | 185.97 | 0.89 | 0.42 |
| Hex | C | B8 | CB | 5E | 9 | 0 | 14 | BA | 59 | 2A |
| Octal | 14 | 270 | 313 | 136 | 11 | 0 | 24 | 272 | 131 | 52 |
| Binary | 1100 | 10111000 | 11001011 | 1011110 | 1001 | 0 | 10100 | 10111010 | 1011001 | 101010 |
Color Harmonies of #0CB8CB
Complementary color
Monochromatic Colors of #0CB8CB
Black with #0CB8CB
Text Example
Text Example
White with #0CB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8CB; }
p { color: rgb(12,184,203); }
H1.HeaderClassName
{
color: #0CB8CB;
}
.AnyTagClassName
{
color: #0CB8CB;
}
</style>
background-color css
<style>
a { background-color: #0CB8CB; }
a { background-color: rgb(12,184,203); }
div.DivClassName
{
background-color: #0CB8CB;
}
.BgClassName
{
background-color: #0CB8CB;
}
</style>
border-color css
<style>
span { border-color: #0CB8CB; }
span { border-color: rgb(12,184,203); }
td.TdClassName
{
border-color: #0CB8CB;
}
.TagClassName
{
border-color: #0CB8CB;
}
</style>