Shades of Iris Blue #0CB6CF
Tints of Iris Blue #0CB6CF
RGB
CMYK
RGB Variations
Color information
#0CB6CF (or 0x0CB6CF) is known color: Iris Blue. HEX triplet: 0C, B6 and CF. RGB value is (12,182,207). Sum of RGB (Red+Green+Blue) = 12+182+207=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CB6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB6CF is #F34930. Grayscale: #858585. Windows color (decimal): -15943985 or 13612556. OLE color: 13612556.
HSL color Cylindrical-coordinate representation of color #0CB6CF: hue angle of 187.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB6CF is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 182 | 207 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.19 |
| HSL | 187.69º | 0.89% | 0.43% | - |
| HSV(B) | 187.69º | 0.94% | 0.81% | - |
| XYZ | 28.14 | 38.04 | 64.89 | - |
| YUV | 134.02 | 169.18 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 207 | 0.94 | 0.12 | 0 | 0.19 | 187.69 | 0.89 | 0.43 |
| Hex | C | B6 | CF | 5E | C | 0 | 13 | BC | 59 | 2B |
| Octal | 14 | 266 | 317 | 136 | 14 | 0 | 23 | 274 | 131 | 53 |
| Binary | 1100 | 10110110 | 11001111 | 1011110 | 1100 | 0 | 10011 | 10111100 | 1011001 | 101011 |
Color Harmonies of #0CB6CF
Complementary color
Monochromatic Colors of #0CB6CF
Black with #0CB6CF
Text Example
Text Example
White with #0CB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB6CF; }
p { color: rgb(12,182,207); }
H1.HeaderClassName
{
color: #0CB6CF;
}
.AnyTagClassName
{
color: #0CB6CF;
}
</style>
background-color css
<style>
a { background-color: #0CB6CF; }
a { background-color: rgb(12,182,207); }
div.DivClassName
{
background-color: #0CB6CF;
}
.BgClassName
{
background-color: #0CB6CF;
}
</style>
border-color css
<style>
span { border-color: #0CB6CF; }
span { border-color: rgb(12,182,207); }
td.TdClassName
{
border-color: #0CB6CF;
}
.TagClassName
{
border-color: #0CB6CF;
}
</style>