Shades of Iris Blue #0CB6C7
Tints of Iris Blue #0CB6C7
RGB
CMYK
RGB Variations
Color information
#0CB6C7 (or 0x0CB6C7) is known color: Iris Blue. HEX triplet: 0C, B6 and C7. RGB value is (12,182,199). Sum of RGB (Red+Green+Blue) = 12+182+199=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #0CB6C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6C7 is #F34938. Grayscale: #848484. Windows color (decimal): -15943993 or 13088268. OLE color: 13088268.
HSL color Cylindrical-coordinate representation of color #0CB6C7: hue angle of 185.45º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB6C7 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 182 | 199 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.22 |
| HSL | 185.45º | 0.89% | 0.41% | - |
| HSV(B) | 185.45º | 0.94% | 0.78% | - |
| XYZ | 27.19 | 37.66 | 59.87 | - |
| YUV | 133.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 199 | 0.94 | 0.09 | 0 | 0.22 | 185.45 | 0.89 | 0.41 |
| Hex | C | B6 | C7 | 5E | 9 | 0 | 16 | B9 | 59 | 29 |
| Octal | 14 | 266 | 307 | 136 | 11 | 0 | 26 | 271 | 131 | 51 |
| Binary | 1100 | 10110110 | 11000111 | 1011110 | 1001 | 0 | 10110 | 10111001 | 1011001 | 101001 |
Color Harmonies of #0CB6C7
Complementary color
Monochromatic Colors of #0CB6C7
Black with #0CB6C7
Text Example
Text Example
White with #0CB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB6C7; }
p { color: rgb(12,182,199); }
H1.HeaderClassName
{
color: #0CB6C7;
}
.AnyTagClassName
{
color: #0CB6C7;
}
</style>
background-color css
<style>
a { background-color: #0CB6C7; }
a { background-color: rgb(12,182,199); }
div.DivClassName
{
background-color: #0CB6C7;
}
.BgClassName
{
background-color: #0CB6C7;
}
</style>
border-color css
<style>
span { border-color: #0CB6C7; }
span { border-color: rgb(12,182,199); }
td.TdClassName
{
border-color: #0CB6C7;
}
.TagClassName
{
border-color: #0CB6C7;
}
</style>