Shades of Iris Blue #0CBCCD
Tints of Iris Blue #0CBCCD
RGB
CMYK
RGB Variations
Color information
#0CBCCD (or 0x0CBCCD) is known color: Iris Blue. HEX triplet: 0C, BC and CD. RGB value is (12,188,205). Sum of RGB (Red+Green+Blue) = 12+188+205=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CBCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCCD is #F34332. Grayscale: #898989. Windows color (decimal): -15942451 or 13483020. OLE color: 13483020.
HSL color Cylindrical-coordinate representation of color #0CBCCD: hue angle of 185.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCCD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 188 | 205 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.20 |
| HSL | 185.29º | 0.89% | 0.43% | - |
| HSV(B) | 185.29º | 0.94% | 0.8% | - |
| XYZ | 29.15 | 40.45 | 64.03 | - |
| YUV | 137.31 | 166.19 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 205 | 0.94 | 0.08 | 0 | 0.20 | 185.29 | 0.89 | 0.43 |
| Hex | C | BC | CD | 5E | 8 | 0 | 14 | B9 | 59 | 2B |
| Octal | 14 | 274 | 315 | 136 | 10 | 0 | 24 | 271 | 131 | 53 |
| Binary | 1100 | 10111100 | 11001101 | 1011110 | 1000 | 0 | 10100 | 10111001 | 1011001 | 101011 |
Color Harmonies of #0CBCCD
Complementary color
Monochromatic Colors of #0CBCCD
Black with #0CBCCD
Text Example
Text Example
White with #0CBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCCD; }
p { color: rgb(12,188,205); }
H1.HeaderClassName
{
color: #0CBCCD;
}
.AnyTagClassName
{
color: #0CBCCD;
}
</style>
background-color css
<style>
a { background-color: #0CBCCD; }
a { background-color: rgb(12,188,205); }
div.DivClassName
{
background-color: #0CBCCD;
}
.BgClassName
{
background-color: #0CBCCD;
}
</style>
border-color css
<style>
span { border-color: #0CBCCD; }
span { border-color: rgb(12,188,205); }
td.TdClassName
{
border-color: #0CBCCD;
}
.TagClassName
{
border-color: #0CBCCD;
}
</style>