Shades of Iris Blue #0CBCDC
Tints of Iris Blue #0CBCDC
RGB
CMYK
RGB Variations
Color information
#0CBCDC (or 0x0CBCDC) is known color: Iris Blue. HEX triplet: 0C, BC and DC. RGB value is (12,188,220). Sum of RGB (Red+Green+Blue) = 12+188+220=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CBCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCDC is #F34323. Grayscale: #8A8A8A. Windows color (decimal): -15942436 or 14466060. OLE color: 14466060.
HSL color Cylindrical-coordinate representation of color #0CBCDC: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBCDC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 188 | 220 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.23º | 0.9% | 0.45% | - |
| HSV(B) | 189.23º | 0.95% | 0.86% | - |
| XYZ | 31.05 | 41.21 | 74.03 | - |
| YUV | 139.02 | 173.69 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 220 | 0.95 | 0.15 | 0 | 0.14 | 189.23 | 0.9 | 0.45 |
| Hex | C | BC | DC | 5F | F | 0 | E | BD | 5A | 2D |
| Octal | 14 | 274 | 334 | 137 | 17 | 0 | 16 | 275 | 132 | 55 |
| Binary | 1100 | 10111100 | 11011100 | 1011111 | 1111 | 0 | 1110 | 10111101 | 1011010 | 101101 |
Color Harmonies of #0CBCDC
Complementary color
Monochromatic Colors of #0CBCDC
Black with #0CBCDC
Text Example
Text Example
White with #0CBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBCDC; }
p { color: rgb(12,188,220); }
H1.HeaderClassName
{
color: #0CBCDC;
}
.AnyTagClassName
{
color: #0CBCDC;
}
</style>
background-color css
<style>
a { background-color: #0CBCDC; }
a { background-color: rgb(12,188,220); }
div.DivClassName
{
background-color: #0CBCDC;
}
.BgClassName
{
background-color: #0CBCDC;
}
</style>
border-color css
<style>
span { border-color: #0CBCDC; }
span { border-color: rgb(12,188,220); }
td.TdClassName
{
border-color: #0CBCDC;
}
.TagClassName
{
border-color: #0CBCDC;
}
</style>