Shades of Iris Blue #0CB6CC
Tints of Iris Blue #0CB6CC
RGB
CMYK
RGB Variations
Color information
#0CB6CC (or 0x0CB6CC) is known color: Iris Blue. HEX triplet: 0C, B6 and CC. RGB value is (12,182,204). Sum of RGB (Red+Green+Blue) = 12+182+204=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CB6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6CC is #F34933. Grayscale: #858585. Windows color (decimal): -15943988 or 13415948. OLE color: 13415948.
HSL color Cylindrical-coordinate representation of color #0CB6CC: hue angle of 186.88º 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 #0CB6CC is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 182 | 204 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.2 |
| HSL | 186.88º | 0.89% | 0.42% | - |
| HSV(B) | 186.88º | 0.94% | 0.8% | - |
| XYZ | 27.78 | 37.89 | 62.98 | - |
| YUV | 133.68 | 167.68 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 204 | 0.94 | 0.11 | 0 | 0.2 | 186.88 | 0.89 | 0.42 |
| Hex | C | B6 | CC | 5E | B | 0 | 14 | BB | 59 | 2A |
| Octal | 14 | 266 | 314 | 136 | 13 | 0 | 24 | 273 | 131 | 52 |
| Binary | 1100 | 10110110 | 11001100 | 1011110 | 1011 | 0 | 10100 | 10111011 | 1011001 | 101010 |
Color Harmonies of #0CB6CC
Complementary color
Monochromatic Colors of #0CB6CC
Black with #0CB6CC
Text Example
Text Example
White with #0CB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB6CC; }
p { color: rgb(12,182,204); }
H1.HeaderClassName
{
color: #0CB6CC;
}
.AnyTagClassName
{
color: #0CB6CC;
}
</style>
background-color css
<style>
a { background-color: #0CB6CC; }
a { background-color: rgb(12,182,204); }
div.DivClassName
{
background-color: #0CB6CC;
}
.BgClassName
{
background-color: #0CB6CC;
}
</style>
border-color css
<style>
span { border-color: #0CB6CC; }
span { border-color: rgb(12,182,204); }
td.TdClassName
{
border-color: #0CB6CC;
}
.TagClassName
{
border-color: #0CB6CC;
}
</style>